1. Login (user and password)
2. cd (change directory)
3. ls (list the contents of the current directory)
4. put (upload files from your local machine to the remote machine)
5. get (download files from the remote machine to your local machine)
6. delete (delete a file on the remote machine)
7. mkdir (create a directory on the remote machine)
8. rmdir (delete a directory on the remote machine)
9. chmod (change permissions on a file or directory)
10. bye (logout and disconnect from the remote machine)