First phase of SFTP re-engineering. Each base-level fxp_* function
[u/mdw/putty] / sftp.h
2003-06-29 simonFirst phase of SFTP re-engineering. Each base-level...
2002-03-31 simonFix major memory leak in sftp_cmd_ls (thanks to Hans...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-26 simonMore upgrades to psftp: it now supports mv, chmod,...
2001-08-04 simonPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-24 simonSFTP client now successfully handles cd, ls, get and...
2001-02-23 simonFirst stab at an SFTP client. Currently a Unixland...