jeff1evesque / raspberry-pi

Raspberry Pi connects ZigBee wireless devices to an apache server.
6 stars 1 forks source link

Install FTP Server on Raspberry Pi #11

Open jeff1evesque opened 9 years ago

jeff1evesque commented 9 years ago

We need to install an FTP server:

sudo chown -R pi /var/www/
sudo apt-get install vsftpd
sudo pico /etc/vsftpd.conf

Now, modify the file by making the following changes:

Finally, restart the FTP server:

sudo service vsftpd restart