Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install FTP Server on Raspberry Pi #11

Open
jeff1evesque opened this issue Nov 7, 2014 · 0 comments
Open

Install FTP Server on Raspberry Pi #11

jeff1evesque opened this issue Nov 7, 2014 · 0 comments

Comments

@jeff1evesque
Copy link
Owner

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:

  • change anonymous_enable=YES to anonymous_enable=NO
  • change #local_enable=YES to local_enable=YES
  • change #write_enable=YES to write_enable=YES
  • add force_dot_files=YES to the bottom of the file

Finally, restart the FTP server:

sudo service vsftpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant