sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

sshfs extremely slow file transfers

Open jeffreydlong opened this issue 6 years ago • 5 comments

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 https://github.com/libfuse/sshfs/issues/11

jeffreydlong avatar Feb 14 '19 23:02 jeffreydlong

Same with me... it is like 10 times slower and thus unusable scp 11,6 MB/s sshfs 1,7 MB/s

manuelcherubim avatar Mar 13 '19 14:03 manuelcherubim

same problem here, but 20x slower: 1.5 MB/s vs 24 MB/s.

qarl avatar Feb 09 '20 03:02 qarl

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.

glasserm avatar Apr 21 '20 01:04 glasserm

Same here... Already downloaded file copy: up to 45 mb/s Internet download being saved over sshfs: 0.3-1 mb/s

Downloading from google server, so normally speed is maxed out. Seems like sshfs is struggling with lots of small data chunks being transfered.

fidodido48 avatar Jan 06 '23 22:01 fidodido48

Homebrew and osxfuse/sshfs ended up parting ways, so Mac Ports is probably the better option now.

glasserm avatar Jan 07 '23 00:01 glasserm