[prev in list] [next in list] [prev in thread] [next in thread] 

List:       proftpd-users
Subject:    Re: [Proftpd-user] Proftp-user Digest, Vol 3, Issue 21 [signed]
From:       "Alex V." <alex-proftpd () ssji ! net>
Date:       2006-08-24 7:52:08
Message-ID: 57600.83.206.37.61.1156405928.squirrel () 83 ! 206 ! 37 ! 61
[Download RAW message or body]

On Mer 23 août 2006 9:29, Charles Chambers [c] a écrit :
> Good - now I have the users going into the correct directories.  Create a
> user on the system, create /var/public/www/$USER, and the user now ftp's
> into it.
>
> How do I get anonymous FTP users set up?  On failure to authenticate, or
> on
> authenticating as user "anonymous", I'd like them to go to
> /var/public/anonymous/pub (for downloads - only read access) or to
> /var/public/anonymous/incoming (for uploads...only write access).

Here is the config for anonymous login... I'm not aware of a way to
consider bad logins as anonymous ones

<Anonymous /var/public/anonymous>
	User			ftp
	Group			ftp
	AnonRequirePassword	no
	<Limit WRITE DELE>
		DenyAll
	</Limit>
	<Directory incoming>
		<Limit STOR LIST CWD XCWD CDUP>
			AllowAll
		</Limit>
		<Limit WRITE DELE READ>
			DenyAll
		</Limit>
	</Directory>
</Anonymous>

Yours,

Alex


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ProFTPD Users List   <proftpd-users@proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic