ProFTPD transfer failing

Devon Harding devonharding at gmail.com
Mon Apr 10 18:34:40 UTC 2006


I'm using ProFTPD with the default setup & anonymous login as follows.
Users can access directories, but file transfers fails and downloaded files
sizes are 0k.  What is causing this?

# A basic anonymous configuration, with an upload directory.
<Anonymous ~ftp>
  User                          ftp
  Group                         ftp
  AccessGrantMsg                "Warez login ok, restrictions apply."
  MaxClients                    5 "Sorry, max %m users -- try again later"
  <Limit WRITE SITE_CHMOD>
    DenyAll
  </Limit>
  <Directory Uploads/*>
    AllowOverwrite              no
    <Limit STOR>
      AllowAll
    </Limit>
  </Directory>
  WtmpLog                       off
  ExtendedLog           /var/log/proftpd/access.log WRITE,READ default
  ExtendedLog           /var/log/proftpd/auth.log AUTH auth
</Anonymous>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060410/2481cb54/attachment-0001.htm>


More information about the fedora-list mailing list