Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-19 | Remove sftp -- it is obsolete since openssh comes with an sftp client, | wiz | 1 | -12/+0 | |
and the author does not maintain it any longer. | |||||
2002-06-10 | Fix readline.h problem on 1.6 (tested with 1.5.3 also). Looked at by | cjep | 2 | -22/+3 | |
hubertf. | |||||
1999-12-27 | Update to V0.5. Changes: | hubertf | 2 | -0/+31 | |
- added "dir" == "ls -l", "mget" == "get", "mput == "put" - filenames with spaces should work now - added ability to connect to a different port with -p. -P now specifies remote path - fixed problems with multiple opens and no intermediate close - command line flags processed in open, so multiple opens with different flags will work Uses NetBSD's libedit instead of libreadline. (Why don't we have any documentation on that, btw?!?) |