Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 13 Dec 2001 19:26:51 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/12/13 19:26:51

Modified files:
	.              : psftp.c 

Log message:
Tidied up PSFTP batch mode. The gross hack using fxp_error_message
to report command failures is now gone; instead each sftp_cmd_*
routine returns 0 or 1 depending on success, like they should have
done right from the start. This fixes problems with `ls' prematurely
terminating PSFTP batch files.