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!