Hi Guys,
Currently Alfresco can be accessed through FTP by authenticating with a valid alfresco username and password.
But how can we make Alfresco accessible through FTP by using Anonymous access?
I know the we need to override this bean <bean id="ftpServerConfig" class="org.alfresco.filesys.config.FTPConfigBean">
which has
<property name="authenticator">
<ref bean="FtpAuthenticator" />
</property>
Can someone please advice on how to proceed?