


lcd - changes the local directory on the machine that you are logged in at.
cd - changes the directory on the remote host that you are connected to.
mget - Will allow you to download (get) multiple files from the remote host using wildcards to your PC.
mput - Will allow you to upload (put) multiple files to the remote host from your local PC.
get - Gets a single file from the directory you are working in on the remote host and transfers it to the working directory of the local machine.
put - Transfers (puts) a single file from the working directory of the local machine to the working directory of the remote host.
quit - Quits the FTP session, and is the same as the bye command.
rmdir - Will remove a directory but only if it is empty.
dir - lists the contents of the directory that you are in.