Barry Brimer wrote:
<snip>
Have you verified that these accounts work with a standard ftp client?
Yes, I can log into the server with a terminal session or command prompt
This is a long shot, without having put too much thought into it .. but have you tried RequireValidShell off?
I just added it to the config but it did not change the behavior
I've always found it easier to debug starting proftpd with "proftpd -d <debug level> -n" the "-n" flag tells the daemon not to go to the background.
Authlog shows: ProFTPD server [14411] xx.xx.xx.xx [13/Sep/2005:09:03:31 -0700] "USER anonymous" 331 ProFTPD server [14411] xx.xx.xx.xx [13/Sep/2005:09:03:31 -0700] "PASS mozilla@example.com" 230 ProFTPD server [14381] xx.xx.xx.xx [13/Sep/2005:08:52:48 -0700] "USER anonymous" 331 ProFTPD server [14381] xx.xx.xx.xx [13/Sep/2005:08:52:48 -0700] "PASS IEUser@" 230
Not sure what a successful authentication should look like.
Ed