Hi, On Mon, 15 Jan 2001, Heather Wagamon wrote: > I need to set up a directory where users can post and retrieve files via > ftp. Step one: make sure you're using a REALLY good FTP server. I recommend OpenBSD's FTP server (ftp://quatramaran.ens.fr/pub/madore/ftpd-BSD/ftpd-BSD-0.3.2.tar.gz). Then you setup a directory called /pub/upload or /pub/incoming, and make it writable but NOT READABLE, ie, chmod 333 it). Then people will be able to upload, and download if they know the filename, but not get a dir listing. -Yaron --