]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The xfer mechanism wasn't gracefully terminating when an error was
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 13:39:41 +0000 (13:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 13:39:41 +0000 (13:39 +0000)
commitd64907553943e368130fec2076536a2d8c1adc79
treeb712e353a88d2dbeb87019bf06523f4632cf4aed
parentcac296d9c027e50a9c953d95dfb3a6952029c8fd
The xfer mechanism wasn't gracefully terminating when an error was
encountered part way through transfer. In particular, this caused
psftp to hang (waiting for FXP_READ replies which had already
arrived) if you try `get' (without -r) on a remote directory.

[originally from svn r5005]
psftp.c
sftp.c