Results 1 to 4 of 4
Hi,
How can I transfer files from/to a host computer connected using ssh? Thank you....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-23-2007 #1
- 09-23-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The command you are looking for is scp. It functions much like ssh and cp.
- 09-23-2007 #3
- 09-27-2007 #4Just Joined!
- Join Date
- Sep 2007
- Location
- Lafayette, IN
- Posts
- 83
For a more interactive experience, you can use the sftp command (it is a subsystem of SSH). To reduce bandwidth and only copy files that have changed, see the rsync command.


Reply With Quote
