]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
PSCP now uses the modern SFTP protocol if it can, and falls back to
authorSimon Tatham <anakin@pobox.com>
Sun, 26 Aug 2001 18:32:28 +0000 (18:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 26 Aug 2001 18:32:28 +0000 (18:32 +0000)
commitff9a038cdda2703b96f4a79396efe5b7b8e0aec2
tree2ff54fbf46682fc10f84108e78e55f6fcbecdcca
parent605fa912019a46d3241730c2cd60851a4206b230
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.

[originally from svn r1208]
Makefile
plink.c
putty.h
scp.c
settings.c
sftp.c
sftp.h
ssh.c
ssh.h