To allow someone write permissions to a dir via anon ftp you have to do both

chmod 777 /home/ftp/pub/incoming

and add to /etc/ftpaccess

upload          /home/ftp       *               no
upload          /home/ftp       /pub/incoming   yes  ftp  600


(and you don't need to re-start ftpd to get the changes in ftpaccess to work,
oops!)

Thanks Lawson

--

R. Haehnel

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to