https://bugzilla.samba.org/show_bug.cgi?id=9783
--- Comment #1 from Kilian CAVALOTTI <[email protected]> 2013-05-02 14:48:00 UTC --- One way to easily reproduce this problem is to try to transfer a single large file using rsync: a. over ssh: rsync -av host0:/path/to/file /tmp/file b. locally, by mounting the remote path with sshfs: sshfs host0:/path/to/ /path/to/ rsync -av /path/to/file /tmp/file Given any set of SSH options, b. gives about 60% of a.'s performance. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
