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 configure FTP server in raspberry pie

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article is about how to configure a FTP server in a raspberry pie. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Raspberry pie Ubuntu16.04

Those big gods of Linux, don't laugh at me, a rookie who hasn't started Linux yet.

Step one:

First, open the terminal and download and install the FTP server:

Sudo apt-get install vsftpd

As shown in the figure:

(since I have already installed it, don't be surprised that your computer is different from mine.)

Step 2:

After the above work is done, the next step is to configure the server.

Or input in the terminal

Sudo vi / etc/vsftpd.conf

If you don't have the vi software here, install it and use it.

Sudo apt-get install vim//ps: vim is an upgraded version of vi

Open the following figure

Find the red box above, which is NO, or you can't log in to the server.

Add these sentences at the end.

Anonymous_enable=YESanon_root=/home/xxx/ftp / / ps: the xxx here is the user name no_anon_password=YESwrite_enable=YESanon_upload_enable=YESanon_mkdir_write_enable=YES of the current user of your raspberry pie

As shown in the picture

(if you can't use vi, Baidu has tutorials.)

After completing the above steps: restart the server

Sudo / etc/init.d/vsftpd restart

Step 3:

Create a folder / home/pi/ftp

Use

Cd ~

Then, look at the picture.

Everything in the color box is what you want to enter (this is a tutorial for pure rookies, so it's very verbose)

Step 4:

test

Success

Thank you for reading! This is the end of the article on "how to configure FTP server in raspberry pie". I hope the above content can be helpful to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

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