[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ftpd
On Thu, 23 Sep 1999, awc wrote:
> 5. Can you make only uploads anonymous??
however i have not tried it, just lookign at proftpd's docs, that
shoukld not be too hard using sg like
<Directory whatever>
<Limit RETR>
DenyAll
</Limit>
*other stuff goes here*
</Directory>
read reference.html that comes with proftpd. can give you other clues.
~~~~~~~~~~~~~~~~~~~
--
[-]
- References:
- Re: ftpd
- From: awc <awc@dryden.lakeheadu.ca>