Reputation: 1040
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
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