A command line putty's version plink. Copying files from Windows system to Linux system is possible using plink, but how?
I know the same can be achieved through pscp, but I want to achieve this using plink because of some reason.
How can you copy files using plink command?
1 Answer
Here's one way to do it:
plink user@host -P 2222 -pw password < test.jpg "cat > ~/test.jpg"