F FAZO New member Joined Jan 5, 2010 Messages 2 Mar 9, 2010 #1 Hi, Is it possible to allow only upload priviligies on any ftp users created to any account on DirectAdmin? Regards,
Hi, Is it possible to allow only upload priviligies on any ftp users created to any account on DirectAdmin? Regards,
F FAZO New member Joined Jan 5, 2010 Messages 2 Mar 9, 2010 #3 scsi said: If you set it up manually. Click to expand... Where do I set ?
scsi Verified User Joined Aug 19, 2008 Messages 4,531 Mar 9, 2010 #4 /etc/proftpd or /etc/proftpd.vhosts.conf if its virtual ip. http://www.castaglia.org/proftpd/modules/mod_ifsession.html You have to set ifuser, directory and limit tags. Like: <Ifuser bob> <Directory /home/bob/folder> <Limit blah> </Limit> </Directory> </Ifuser> Something like that. You can check the proftpd.org site for the ifuser, limit, and directory tags on how to use them.
/etc/proftpd or /etc/proftpd.vhosts.conf if its virtual ip. http://www.castaglia.org/proftpd/modules/mod_ifsession.html You have to set ifuser, directory and limit tags. Like: <Ifuser bob> <Directory /home/bob/folder> <Limit blah> </Limit> </Directory> </Ifuser> Something like that. You can check the proftpd.org site for the ifuser, limit, and directory tags on how to use them.