Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#ccc
bgColor#FFFFCE
titleBGColor#F7D6C1
titleLinux Command Line SFTP
borderStyledashed

jaa2@oyster-creek2 ~$ sftp jaa2@ssh-student.rice.edu

Connecting to ssh-student.rice.edu...
The Rice University Network - Unauthorized access is prohibited
jaa2@ssh-student.rice.edu's password:

sftp> pwd
Remote working directory: /storage-home/j/jaa2

sftp> dir
Application Data Desktop Documents Downloads ErrorLog.txt
Library Public autorun.inf profile
sftp> cd Public
sftp> ls
www
sftp> cd www
sftp> ls
sftp> quit

Example of

...

scp File Transfer, using SSH Secure Shell client

Using the Rice supplied SSH Secure Shell client, you can do a secure file transfer by

  1. Open up ssh client, connect to: ssh-student.rice.edu with your NetID

ssh-student_withSSH.jpg

  1. At the prompt "Enter remote host:", then select Window => New File Transfer, which opens a 2nd window
  2. The second window shows your home directory on storage.rice.edu and you can upload or download files.