File Transfer between windows and CentOS
Tools used: PSCP (an SCP client, I. e. command-line secure file copy) may not all know, but many people should know it when it comes to putty.Http://www.chiark.greenend.org.uk /~ Download the putty.zip package from sgtatham/putty/download.html, which contains putty pscp psftp plink pageant and other gadgets. The software is small, but basic functions are available. Of course, the tool instructions are also included.
Basic usage: 1. Open the windows command window and find the folder where pscp.exe is located;
2. Official User Manual
Simple Note: pscp source address (that is, the location of the file) target address (that is, the file recipient)
The following is an example: (make sure that the sshd service is enabled on linux. During the previous experiment, the sshd service was disabled. Also, pay attention to the differences between the file paths in windows and linux, that is, the difference between '/' and)
Copy files from centos to windows
2. Copy files from windows to centos
Unsuccessful part:
** This error occurs because lenovo, a common centos user, has no write permission on the/directory of the 172.22.22.102 host.
** This error occurs because the root user is prohibited from remotely logging on to the host on the centos client.
** Here the error is caused by space in the path, which leads to incorrect judgment.