Am 27. Mai 2003 schrieb Matthias Petermann:
Was genau ist ein "reget" ?
$ man ftp | grep -B6 reget get [-E] [-a] [-c] [-O base] rfile [-o lfile] ...
Retrieve the remote file rfile and store it as the local file lfile. If -o is omitted, the file is stored to local file named as base name of rfile. You can get multiple files by specifying multiple instances of rfile [and -o lfile]. Does not expand wildcards, use mget for that. -c continue, reget -- new listing use rels or cache flush.
mget [-c] [-d] [-a] [-E] [-O base] files
Gets selected files with expanded wildcards.
-c continue, reget.
Torsten