04-10-2018 07:59 AM
I want to publish the content to FTP server from alfresco. I have enabled the following properties in alfresco-global.properties:
ftp.enabled=true
ftp.port=2121
and ftp://localhost:2121/alfresco works fine for me, but my requirement is to publish content from Alfresco to FTP Server.
How it's possible in alfresco?
04-10-2018 08:12 AM
There is no out-of-the-box functionality for this. I also do not know of any addon that would allow you to do this. You'd have to do some custom Java implementation to implement a custom action / feature support for this. There should be a number of open source FTP client libraries out there that can be used in Java.
Explore our Alfresco products with the links below. Use labels to filter content by product module.