PDA

View Full Version : FTP restrictions



sky
10-03-2005, 07:24 AM
Hello

I need to create a FTP account with restrictions.
It would have to be a account that can : upload, download and browse the sub directory's.

But, it should not be able to delete folder's or file's...

Can whe do this with DA ?

Thx for your help
Sky

toml
10-03-2005, 09:05 AM
That is something that is really up to the ftp server and the server DA uses is proftpd. I think it can be done, but I don't believe DA has the ability to do it via the GUI. You would have to write the rule yourself. Take a look here (http://www.proftpd.org/docs/directives/linked/config_ref_Limit.html) for the command that should help limit what they can do.

sky
10-03-2005, 09:07 AM
Thx foml :)
Ill look at that.