在露天社区配置 FTP 文件服务器?

Configuring the FTP file server in alfresco community?

我必须使用 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