Logging in anonymously fails, so check syslog and find;
Jul  8 17:40:22 absydos proftpd[17200]: absydos - ProFTPD 1.3.1rc2 (devel) 
(built Sun Aug 5 06:10:17 EST 2007) standalone mode STARTUP
Jul  8 17:40:28 absydos proftpd[17213]: absydos (10.28.209.110[10.28.209.110]) 
- FTP session opened.
Jul  8 17:40:28 absydos proftpd[17213]: absydos (10.28.209.110[10.28.209.110]) 
- ftp: Directory /home/ftp/ is not accessible.
Jul  8 17:40:28 absydos proftpd[17213]: absydos (10.28.209.110[10.28.209.110]) 
- FTP session closed.
But then;
absydos proftpd # ls -ld /home/ftp/
drwxrwxr-x 7 ftp ftp 1088 Jun 16 11:22 /home/ftp/
absydos proftpd # ps -ef | grep ftp
ftp      17200     1  0 17:40 ?        00:00:00 proftpd: (accepting connections)
absydos proftpd #
What am i missing? Auth ftp works fine.

proftpd.conf

<Anonymous /home/ftp>
  User                          ftp
  Group                         ftp

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients                    10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  #DisplayFirstChdir            .message

  # Limit WRITE everywhere in the anonymous chroot
  #<Limit WRITE>
  #  DenyAll
  #</Limit>

</Anonymous>

tnx.

Reply via email to