Easily share files-install a personal FTP server to share files

Source: Internet
Author: User
One way to share files on your Ubuntu computer is to install an individual FTP server. The following steps describe how to install and configure an individual FTP server-Anonymous access without the need for a user name or password:
1. Install "vsftpd" in "New ".
2. During "vsftpd" installation, it creates an empty account-"ftp" in the system ". But in file sharing, first create a folder in the home directory of the empty account. The command is as follows:
$ Sudo mkdir/home/FTP/shared \ files
$ Sudo chmod A + rwx/home/FTP/shared \ files
3. Use gedit to open the vsftpd configuration file-"/etc/vsftpd. conf", find the following line, and remove the "#" at the beginning of the line "#".
Write_enable = Yes
Anon_upload_enable = Yes
Anon_mkdir_write_enable = Yes
4. Save the file and exit gedit. Enter the following command to make the settings take effect:
$ Sudo/etc/init. d/vsftpd restart

Then, you can allow any computer to access your FTP.

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.