问题
How to enable and configure ftp in Alfresco Community Edition (v.5.2.0)? According to the documentation first I should configure VFS from the admin console. The documentation states
In the Virtual File Systems section, click File Servers.
However my admin console looks like this
I am confused. Does VFS/FTP is only supported in Enterprise Edition>
回答1:
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
来源:https://stackoverflow.com/questions/39816401/alfresco-ce-how-to-enable-and-configure-ftp