4 thoughts on “How to install an FTP Server on a Raspberry Pi

  • To create a new user named marcos-test:
    sudo mkdir /home/pi/FTP/marcos-test
    sudo chown ftpuser:ftpgroup /home/pi/FTP/marcos-test
    sudo pure-pw useradd marcos-test -u ftpuser -d /home/pi/FTP/marcos-test
    sudo pure-pw mkdb

    To see a list of users:
    sudo pure-pw list

    For more info:
    pure-pw help

  • how can i check the users that i have created previous?

  • Does your description also work if the pi is connected to internet via a 4G modem ?

Comments are closed.