pscp copy file remotely from Windows to Linux

Solution 1:

pscp c:\1.txt username@hostname:/tmp

Substitute username and hostname for those valid for the Linux system.