Use putty pscp supporting tools for file transfer [Linux] between windows and Linux platform

Use putty supporting tools pscp ( official website ) to achieve windows and Linux platform file transfer

 

Specific steps

A, windows file transfer to Linux

1, win + R, input cmd, open a command line

2, the change to the directory pscp.exe, transmitting a single file input

pscp windows file path Linux user name @LinuxIP: catalog

E.g:

 

If the transfer folder , then add the parameter -r

pscp -r windows folder path Linux user name @LinuxIP: catalog

E.g:

 

Two, Linux to Windows file transfer

And the operation is the same as above, just to demonstrate a single file transfer, convey empathy folder plus parameter -r

pscp Linux user name @LinuxIP: file path windows path

E.g:

 

Guess you like

Origin www.cnblogs.com/zslhg903/p/11135909.html