[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Configuring ftpd for upload: second phase with chflags
- To: misc@openbsd.org
- Subject: Re: Configuring ftpd for upload: second phase with chflags
- From: Dean Bullock <dcb@dolby.com>
- Date: Fri, 01 Sep 2000 12:01:27 -0700
>I think you're leaving yourself open to be used as an ftp file drop.
If you run ftpd with -u 133, random user can create directories but can't use
them. Maybe this would work when combined with the uappnd flag. You could
also run a cron job to delete directories out of your incoming directory to
clean up after the users that try to use the site as a file drop.
Dean