Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
help:general_linux:filecopy [2019/05/21 19:55] jebailie [Using scp] |
help:general_linux:filecopy [2019/05/21 19:56] (current) 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| |