Ubuntu FTP Server Setup

Source: Internet
Author: User

1. Before installing the browser access FTP://IP to see if there is an FTP service

2. If unable to access: Execute command sudo apt-get installvsftpd

3. After successful installation, the browser access ftp://ip/can see the empty directory, indicating that the installation was successful.

4. Run sudo service vsftpd stop, start, restart to turn on, end, and restart the FTP service.

5. New FTP allows anonymous users to log on

6. Edit the FTP configuration file, sudo vi/etc/vsftpd.conf

Allow anonymous user access and restrict the directory of anonymous users to/mnt/parastor/home/ftp

Anonymous_enable=yes

Anon_root=/mnt/parastor/home/ftp

Here specifically,/mnt/parastor/home/ftp, sudo chmod-r 755/mnt/parastor/home/ftp, where this directory subordinate directory can be 777, such as download

Local users are able to access and have write permissions

local_enable=YES

write_enable=YES

Ubuntu 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.