

Once we log in, our current working directory is the remote user's home directory. mput - Copies a file from the local machine to the remote machine.put - Copies a file from the local machine to the remote machine.mget - Allows you to copy multiple files from the remote server to the local machine.get - Copies a file from the remote server to the local machine.rmdir- Remove a directory in the current remote directory.delete - Delete a file in the current remote directory.pwd - Print the current working directory on the remote machine.mkdir - Create a new directory within the remote directory.

