Type in:
sftp remote_username@remote_host |
substituting in your username on the remote computer and the hostname of the remote computer in the above command, as appropriate.
| Command | Description |
|---|---|
| pwd | Show current directory on the remote computer |
| ! pwd | Show current directory on the local computer |
| cd dirname | Change directory to a subfolder named dirname on the remote computer |
| ! cd dirname | Change directory to a subfolder name dirname on the local computer |
| cd .. | Go up a directory on the remote computer |
| ! cd .. | Go up a directory on the local computer |
| mkdir dirname | Make a new subfolder named dirname on the remote computer |
| ! mkdir dirname | Make a new subfolder name dirname on the local computer |
| get filename | Copy filename from the remote computer to the local computer |
| put filename | Copy filename from the local computer to the remote computer |
| rm filename | Delete filename from the remote computer |
Fetch is an excellent GUI file transfer program for Macintosh. IT@Cornell maintains a site license for use by Cornell faculty, staff, and students.
Please see the IT@Cornell "Transfer Files Using Fetch" webpage for instructions on how to sue Fetch to transfer files via FTP, FTPS, or SFTP.