diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 16:34:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 16:34:48 +0000 |
commit | 35764879e62e522eb34f34c92604f7a190445a84 (patch) | |
tree | fa05fe2ded90b6358c02065d89f482d61a16fad8 /ftp/Makefile | |
parent | ebf8f6f313e91df7407eae7be77efdbc1787f96b (diff) |
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.
Notes
Notes:
svn path=/head/; revision=30241
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 |