diff options
author | will <will@FreeBSD.org> | 2000-07-04 11:55:39 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 11:55:39 +0800 |
commit | 157312b97a675d1b1d6c4616919aa2e5495b517e (patch) | |
tree | 88f4c50ae01e30bd9040b409027123cb505ec85d /ftp/Makefile | |
parent | a0fed64c6ab5cb0a578ab303e7e3e1f82081eecf (diff) | |
download | freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.tar.gz freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.tar.zst freebsd-ports-gnome-157312b97a675d1b1d6c4616919aa2e5495b517e.zip |
Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session
but uses ssh to transport commands and data. Neat!
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index c0c61f8364fa..862ce91aa9d4 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -14,6 +14,7 @@ SUBDIR += gftp SUBDIR += greed SUBDIR += gtm + SUBDIR += hsftp SUBDIR += jmirror SUBDIR += junglemonkey SUBDIR += lftp |