Ubuntu step-by-step ftp server deployment

Source: Internet
Author: User
Tags ftp file ftp client ftp file transfer
Article Title: explains how to set up an ftp server in ubuntu step by step. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Ftp file transfer service. If you do not talk about the rest, you can directly access the topic. Today, I want to help you build an ftp server using vsftpd.

A. install vsftpd: sudo apt-get install vsftpd.

Because we temporarily raise permissions through sudo, we cannot directly create/home/ftp, so we need to create sudo directories.

B. log on to the ftp server. Then we can use the ftp service of vsftpd. You can log on and manage the Firefox browser or log on to the server through an ftp client such as gftp. Remember to enter a valid identity and password.

Firefox Logon

Gftp Logon:


C. Enable, stop, or restart the vsftpd service. Run the following command: sudo/etc/init. d/vsftpd start/stop/restart,

D. vsftpd server configuration. Because there are too many information related to connection settings, performance and load settings, user settings, directory and file operations, security measures, and prompt information, you can only perform a few operations here. But the principle is to modify the configuration file. For more information, see the Help content of vsftpd.

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.