Ubuntu10.10 install the ftp server

Source: Internet
Author: User
Ubuntu10.10 install the ftp server Step 1: install vsftpdxhy @ xhy-desktop :~ $ Sudoapt-getinstallvsftpd Step 2: Add user xhy @ xhy-desktop :~ $ Sudouseradd-mxxxxxhy @ xhy-desktop :~ $ Sudopasswdxxxx Step 3: modify the permission...
Ubuntu10.10 install the ftp server
Step 1: install vsftpdxhy @ xhy-desktop :~ $ Sudo apt-get install vsftpd Step 2: Add user xhy @ xhy-desktop :~ $ Sudo useradd-m xxxxxhy @ xhy-desktop :~ $ Sudo passwd xxxx Step 3: modify the permission xhy @ xhy-desktop :~ $ Sudo chmod 755/home/ftp
Step 4: create a shared folder xhy @ xhy-desktop :~ $ Cd/home/ftpxhy @ xhy-desktop :~ $ Sudo mkdir myftpxhy @ xhy-desktop :~ $ Sudo chmod 777 myftp
Step 5: configure the file xhy @ xhy-desktop :~ $ Sudo gedit/etc/vsftpd. the conf configuration file is relatively simple. the following code: www.2cto.com # start listen = YES in standalone mode # Allow 4 clients to be connected at the same time, each IP can have up to five processes, max_clients = 200max_per_ip = 4 # anonymous users are not allowed to access the service. local (system) users are allowed to log on to anonymous_enable = YESlocal_enable = YESwrite_enable = NO.
Step 6: restart the service xhy @ xhy-desktop :~ $ Sudo/etc/init. d/vsftpd restart
Step 7: restart the computer xhy @ xhy-desktop :~ $ Sudo reboot
Author I love you JAVA

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.