summaryrefslogtreecommitdiff
path: root/ftp/hsftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include sys/time.h before sys/resource.h so this compiles again on 3.5.Steve Price2000-09-051-0/+10
| | | | | | | | PR: 20724 Submitted by: zdenko@cs.uh.edu Notes: svn path=/head/; revision=32291
* Update port to 1.9Chris D. Faulhaber2000-08-182-2/+7
| | | | | | | | PR: 20652 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31733
* Add hsftp, a ftp emulator that provides the look-and-feel of an FTP sessionWill Andrews2000-07-045-0/+28
but uses ssh to transport commands and data. Neat! Notes: svn path=/head/; revision=30156