Linux VSFTPD FTP Server Setup

Source: Internet
Author: User
Tags ftp client


# # Learning Summary


# #超级用户权限


    1. VSFTPD installation (L)
      Yum Install vsftpd apt-get install VSFTPD

    2. VSFTPD configuration (local user login restricted to their home directory,/etc/vsftpd.conf)
      Listen=yes (see if the connection is turned on if it is denied)
      Chroot_list_file=/etc/vsftpd.chroot_list
      Chroot_list_enable=yes
      Allow_writeable_chroot=yes

      (OOPS:vsftpd:refusing to run with writable root inside chroot ())


    3. Create an FTP user, add the user to the Vsftpd.chroot_list file, one line at a user
      useradd-d/home/username-m username-g GroupName
      echo Username >>/etc/vsftpd.chroot_list
      530 Error: Login Incorrect (check password settings. Set Password passwd username)


    4. FTP client (win cmd)
      FTP IP Address
      Username
      passwd
      Put upload
      Get download
      Bin (binary transfer mode)




Linux VSFTPD FTP Server Setup

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.