1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-17 19:18:06 -05:00

Missed one: sftp-slow has gone away with 0.54

[originally from svn r3859]
This commit is contained in:
Jacob Nevins 2004-02-13 00:20:52 +00:00
parent d548396918
commit 52a5520966

View File

@ -1,4 +1,4 @@
\versionid $Id: faq.but,v 1.57 2004/02/12 18:28:00 simon Exp $ \versionid $Id: faq.but,v 1.58 2004/02/13 00:20:52 jacob Exp $
\A{faq} PuTTY FAQ \A{faq} PuTTY FAQ
@ -593,12 +593,11 @@ is liable to lead to problems.
\S{faq-psftp-slow}{Question} PSFTP transfers files much slower than PSCP. \S{faq-psftp-slow}{Question} PSFTP transfers files much slower than PSCP.
We believe this is because the SFTP and SSH2 protocols are less The throughput of PSFTP 0.54 should be much better than 0.53b and
efficient at bulk data transfer than SCP and SSH1, because every prior; we've added code to the SFTP backend to queue several blocks
block of data transferred requires an acknowledgment from the far of data rather than waiting for an acknowledgement for each. (The
end. It would in theory be possible to queue several blocks of data SCP backend did not suffer from this performance issue because SCP
to get round this speed problem, but as yet we haven't done the is a much simpler protocol.)
coding. If you really want this fixed, feel free to offer to help.
\S{faq-bce}{Question} When I run full-colour applications, I see \S{faq-bce}{Question} When I run full-colour applications, I see
areas of black space where colour ought to be. areas of black space where colour ought to be.