I'm having one heck of a time to get the built in ftpd to allow anonymous FTP access.
I'm creating a SVN Mirror using subversion (already done for the most part) and an anonymous FTP server in a VM. These will be for programming and will save me time when I recompile code when I need to download source files frequently, make them local and I'm not at the mercy of my DSL modem.
I can get the FTP service to allow login of user accounts but I get "530 User ftp unknown." for the error message. I have tried to add the user 'ftp' but it tells me that ftp is a group and cannot be a user and I have added anonymous as a user but that didn't solve the problem either and it gives "530 User anonymous unknown." which really blew my mind.
I've been pounding away at the keyboard for 2 days, searching the internet for a solution but they are all the same solutions and nothing seems to work so I'm here now asking for advice.
I'm creating a SVN Mirror using subversion (already done for the most part) and an anonymous FTP server in a VM. These will be for programming and will save me time when I recompile code when I need to download source files frequently, make them local and I'm not at the mercy of my DSL modem.
I can get the FTP service to allow login of user accounts but I get "530 User ftp unknown." for the error message. I have tried to add the user 'ftp' but it tells me that ftp is a group and cannot be a user and I have added anonymous as a user but that didn't solve the problem either and it gives "530 User anonymous unknown." which really blew my mind.
I've been pounding away at the keyboard for 2 days, searching the internet for a solution but they are all the same solutions and nothing seems to work so I'm here now asking for advice.