I need to copy file from my Windows XP system to remote Linux system.
Win location : c:\1.txt
LInux location:/tmp
What should be the command?
EDITED: pscp is recognized and OK on my PC.I CAN connect with Putty to this remote Linux PC
remote Linux name is s1,hostname is s1host
I tried transfer file with following command:
pscp C:\1.txt s1@s1host:/tmp Got:Fatal: Network error: Connection timed out
It's not clear,is command isn't ok?
pscp /?will tell you how to run it. Or ispscpnot found?