blob: 3c49de2cb1c1ff59621f8786b529c13257dd12c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/ftpcopy.html
|