i'm trying to set up my webserver(slackware) using proftpd so that i can ftp up to it and drop my updated pages right into the /var/www/htdocs folder anybody know how i should go about doing this? i've edited inetd.conf so that ftp starts up, but i have a couple of questions:

1. proftpd isnt listed as a process by ps, why is that?

2. my anonymous ftp user, "ftp", doesnt have access to any folder except /home/ftp when i ftp into the server, but for some reason when i do a "su ftp" ftp has read/write access to all of the folders on my system, why is that?

3. how can i set up an account like the anonymous ftp account except it only has read/write access to the /var/www/htdocs directory so that i can make site updates with it? of course i would password protect it