Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Sun, 26 Aug 2001 19:32:28 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/08/26 19:32:28

Modified files:
	.              : Makefile plink.c putty.h scp.c settings.c 
	                 sftp.c sftp.h ssh.c ssh.h 

Log message:
PSCP now uses the modern SFTP protocol if it can, and falls back to
scp1 if it can't. Currently not very tested - I checked it in as
soon as it completed a successful recursive copy in both directions.
Also, one known bug: you can't specify a remote wildcard, because by
the nature of SFTP we'll need to implement the wildcard engine on
the client side. I do intend to do this (and use the same wildcard
engine in PSFTP as well) but I haven't got round to it yet.