Copy remote Linux server files to local command (ZZ) under SSH connection

Source: Internet
Author: User
Tags file copy

Original link

Many people use simple SSH connection tool, sometimes need to copy files under SSH to local view more convenient, I give you a simple command of the SCP.

SCP is a file copy with security, SSH-based login. Easy to operate, for example, to copy the current file to a remote other host, you can command the following.

scp/home/daisy/full.tar.gz [Email Protected]:/home/root

You will then be prompted to enter the login password for the root user of the other 172.19.2.75 host, and then copy is started.

It is also easy to copy files from the remote host to the current system if you want to do this in reverse.

SCP [Email protected]:/home/root/home/daisy/*.tar.gz

Copy remote Linux server files to local command (ZZ) under SSH connection

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.