On Wed, Aug 31, 2005 at 11:25:43PM -0400, Terran Melconian wrote: > Package: proftpd > Version: 1.2.10 > > In Proftpd 1.2.4, I had a configuration file with a section like this: > > <Directory ~/ftp> > <limit WRITE> > DenyAll > </limit> > </Directory> > > <Directory ~/ftp/incoming> > <limit STOR> > AllowAll > </limit> > <limit READ WRITE> > DenyAll > </limit> > </Directory> > > DefaultRoot ~/ftp > AnonymousGroup !root > > This did what one would expect - it let one log in with each user's > username and no password, and get files (but not upload) from the > ~/ftp directory, and upload files (but not download them) from the > ~/ftp/incoming directory. >
Would you please attach a complete proftpd.conf ? -- Francesco P. Lovergine -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

