Raspberry Pi Install FTP server (GO)

Source: Internet
Author: User
Tags ftp connection
VSFTPD is an open source, lightweight, common FTP server. 1, install VSFTPD server (about 400KB) sudo apt-get install vsftpd 2, start FTP service sudo service vsftpd start 3, Edit vsftdp config file sudo nano/etc/vsftpd . conf find the following line, define Anonymous_enable=no means: Do not allow anonymous access Local_enable=yes set Local users can access. Write_enable=yes settings can be written local_umask=022 set the file's permission mask after uploading. Save the 4, restart the VSFTPD services sudo service vsftpd Restart 5, test, OK via FTP connection Raspberry Pi system, username pi login, password is raspberryftp root directory is/HOME/PI, That is, the PI user's home directory can upload or download files.

Raspberry Pi Install FTP server (GO)

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.