<span class="gmail_quote"></span>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?<br>
<div style="direction: ltr;"><br># A basic anonymous configuration, with an upload directory.<br><Anonymous ~ftp>
<br>  User                          ftp<br>  Group                         ftp<br>  AccessGrantMsg                "Warez login ok, restrictions apply."<br>  MaxClients                    5 "Sorry, max %m users -- try again later"
<br>  <Limit WRITE SITE_CHMOD><br>    DenyAll<br>  </Limit><br>  <Directory Uploads/*><br>    AllowOverwrite              no<br>    <Limit STOR><br>      AllowAll<br>    </Limit><br>  </Directory>
<br>  WtmpLog                       off<br>  ExtendedLog           /var/log/proftpd/access.log WRITE,READ default<br>  ExtendedLog           /var/log/proftpd/auth.log AUTH auth<br></Anonymous><br>

</div>