Install FTP Server on Raspberry Pi - ajumalp/rpi-nas GitHub Wiki
sudo apt -y install pure-ftpd
- Once the FTP server is installed, you can try to connect to FTP server using FileZilla software
- Hope you have already installed
FileZilla
software
- Open the software now and connect to Raspberry Pi
- Use the Raspberry Pi IP Address and credentials to connect
- In my case the IP Address is
piserver
and the login credentials is pi as username and raspberry as password
- No need to type anything for port, because we are using the default port, which is 21
- Finally restart FTP server.
sudo service pure-ftpd restart