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/ftpcopy/pkg-descr | |
parent | ebf8f6f313e91df7407eae7be77efdbc1787f96b (diff) | |
download | ports-35764879e62e522eb34f34c92604f7a190445a84.tar.gz ports-35764879e62e522eb34f34c92604f7a190445a84.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.
Notes
Notes:
svn path=/head/; revision=30241
Diffstat (limited to 'ftp/ftpcopy/pkg-descr')
-rw-r--r-- | ftp/ftpcopy/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/ftpcopy/pkg-descr b/ftp/ftpcopy/pkg-descr new file mode 100644 index 000000000000..3e17be87351b --- /dev/null +++ b/ftp/ftpcopy/pkg-descr @@ -0,0 +1,13 @@ +Two command line ftp tools. + +ftpcopy is a simply FTP client written to copy files or directories +(recursively) from a FTP server. It's main purpose is to mirror FTP sites which +support the EPLF directory listing format, although it also supports the +traditional listing format (/bin/ls). + +ftpls is a FTP client which generates directory listings, either in plain text +or HTML. + +The tools only support passive mode FTP. + +WWW: http://www.ohse.de/uwe/software/ftpcopy.html |