Hello,
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
ftp.host= livesexcams.name
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?
Using out-of-the-box Alfresco this is not possible without additional customisation / implementation. While Alfresco provides FTP server capablities, it does not have FTP client capabilities that would be required for such a use case. Without going into Java development for this, you could achieve a simple active publish process by having an external script (i.e. a shell script triggered by a Linux CRON) that accesses Alfresco via FTP and copies / publishes relevant structures to another FTP service. If your Alfresco content structure is already set up in the way that you want to have in the target FTP server, you may even be able to use something like rsync to only synchronize any files / folders that have actually been changed.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.