PSCP now uses the modern SFTP protocol if it can, and falls back to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 18:32:28 +0000 (18:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 26 Aug 2001 18:32:28 +0000 (18:32 +0000)
commitfd5e5847eb0f834ce8124f0574bd3cfaf878db53
tree2ff54fbf46682fc10f84108e78e55f6fcbecdcca
parent4eeae4a39bc9faf539b8f819c12b1d1b9f22fc86
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1208 cda61777-01e9-0310-a592-d414129be87e
Makefile
plink.c
putty.h
scp.c
settings.c
sftp.c
sftp.h
ssh.c
ssh.h