FTP "Read and Write" Permissions Only

Bobonze

New member
Joined
Jan 17, 2009
Messages
1
I'm sure this is a redundant question, but I can't find answers on this board yet.

I have an FTP User Account set up ([email protected]), but I have no idea how to set the permissions (unix i.e. 755, 644, etc) so that a client can only upload and download files. Currently, anyone I give the User Name and Password to is able to delete directories and files, which I don't want them to do. I just want them to upload and/or Download.

I'm using DirectAdmin, and Fetch and CyberDuck.

Any help would be greatly appreciated.
 
ProFTPd doesn't just use unix/linux permissions. It has a complete permissions system based on file similar to Apache's httpd.conf file; that was the model intentionally used in the design.

You can certainly make changes to the proftpd.conf file.

Start looking here.

Jeff
 
Back
Top