Copy linux files to local (Putty) under Windows

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.