4 thoughts on “Linux: How to create ftp user?

  1. BR January 28, 2016 / 2:13 pm

    no: $ adduser userftp -p your-password -g ftpgroup -d /home/ftpfolder -s /bin/false
    good: $ useradd userftp -p your-password -g ftpgroup -d /home/ftpfolder -s /bin/false

  2. Brian V Streeter April 6, 2016 / 4:47 am

    What is an easy approach to setting up Apache Server to allow ftp client?

Leave a comment