Results 1 to 2 of 2
Hi,
I am setting up a webserver. I am using the \var\www\html directory to store the web files and have setup a user "www_ftp" and set its home directory as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-20-2005 #1Just Joined!
- Join Date
- Dec 2004
- Location
- Oxford, England
- Posts
- 7
proftpd config - allow a user to access \var\www\html
Hi,
I am setting up a webserver. I am using the \var\www\html directory to store the web files and have setup a user "www_ftp" and set its home directory as \var\www\html
The user can log on ok but can't create/delete or upload anything - all is says is permission denied. Why is this? and how can I change this so "www_ftp" and have control over the folder?
Any help would be gratefully recieved as this is very confusing.
Thanks,
James
- 01-21-2005 #2Just Joined!
- Join Date
- Jan 2005
- Posts
- 30
chown www_ftp \var\www\html
chgrp www_ftp \var\www\html


Reply With Quote
