Install vsFTPd in Ubuntu

Source: Internet
Author: User
Tags filezilla filezilla ftp
VsFTPD is a small and easy-to-use FTP server program. This article allows beginners to learn the simplest vsftpd server setup in Ubuntu in the shortest time. Installation command $ sudoapt-getinstallvsftpd setting after installation is complete/etc/vsftpd. the conf file does not appear to be added by default. This file has special purposes. The users listed in this file will not be restricted by the Directory when using ftp again./etc/v

VsFTPD is a small and easy-to-use FTP server program. This article allows beginners to learn the simplest vsftpd server setup in Ubuntu in the shortest time.

Installation instructions
$ Sudo apt-get install vsftpd

Settings after installation
/Etc/vsftpd. conf

This file does not seem to be added by default. This file has special purposes. The users listed in this file will not be restricted by directories when using ftp again.
/Etc/vsftpd. chroot_list

Anonymous_enable = NO
Allow arbitrary user connections

Local_enable = YES
Allow local users to log on to FTP?

Write_enable = YES
Whether to enable write permission

Chroot_local_user = YES
Chroot_list_enable = YES
Chroot_list_file =/etc/vsftpd. chroot_list

Chroot_local_user = YES
Chroot_list_enable = YES
This setting prevents all users from changing the root directory except those listed in/etc/vsftpd. chroot_list.

Restart vsftp

Sudo/etc/init. d/vsftpd restart

After the installation is complete, test the connection by the way. Install a FileZilla FTP software connection and use the software center to install FileZilla.

For example, 1-2

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.