How SCP commands are used in the Pppcloud cloud server

Source: Internet
Author: User
Tags file copy ftp client scp command

There are 3 ways to copy files between different Linux, the first is FTP, which is one of the Linux installation FTP Server, so you can use the FTP client program to copy files. The second method is to use the Samba service, similar to the Windows file copy method to operate, relatively simple and convenient, the third is to use the SCP command for file replication.

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/full.tar.gz

How SCP commands are used in the Pppcloud cloud server

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.