Build an FTP Server (VMWare) in Ubuntu Server 14.04)

Source: Internet
Author: User

Build an FTP Server (VMWare) in Ubuntu Server 14.04)
Build your own ftp server to facilitate file transfer between the host and Ubuntu in the virtual machine. The ftp software is vsftpd. 1. Command Line: sudo apt-get install vsftpd2. After vsftpd is installed, the default configuration does not allow anonymous access and allows local users to log on. The configuration file is in/etc/vsftpd. conf. After you open it with vim, you will find many of them have been commented out, leaving only a few necessary options. Therefore, if you have special requirements, you need to modify the configuration file on your own. Only the items I modified are listed below:

Anonymous_enable = YES # Allow anonymous users to log on # non_upload_enalbe = YES, remove #, allow anonymous users to upload # non_mkdir_write_enable = YES, remove # comments, allow anonymous users to create directories # write_enable = YES # Remove comments and allow upload

 


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.