Raspberry Pi Install FTP server

Source: Internet
Author: User

Install FTP server on Raspberry Pi to upload \ Download file

VSFTPD is an open source, lightweight, common FTP server.

1, install VSFTPD server (approx. 400KB)
sudo apt-get install vsftpd

2. Start the FTP service
sudo service vsftpd start

3. Edit the VSFTDP configuration file

sudo nano/etc/vsftpd.conf

Locate the following line and define
Anonymous_enable=no

Means: Anonymous access is not allowed

Local_enable=yes

Set the local user to be accessible.

Write_enable=yes

Settings can be write operations

local_umask=022

Sets the permission mask for the file after uploading.

Save to exit

4, restart VSFTPD service
sudo service vsftpd restart

5, test it, OK.

Connect the Raspberry Pi system via FTP, login with username pi, password is raspberry

The root directory of the FTP is/HOME/PI, which is the home directory of the PI user

You can upload or download files.

Raspberry Pi Install FTP server

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.