1SIMPLEFTP(1) InterNetNews Documentation SIMPLEFTP(1)
2
3
4
6 simpleftp - Rudimentary FTP client
7
9 simpleftp url [...]
10
12 simpleftp is a Perl script that provides basic support for fetching
13 files with FTP in a batch oriented fashion. It takes one or more FTP
14 URLs on the command line. The file(s) will be retrieved from the
15 remote server and placed in the current directory with the same
16 basename as on the remote; e.g.,
17 <ftp://ftp.isc.org/pub/usenet/CONFIG/active.gz> is stored as active.gz
18 in the current directory.
19
20 The script properly understands usernames, passwords and ports
21 specified as follows:
22
23 ftp://user:password@host:port/path/file
24
26 simpleftp is an extremely poor substitute for more complete programs
27 like the freely available wget or ncftp utilities. It was written only
28 to provide elementary support in INN for non-interactive fetching of
29 the files in <ftp://ftp.isc.org/pub/pgpcontrol/> or
30 <ftp://ftp.isc.org/pub/usenet/CONFIG/> without requiring administrators
31 to install yet another package. Its shortcomings as a general purpose
32 program are too numerous to mention, but one that stands out is that
33 downloaded files by simpleftp override existing files with the same
34 name in the local directory.
35
37 Tossed off by David C Lawrence <tale@isc.org> for InterNetNews.
38 Rewritten to use "Net::FTP" by Julien Elie.
39
40 $Id: simpleftp.pod 8357 2009-02-27 17:56:00Z iulius $
41
43 actsync(8).
44
45
46
47INN 2.5.2 2010-08-11 SIMPLEFTP(1)