Xshell Transferring files using xftp
First installs the XFTP, then establishes the session, the step and the Xshell like, in the use time uses the ctrl+alt+f to exhale, the left is the Windows desktop, the right is the Linux, the double-click or the drag can realize the command to pass through.
Using PURE-FTPD to build an FTP service
First install Yum install-y pure-ftpd
Change the configuration file vim/etc/pure-ftpd/pure-ftpd.conf//find pureftpd.pdb This line, the beginning of the # Delete
Systemctl Stop VSFTPD (if we have started the vsftpd before, it is necessary to terminate the program, or start PURE-FTPD will error)
Systemctl start pure-ftpd (start pure-ftpd)
MKDIR/DATA/FTP (Create experiment catalog)
Useradd-u 1010 PURE-FTP (Create a normal user)
Chown-r Pure-ftp:pure-ftp/data/ftp (change its owner and host group)
PURE-PW useradd ftp_usera-u pure-ftp-d/data/ftp (Useradd is the specified user name,-u is the specified system user,-d specifies the home directory of the virtual user)
Then enter the password two times
PURE-PW mkdb (generates a password that the system can recognize)
Then login, lftp FTP username @ host IP, then enter the password
Xshell using XFTP to transfer files and use PURE-FTPD to build FTP services