How to install ftp on raspberry pi?

Following these steps:
1. sudo apt-get install vsftpd
2. vi /etc/vsftpd.conf
3. Make sure these values are not commented:
Anonymous_enable=NO
Local_enable=YES
Write_enable=YES
4. Save your change.
5. sudo /etc/init.d/vsftpd restart

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment