cancel
Showing results for 
Search instead for 
Did you mean: 

FTP Port problem

mangar
Star Contributor
Star Contributor
I can't seem to change the port FTP is listening on.  I added the file-servers-custom.xml like this:

<alfresco-config area="file-servers">
   <config evaluator="string-compare" condition="FTP Server">
    <port>1121</port>
   </config>
</alfresco-config>

no luck, it's still on 21.

I changed file-servers.xml and uncommented the port bit (I know Im not supposed to, but just for a test) It still only is listening on port 21.

Ideas?

Please help!
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
That's not how you configure alfresco.

mangar
Star Contributor
Star Contributor
Could you expand upon that answer?

How do I configure alfresco to listen on another port, and what FTP service did I change using file-servers-custom.xml?