summaryrefslogtreecommitdiff
path: root/net/sftp
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-25buildlink1 -> buildlink2.wiz1-3/+4
2002-06-10Fix readline.h problem on 1.6 (tested with 1.5.3 also). Looked at bycjep4-26/+7
hubertf.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Add a CONFLICTS entry for openssh.wennmach1-1/+3
Detected by pkgconflict.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-10(re)genwiz1-0/+4
1999-12-27Update to V0.5. Changes:hubertf4-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-21add category securityhubertf1-2/+2
1999-12-21sftp is an ftp replacement that runs over an ssh tunnel. Two programshubertf5-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.