FTP Permission

FAZO

New member
Joined
Jan 5, 2010
Messages
2
Hi,

Is it possible to allow only upload priviligies on any ftp users created to any account on DirectAdmin?

Regards,
 
/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.
 
Back
Top