Simon Tatham
ae2599845c
Fix major memory leak in sftp_cmd_ls (thanks to Hans-Juergen Petrich
...
for pointing it out).
[originally from svn r1612]
2002-03-31 16:26:13 +00:00
Simon Tatham
ff9a038cdd
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]
2001-08-26 18:32:28 +00:00
Simon Tatham
9c5951ed35
More upgrades to psftp: it now supports mv, chmod, reget and reput.
...
[originally from svn r1203]
2001-08-26 11:35:11 +00:00
Simon Tatham
4a0fb28883
Patch to PSFTP: implement mkdir, rmdir, rm and scripting. Still to
...
do: wildcards, chmod, mv, probably other things.
[originally from svn r1168]
2001-08-04 14:19:51 +00:00
Simon Tatham
3730ada5ce
Run entire source base through GNU indent to tidy up the varying
...
coding styles of the various contributors! Woohoo!
[originally from svn r1098]
2001-05-06 14:35:20 +00:00
Simon Tatham
39cf689fd6
psftp now works as part of the PuTTY suite
...
[originally from svn r940]
2001-02-24 16:08:56 +00:00
Simon Tatham
094dd30d95
SFTP client now successfully handles cd, ls, get and put.
...
[originally from svn r939]
2001-02-24 12:02:35 +00:00
Simon Tatham
48b988b439
First stab at an SFTP client. Currently a Unixland testing app, not
...
integrated into PuTTY.
[originally from svn r938]
2001-02-23 18:21:44 +00:00