Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install FTP server for raspberry pie

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to install the FTP server for raspberry pie. I hope you will get something after reading this article. Let's discuss it together.

Vsftpd

Open source lightweight and commonly used ftp server.

# Very Secure FTP Deamon

Sudo apt-get install vsftpdsudo nano / etc/vsftpd.conf

This is the configuration file that controls VSFTPD, which allows you to set all types of restrictions and policies, so it is recommended to be very careful when configuring. To make it work, we recommend changing the following lines, one for each line, and type "YES" or "NO":

# do not allow anonymous access to anonymous_enable=NO # set to write write_enable=YES # set local users to access local_enable=YES ascii_upload_enable=YES ascii_download_enable=YES

You can see the explanation of each configuration item in its comments, so we won't say much about it here. When you are done with the configuration, save the exit as before.

Restart the vsftpd service

Sudo service vsftpd restart

Connect to the raspberry pie system through ftp and log in as user name pi. The password is the password of the pi user. The root directory of ftp is / home/pi, the HOME directory of pi users, and files can be uploaded or downloaded.

After reading this article, I believe you have a certain understanding of "Raspberry pie how to install FTP server". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report