| COMMAND | FUNCTION |
| open ftp.abc.com | Connect to the remote server abc.com if user and password are accepted |
| get abc.txt | Download the file abc.txt to your computer |
| put abc.txt | Upload the file abc.txt to the server |
| ascii | Sets the file transfer type to ascii...used for text files (.txt) |
| binary | Sets the file transfer type to binary...used for binary files (.exe or .zip) |
| close | Disconnect from the server |
| quit | Quits the ftp session |