How would I copy somefile.zip to another directory?
|
feedback
|
migrated from stackoverflow.com Oct 25 '09 at 23:48
This question came from our site for professional and enthusiast programmers.
|
If you are connected to a shell session via ssh, and the file exists on the remote system, you can use the cp command.
If the file exists on the local system you should use sftp. If your local machine runs Windows, WinSCP is an excellent sftp client. | |||||
feedback
|
|
Assuming you're using the command line then like this
for a local file or alternatively
| |||
|
feedback
|
|
If you are using Win32, Tunnellier is a reasonable solution which not only allows file transfer, but secure remote access as well. | |||
|
feedback
|
