FTPBOT Take Files
Here are the keywords for the contents of an FTPBOT take file. The
FTPBOT program is fully documented in the TSX-32 Networking manual.
OPEN host username password -- opens the host and logs in with
the specified username and password.
CLOSE -- closes the connection to the host.
CWD directory -- changes to 'directory' on the remote system.
LCWD directory -- changes to 'directory' on the local system.
CDUP
LIST [filename] -- lists all files or just the specified file.
GET ASCII remote-file local-file -- gets a file in ASCII mode.
GET BINARY remote-file local-file -- gets a file in BINARY mode.
FLIST outfile -- gets a listing of the files and writes it to outfile.
EXPLORE site-name log-file -- does not require open; logs in
and gets listing of files all at once.