I have an anonymous ftp server set up using WU-FTPD (2.6.1). I can do account based uploads and anonymous downloads but no anonymous uploads. Tell me I'm crazy, but it is something we may have a need for.<br><br>I have a /etc/ftpusers file that does not have the account ftp or anonymous or guest in it. My /usr/local/etc/ftpaccess file grants upload to anonymous and guest to pub/incoming directory of the chroot'd file system as follows: upload /salesd/* /pub/incoming yes anonymous,guest nodirs<br><br>What have I missed?