Can I fetch a file from a remote server from a Putty instance?

1

1

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?

Simon

Posted 2010-03-13T12:16:20.680

Reputation:

Answers

5

PSCP is a part of the putty package.

Chapter 5: Using PSCP to transfer files securely

Pekka

Posted 2010-03-13T12:16:20.680

Reputation: 2 239

2

The easiest way is to get pscp from the same place you got putty from which copies files over the same protocols as putty.

John Burton

Posted 2010-03-13T12:16:20.680

Reputation: 441

1

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

spender

Posted 2010-03-13T12:16:20.680

Reputation: 235