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?

link|improve this question
feedback

migrated from stackoverflow.com Mar 14 '10 at 6:15

This question came from our site for professional and enthusiast programmers.

3 Answers

PSCP is a part of the putty package.

Chapter 5: Using PSCP to transfer files securely

link|improve this answer
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.

link|improve this answer
feedback

Assuming an SSH connection, you can use either PSCP as suggest by Pekka, or WinSCP is a fairly decent SCP/SFTP client.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown