freefall
freefall

Reputation: 617

Alfresco CE how to enable and configure FTP?

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

enter image description here

I am confused. Does VFS/FTP is only supported in Enterprise Edition>

Upvotes: 0

Views: 960

Answers (1)

kinjelom
kinjelom

Reputation: 6450

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

Upvotes: 4

Related Questions