1SIMPLEFTP(1)              InterNetNews Documentation              SIMPLEFTP(1)
2
3
4

NAME

6       simpleftp - Rudimentary FTP client
7

SYNOPSIS

9       simpleftp url [...]
10

DESCRIPTION

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       <https://ftp.isc.org/pub/usenet/CONFIG/active.gz> is stored as
18       active.gz 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

BUGS

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 <https://ftp.isc.org/pub/pgpcontrol/> or
30       <https://ftp.isc.org/pub/usenet/CONFIG/> without requiring
31       administrators to install yet another package.  Its shortcomings as a
32       general purpose program are too numerous to mention, but one that
33       stands out is that downloaded files by simpleftp override existing
34       files with the same name in the local directory.
35

HISTORY

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 10097 2016-11-04 22:19:07Z iulius $
41

SEE ALSO

43       actsync(8).
44
45
46
47INN 2.6.3                         2016-11-06                      SIMPLEFTP(1)
Impressum