I use putty on Vista to connect to remote UNIX shell. But I want to copy files from that remote server to my local Vista system. How to do that??
|
feedback
|
migrated from stackoverflow.com Oct 11 '09 at 15:05
This question came from our site for professional and enthusiast programmers.
|
WinSCP should do the trick. You're not going to be able to do it form putty. | |||
|
feedback
|
|
Use PSCP; PuTTY Secure Copy. If you can connect via SSH there is PuTTY and then 99 times out of 100 if you can SSH you can also SCP(Secure Copy). http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html | |||
|
feedback
|
|
If you're using PuTTY and connecting via SSH check if you have pscp installed with PuTTY (or download it from the PuTTY site). Then you can just do: pscp user@host:/path/to/file . | ||||
|
feedback
|
|
I know it's been a while since this was asked, but I just happened to pull this off fairly easily with a couple utilities without an extra SCP/SFTP session.
You can of course add a | |||
|
feedback
|
|
PuTTY comes with a program called PSFTP, which is the PuTTY equivalent of SFTP. This is superior to any of the | |||
|
feedback
|