Expand my Community achievements bar.

SOLVED

Scene7 FTP options

Avatar

Level 1

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!

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

So there is seriously no FTP support for downloading?  Only upload??

Avatar

Employee

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