Hello,
I am getting the following error while trying to upload files to the "incoming" directory. The files do not exsist in th edirectory.
"553 anonymous users may not overwrite existing files"
Thank you for your time!
v-rod
Hello,
I am getting the following error while trying to upload files to the "incoming" directory. The files do not exsist in th edirectory.
"553 anonymous users may not overwrite existing files"
Thank you for your time!
v-rod
v-rod
Same problem???
*bump*
same problem here. Anyone have any ideas?
I only know that anonymous only works with dedicated IP...
Yep, the site has its own dedicated IP address.
See /etc/proftpd.conf , specially betwen directives :
<Anonymous>
...
</Anonymous>
by example, for incoming directory
<Directory incoming>
<Limit STOR>
AllowAll
</Limit>
<Limit WRITE READ>
DenyAll
</Limit>
</Directory>
See also http://proftpd.org/docs/directives/linked/by-name.html
Link in cpanel under manage anonymous ftp.
Go to your cpanel and click on Manage Anonymous FTP then you will find a link
Allow anonymous upload to ftp://ftp.domain.com/incoming/tr>
Put a check in the box and it works.
Last edited by techark; 04-02-2003 at 09:59 AM.
I enabled that option, but I'm still getting the same error when attempting to uploading anything to incoming/
553 Anonymous users may not overwrite existing files
This server is running pure-ftpd however, but my /etc/pure-ftpd.conf looks to be configured correctly for anonymous users.
Anyone else having this problem?![]()
Anon FTP is something that shouldn't be so difficult. Has anybody ever gotten this to work???
Skysaber Web Services
I've never found the solution either![]()
http://proftpd.linux.co.uk/localsite...nked/x541.htmlHosting VirtualHosts on a single IP:
This is not possible to do in the same way as it is with Apache / http, this is not a failing of ProFTPD but rather a problem with the basic ftp protocol which as no method of uniquely identifying the target host during a session. The only work around at this time is to use a different primary port for each virtual if more than one per IP is required.
Not sure exactly how that relates to the error:
553 anonymous users may not overwrite existing files