-
Notifications
You must be signed in to change notification settings - Fork 130
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
sshfs extremely slow file transfers #47
Comments
Same with me... it is like 10 times slower and thus unusable |
same problem here, but 20x slower: 1.5 MB/s vs 24 MB/s. |
You can use Homebrew to update to a patched sshfs version 2.10 that fixed this issue for me when using the -o iosize=1048576 flag. |
Same here... Downloading from google server, so normally speed is maxed out. Seems like sshfs is struggling with lots of small data chunks being transfered. |
Homebrew and osxfuse/sshfs ended up parting ways, so Mac Ports is probably the better option now. |
Hi, I'm using:
SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
OSXFUSE 3.8.3
FUSE library version: 2.9.7
on 10.13.6. File transfers when using cp over sshfs mounts are much slower than just using scp to copy the same file between the local and remote system. I suspect this problem is related to libfuse/sshfs#11
The text was updated successfully, but these errors were encountered: