How to Use SSH
|
How to Use SFTP
sftp hostname.seas.ucla.edu password: sftp> cd /tmp sftp> get test.gif Fetching /tmp/test.gif to test.gif /tmp/test.gif 100% 1189 1.2KB/s 00:00 sftp> quit sftp hostname.seas.ucla.edu testuser@hostname.seas.ucla.edu's password: sftp> cd /tmp sftp> ls test* test.gif sftp> get test.gif Fetching /tmp/test.gif to test.gif /tmp/test.gif 100% 1189 1.2KB/s 00:00 sftp> quit |
NOTE: Hostnames depend on your account status: fac, grad, ugrad, and staff. For example: ssh grad.seas.ucla.edu
Only connect to a specific machine name if your instructor or TA directs you to do so.