Newbie here, I just got SSH access to my shared hosting server (unix). I am current in a directory on the server where there is a file called images.zip. I want to download this to my desktop (I am running windows locally if that matters). Which command do I need and what is the syntax?
|
feedback
|
migrated from serverfault.com May 14 '11 at 3:57
This question came from our site for system administrators and desktop support professionals.
|
You can use winscp. | |||||||||||
feedback
|
|
For completeness, if you're on a Mac or Linux, you can simply open up a terminal and execute sftp There's also SCP you could use to directly download the file. | ||||
|
feedback
|
|
Grab a copy of WinSCP; it's free/open source SFTP (and other protocols) client. | |||
|
feedback
|
|
Strange,No-one mentioned PSFTP type help for a list of commands, what i would typically do is to
dats about that | |||
|
feedback
|
|
Since you are on windows, install something like cygwin so you get a bash terminal to work in. Then you can use scp in the same was as on your unix server. | |||
|
feedback
|
|
If you want to do the copy from your remote server, you need to set up some kind of server on your desktop to be able to push the file. If you want to pull it from your desk many possibilities are offered to you :
If you want other tools, you can find in other answers :
| |||
|
feedback
|