Commands in FTP
to see a list of commands which can be used while ftp'ing type: help
Command Usage What it does
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
binary binary set -[switch] sets the binary transfer mode
usually type:
binary set -i
get get filename download a file from the site
mget mget filepattern => gets all files with req'd pattern
mget *.??? => gets all files with ??? extension
mget * => gets all files in directory
put put filename upload to the ftp site
mput mput *.??? upload multiple files to ftp site
bye bye logout
(these are the basic commands, the rest you can look up in the list and try on
your own)