dot_zero
dot_zero

Reputation: 1040

How do I copy files from a remote computer (running Linux) to my Windows computer using scp?

I usually work in Linux and when I want a file from my remote computer, I just give the scp command from my local side. Now that I work in Windows, I don't know how I can do the same. I can access my remote computer through PuTTY, but I don't know what command I can write in my remote computer terminal to let it copy to my local computer.

Upvotes: 0

Views: 356

Answers (1)

neuraload
neuraload

Reputation: 36

You need a SCP client like WinSCP to copy files from remote ( Linux ) machine since Windows doesn't have a SSH / SCP client preinstalled.

Upvotes: 1

Related Questions