RASPBERRY PI – Install FTP

发布日期:2013-03-21 09:33:59

Here’s a quick how to on installing VSFTPD on the Raspberry Pi

Open a terminal

Type:
sudo apt-get install vsftpd
Press Enter

Press Y when prompted

Type
sudo nano /etc/vsftpd.conf
Press Enter.

Edit or uncomment the following lines to secure VSFTPD
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
Ascii_upload_enable=YES
Ascii_download_enable=YES

Press
CTRL + O
To save

Press
CTRL + X
To exit

Type:
/etc/init.d/vsftpd restart

You are done



If you need assistance with this issue, please contact us HERE.  We are ready to assist.