User FTP Access - Access Denied Please help

sohaib

Verified User
Joined
Apr 27, 2005
Messages
191
Location
Shared & Dedicated Hosting
I've created a new FTP user 'myid'.
I gave access to this directory for this user: /home/public_html/XXXX/

How I did it?
I went to DirectAdmin => Reseller level => List Users => logged in as myid => FTP Management => Add FTP account => Submit

Now, what I did wrong?
Why every time I try to delete/add/change something in my XXXX directory, it gives this errors:

500 Error Denied

I can upload or download file but I cannot change or edit file. ? WHY
 
Maybe the file were created by apache (from a website for example) and have wrong owner/permission.

Try to chown user:user all the files in public_html

If is that, you should consider use mod_ruid2 for prevent this to happend.

Regards
 
Back
Top