Web Server Administration: ftp commands
ftp commands
ls, cd, mkdir, rmdir, rm all work like the normal UNIX commands
put filename - sends filename to the remote host
get filename - retrieves filename from the remote host (it will get written to the directory you started ftp from)
mget *.html - retrieves all html files
mput *.html - put all html files