PureFTPD: 550: Permission denied

Discussion in 'Installation/Configuration' started by Martijn_2, Mar 10, 2011.

  1. Martijn_2

    Martijn_2 New Member

    Hi Guys,

    I'm having an error 550: 550 Can't create directory: Permission denied when i want to create a new map with ftp.

    I installed and configured pureftpd with this tutorial: http://linux.justinhartman.com/PureFTPd_Installation_and_Setup

    What i want is that every user has permission on his map (755) , how can i do that?
    Because i dont have shell permission so i can't do chmod from the user it self.

    Please Help! Thanks!

    UPDATE:
    I've solved the problem after a very long search by this command: find /folder/*/ -type d -exec chmod 777 {} \;
     
    Last edited: Mar 10, 2011

Share This Page