Bug 40

Summary: helpwanted: sftp client is slower than it needs to be
Product: Portable OpenSSH Reporter: Damien Miller <djm>
Component: sftpAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P2    
Version: -current   
Hardware: All   
OS: All   

Description Damien Miller 2001-12-12 12:40:22 AEDT
The sftp client does a round-trip for each block it send/retrieves from the
server. This kills performance, especially on latent links.

sftp-client.c:do_download and do_upload should be modified to have at least one
outstanding read request at any one time (i.e readahead).
Comment 1 Ben Lindstrom 2002-04-06 05:41:32 AEST
This has been fixed in the CVS tree.  Both upload and downloading in sftp are 
allowed to have multiple outstanding blocks.

- Ben
Comment 2 Damien Miller 2004-04-14 12:24:17 AEST
Mass change of RESOLVED bugs to CLOSED