cancel
Showing results for 
Search instead for 
Did you mean: 

Change Alfresco FTP port

pverma
Champ in-the-making
Champ in-the-making
Hi,

I want the standard FTP port to be used by the default FTP program on my Linux system and for Alfresco to use another port. How can I configure Alfresco for this?

Thanks!!
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
http://wiki.alfresco.com/wiki/File_Server_Configuration

file-servers-custom.xml
<alfresco-config area="file-servers">

   <config evaluator="string-compare" condition="FTP Server">
      <port>2121</port>
   </config>

</alfresco-config>

Change 2121 to something that suits your setup and copy this file to tomcat/shared/classes/alfresco/extension/

Thanks,
Mike

pverma
Champ in-the-making
Champ in-the-making
Thank you Mike. That worked!