Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-10 | (re)gen | wiz | 1 | -0/+4 | |
1999-12-27 | Update to V0.5. Changes: | hubertf | 4 | -4/+35 | |
- 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?!?) | |||||
1999-12-21 | add category security | hubertf | 1 | -2/+2 | |
1999-12-21 | sftp is an ftp replacement that runs over an ssh tunnel. Two programs | hubertf | 5 | -0/+37 | |
are included - sftp and sftpserv. When sftp is run and a host is connected to (either by running 'sftp remotehost' or 'open remotehost' from the sftp prompt), an ssh connection is initiated to the remote host, and sftpserv is run. So, sftpserv must be in your path on the remote host. Note that since sftpserv is run from ssh, no root privileges are necessary. |