Alfresco CE how to enable and configure FTP?

≡放荡痞女 提交于 2019-12-08 09:36:58

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!