Monday, February 1, 2010

FTP Server Configuration in Alfresco

To Enable FTP

   Go to  \tomcat\shared\classes\alfresco\extension\   rename file-servers-custom.xml.sample to file-servers-custom.xml.
Add this code

<config evaluator="string-compare" condition="FTP Server">
<serverEnable enabled="true"/>
<authenticator type="alfresco">
</authenticator>
</config>

Then Restart the alfresco.

No comments:

Post a Comment