Glam Prestige Journal

Bright entertainment trends with youth appeal.

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?

5

1 Answer

Here's one way to do it:

plink user@host -P 2222 -pw password < test.jpg "cat > ~/test.jpg"

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy