Publish content to an external network?

cancel
Showing results for 
Search instead for 
Did you mean: 
amitkulhari26
Active Member II

Publish content to an external network?

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?

1 Reply
afaust
Master

Re: Publish content to an external network?

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.