The following documents are included in the putty to download the website:
Where Pscp.exe is a tool for remotely copying files.
Official website: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Link: http://pan.baidu.com/s/1pKEhIFx Password: 2u4t
Here's how to use it:
22, if the host's SSH port is a, do not specify the-l user to specify the identity of the user to log on to the host, the user name can also be written with the host name, with the @ split open, such as: [email protected]-PW PASSWD specifies that the password used to log on is: Passwd-c to allow compression of the transmission, improve transmission speed
1, the local c:\a.bat copied to the host server on the user username in the home directory under the upload subdirectory (this path may be/home/username/upload)
Pscp.exe-c c:\a.bat [email protected]: Upload/
2, copy the local C:\a.txt to the host Server user username home directory
Pscp.exe-c c:\a.txt [email protected]:.
3, the remote host server on the user username home directory of all *.tgz files copied to the local c:\download directory, if the SSH version is SSH v1, then this command will be wrong.
pscp.exe-c [email protected]:*. tgz c:\download
Above reference: http://lanxuezaipiao.blog.163.com/blog/static/9377996520132186930353/
Copy linux files to local (Putty) under Windows