2018-05-12 Linux Learning

Source: Internet
Author: User

15.4 Xshell using XFTP to transfer files

Ctrl+alt+f

15.5 using PURE-FTPD to build FTP service

Yum Install-y epel-release
Yum Install-y pure-ftpd
vim/etc/pure-ftpd/pure-ftpd.conf//Find pureftpd.pdb This line, the beginning of the # Delete
Systemctl Stop VSFTPD
Systemctl Start PURE-FTPD
Mkdir/data/ftp
Useradd-u 1010 PURE-FTP
Chown-r pure-ftp:pure-ftp/data/ftp
PURE-PW useradd ftp_usera-u pure-ftp-d/data/ftp
PURE-PW MKDB
PURE-PW list/userdel/usermod/passwd

PURE-PW--help

Operation Process

[[email protected] ~]# yum install -y pure-ftpd[[email protected] ~]# vim /etc/pure-ftpd/pure-ftpd.conf[[email protected] ~]# systemctl stop vsftpd.service [[email protected] ~]# systemctl start pure-ftpd.service[[email protected] ~]# mkdir /data/ftp[[email protected] ~]# useradd -u 1010 pure-ftp[[email protected] ~]# chown -R pure-ftp:pure-ftp /data/ftp[[email protected] ~]# pure-pw useradd ftp_usera -u pure-ftp -d /data/ftpPassword: amingEnter it again: aming[[email protected] ~]# touch /data/ftp/123.txt[[email protected] ~]# lftp [email protected]口令: lftp [email protected]:~> ls      drwxr-xr-x    2 1010       pure-ftp           21 Apr 10 06:21 .drwxr-xr-x    2 1010       pure-ftp           21 Apr 10 06:21 ..-rw-r--r--    1 1010       pure-ftp            0 Apr 10 06:21 123.txt

2018-05-12 Linux Learning

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.