I have to download file from my file system to alfresco using FTP. How to configure it?
Alfresco CE how to enable and configure FTP?
Add settings to the
alfresco-global.properties
:### FTP Server Configuration ### ftp.port=2121 ftp.enabled=true
and restart Tomcat
./alfresco.sh restart tomcat
V.5.1 doc: [FTP file server properties][1]
[1]: http://docs.alfresco.com/5.1/concepts/fileserv-ftp-props.html