代码之家  ›  专栏  ›  技术社区  ›  Vikash Patel

在alfresco社区中配置FTP文件服务器?

  •  -2
  • Vikash Patel  · 技术社区  · 9 年前

    我必须使用FTP将文件从文件系统下载到alfresco。 如何配置?

    1 回复  |  直到 9 年前
        1
  •  3
  •   Community Mohan Dere    9 年前

    Alfresco CE how to enable and configure FTP?

    将设置添加到 alfresco-global.properties :

    ### FTP Server Configuration ###
    ftp.port=2121
    ftp.enabled=true
    

    然后重新启动Tomcat

    ./alfresco.sh restart tomcat 
    

    五、 5.1文档:[FTP文件服务器属性][1]

    [1]: http://docs.alfresco.com/5.1/concepts/fileserv-ftp-props.html