Create an FTP server in Linux

Source: Internet
Author: User
It is difficult for a virtual machine to build an FTP server in Linux to install an FTP server today. win won't be able to connect to any software. Most of the solutions found on the Internet are plagiarized and only part of them are solved. Www.2cto.com, I tried it myself, but it is not a problem. First install vsftp ,...
It is difficult for a virtual machine to build an FTP server in Linux to install an FTP server today. win won't be able to connect to any software. Most of the solutions found on the Internet are plagiarized and only part of them are solved. Www.2cto.com, I tried it myself, but it is not a problem. First, install vsftp. the login user name is your current Linux system user. for detailed configuration, please google it. (I didn't use it) edit/etc/vsftpd. conf, change the corresponding variable to the following value: local_enable = YES write_enable = YES chroot_local_user = YES pam_service_name = vsftpd make sure that your VM network connection mode is a bridge Nic, otherwise the host cannot connect to the VM! If you receive a 500 OOPS: cannot change ctor... prompt, try setsebool ftp_home_dir 1
Related Article

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.