Command: SCP
There are 3 common ways to copy files between different Linux types:
The first is FTP, which is one of the Linux installation FTP Server, this can be another use of FTP client program for file copy.
The second approach is to use the
SCP implementation of Linux to Windows file data backupWe introduced the use of Curl+windows FTP for Linux to Windows data Backup, today we introduce the use of SCP service to the Linux file to Windows Backup; we all know that SCP uses the SSL
In the past has been on the server tar packaging compression, download to the local computer, and then upload to another server, and then unzip.In fact, you can use the SCP command directly to copy files or folders.The SCP is secure copy, which is
Use the scp command
Let's talk about the background. If ubuntu is used and xshell software is not used in windows to manage the vps, we are waiting to download a chrome (chrominum is really hard to use). What about Google, I tried to download the
FTP command: Server has FTP server installed, another Linux can use the FTP client program to copy the file read and download. 1. Connect to the FTP serverFormat: FTP [hostname| ip-address]A) under Linux command line input: FTP 192.168.26.66b) The
1. scp: the scp command is the most convenient and useful command in SSH. scp is securecopy, which is used to copy remote files. Data transmission uses ssh and uses the same authentication method as ssh to provide the same security guarantee. Unlike
FTP command:
The server has an FTP server installed, and another Linux can use the FTP client program to copy read and download files.
1. Connecting to an FTP serverFormat: FTP [hostname| ip-address]A) on the Linux command line, enter: FTP 192.168.26
1.SSH Remote ManagementSSH (Secure Sheel) is a secure channel protocol, which is mainly used to realize remote login of character interface, and so on. The SSH protocol encrypts the data transmitted by both parties, including the user's password.
Upload a download file to a Linux server by collecting 1. Scp"Advantages" simple and convenient, safe and reliable; Support speed limit parameters"Disadvantage" does not support exclude directoriesUsageThe SCP is secure copy, which is used for
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.