Is there a way to transfer images off of scene7 to a developer site via FTP, or do they need to be exported to the local site first before transferring? The export function can be an extensive project that is time consuming...
Thank you for any help!
Solved! Go to Solution.
Views
Replies
Total Likes
One way to solve this is when working with AEM (of which Scene7 is part of), you can write a custom FTP service as an OSGi bundle. That way, you can transfer files to and from remote service to meet your business needs. For information, see http://helpx.adobe.com/experience-manager/using/developing-cq-application-uses-ftp.html.
Views
Replies
Total Likes
One way to solve this is when working with AEM (of which Scene7 is part of), you can write a custom FTP service as an OSGi bundle. That way, you can transfer files to and from remote service to meet your business needs. For information, see http://helpx.adobe.com/experience-manager/using/developing-cq-application-uses-ftp.html.
Views
Replies
Total Likes
So there is seriously no FTP support for downloading? Only upload??
Views
Replies
Total Likes
No, there is no reverse FTP from Scene7.
The way to do it is either to:
Write an app which calls the export API (the limits you see in SPS/MP still apply)
Write an app which calls your images via URL e.g using CURL
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies