diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-06 00:34:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-06 00:34:48 +0800 |
commit | db727c541008465f799162c9b20f9166b58b117f (patch) | |
tree | 6ee01905b8f2d9a46ac7f6b12d9057d227ee213c /ftp/Makefile | |
parent | 23b60d60e5848444f3c972d1b9ddd3848b223b4a (diff) | |
download | freebsd-ports-gnome-db727c541008465f799162c9b20f9166b58b117f.tar.gz freebsd-ports-gnome-db727c541008465f799162c9b20f9166b58b117f.tar.zst freebsd-ports-gnome-db727c541008465f799162c9b20f9166b58b117f.zip |
Add ftpcopy, a two command line ftp tools.
- ftpcopy is a simply FTP client written to copy files or directories
(recursively) from a FTP server.
- ftpls is a FTP client which generates directory listings, either in plain
text or HTML.
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 3b6170bf2e53..ed7975b04829 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -6,6 +6,7 @@ SUBDIR += cftp SUBDIR += curl SUBDIR += downloader + SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplocate SUBDIR += ftpmirror |