-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Support smbd #153
Comments
It also always says everything is at zero, even though the other machine reports slow (~300 KB/s) but steady progress and the completion at 3%. PS: Is there any other way to measure the transfer speeds of smbd from the mac? iPad doesn't show them, so I need to figure them out from the server (i.e., the mac). |
Also, being able to serve the same file to multiple clients, it's possible that smbd "rewinds" the file after each read. That would explain why I don't see any easy fix for that situation, but I can give a little hope: I want to write a v2 of the tool with a modular approach, so we can write specific code for specific commands, and it looks that Samba would be one of those :) |
@Xfennec Can you add a To show the speed, we can simply calculate it based on the difference in the filesizes since the last examinations in You can even add a
With all these features, |
|
I want to see the transfer progress of files via
smbd
(i.e., file sharing). I already can achieve some results by running progress with sudo:But it does not show other files being transferred, which
lsof
shows:The text was updated successfully, but these errors were encountered: