Xshell using XFTP to transfer files and use PURE-FTPD to build FTP services

Source: Internet
Author: User
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

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.