I'm on ssh accessing my user account at school. I'm trying to download a particular file from my linux account to my current windows file system that Im on right now. Can i use scp? If yes Id really appreciate if you could give an example of how to download a file from a remote server to windows
|
feedback
|
migrated from stackoverflow.com Apr 6 '11 at 4:02
This question came from our site for professional and enthusiast programmers.
|
WinSCP has windows binding for the scp protocol. I haven't used it in a long time, but I recall it being easy to use. | |||
|
feedback
|
|
You won't find scp or ssh natively on Windows. But you can always download WinSCP and Putty, respectively if you find yourself in need of some *nix goodness on Windows. | |||
|
feedback
|
|
Assuming you have
If you don't have scp installed, you can use Cygwin to install SCP for Windows. | |||
|
feedback
|
|
Install cygwin. It has an ssh and scp client. You'll have to initiate the copy from windows, but it'll work. Alternatively, it might be possible to install an ssh daemon with cygwin, but I've never explored that. | |||
|
feedback
|
