I have connected to my remote server using Putty and I want to retrieve a file back to my local machine. How do I do it? Can I do it?
|
feedback
|
migrated from stackoverflow.com Mar 14 '10 at 6:15
This question came from our site for professional and enthusiast programmers.
|
PSCP is a part of the putty package. | |||
|
feedback
|
|
The easiest way is to get pscp from the same place you got putty from which copies files over the same protocols as putty. | |||
|
feedback
|
|
Assuming an SSH connection, you can use either PSCP as suggest by Pekka, or WinSCP is a fairly decent SCP/SFTP client. | |||
|
feedback
|