11.10.2009, 02:32
Quote:
Originally Posted by Dreftas
good tutorial, but maybe you can say what to write in proftpd.conf that logged in FTP user can chmod, store, delete, create etc. ? Because now, for example with chmod i get that 550 CHMOD 777 filename.php: Operation not permitted
Pls help ![]() |
sorry idk if i understood that correctly.
like for example if you created a user directory called mydirct, you cant add any files above that directory, only below it. if you want to disable this try changing this
Code:
# To cause every FTP user to be "jailed" (chrooted) into their home # directory, uncomment this line. DefaultRoot ~
Code:
# To cause every FTP user to be "jailed" (chrooted) into their home # directory, uncomment this line. # DefaultRoot ~