Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
help:general_linux:filecopy [2019/05/21 19:55]
jebailie [Using scp]
help:general_linux:filecopy [2019/05/21 19:56]
jebailie [Using sftp]
Line 30: Line 30:
 ==== Using sftp ==== ==== Using sftp ====
  
-To start a sftp connection, type in a terminal ''sftp USER@mote.cs.vassar.edu'' where USER is replaced by your user name. There are only a few commands necessary for using sftp:+To start a sftp connection, type in a terminal ''sftp -P 443 USER@mote.cs.vassar.edu'' where USER is replaced by your user name. There are only a few commands necessary for using sftp:
  
 |''ls''| list files in current directory on remote computer| |''ls''| list files in current directory on remote computer|