]> asedeno.scripts.mit.edu Git - PuTTY.git/history - psftp.c
INCOMPATIBLE CHANGE to the SSH2 private key file format. There is
[PuTTY.git] / psftp.c
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-10-30 Simon TathamThe other utilities should do the same processing of...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-12 Simon TathamPSFTP: when choosing a default destination filename...
2001-09-12 Simon Tathampsftp and pscp should disable all forwarding (ports...
2001-09-09 Simon TathamAdd the `pwd' command in PSFTP.
2001-09-09 Simon TathamAdd online help in PSFTP.
2001-09-09 Simon Tathampsftp is an interactive program and the ssh.c flags...
2001-09-05 Simon TathamBetter yet, look for sftp-server on the user's PATH...
2001-09-05 Simon TathamPSFTP will now attempt to find /usr/[local]/lib/sftp...
2001-08-26 Simon TathamFurther tightening up in PSCP. Fixed a couple more...
2001-08-26 Simon TathamMore upgrades to psftp: it now supports mv, chmod,...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-04 Simon TathamPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-13 Simon TathamThe host-key-unknown prompt now offers the same three...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-01 Simon TathamFix a potential segfault
2001-02-27 Simon TathamPatches to prevent a couple of silly crashes
2001-02-26 Simon TathamModerately evil workaround to compensate for a variation in
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-24 Simon TathamSFTP client now successfully handles cd, ls, get and put.
2001-02-23 Simon TathamFirst stab at an SFTP client. Currently a Unixland...