2000-07-05 16:34:48 +00:00
|
|
|
Two command line ftp tools.
|
|
|
|
|
2002-02-18 08:21:08 +00:00
|
|
|
ftpcopy is a simple FTP client written to copy files or directories
|
2000-07-05 16:34:48 +00:00
|
|
|
(recursively) from a FTP server. It's main purpose is to mirror FTP sites which
|
2001-09-07 11:33:34 +00:00
|
|
|
support the MLSD/MLST commands or which employ the EPLF directory listing
|
|
|
|
format, although it also supports the traditional listing format (/bin/ls).
|
2000-07-05 16:34:48 +00:00
|
|
|
|
|
|
|
ftpls is a FTP client which generates directory listings, either in plain text
|
2002-02-18 08:21:08 +00:00
|
|
|
or HTML format.
|
2000-07-05 16:34:48 +00:00
|
|
|
|
2003-08-01 08:08:14 +00:00
|
|
|
The tools only support passive mode FTP, intentionally.
|
2000-07-05 16:34:48 +00:00
|
|
|
|
2000-07-17 08:27:40 +00:00
|
|
|
WWW: http://www.ohse.de/uwe/ftpcopy.html
|