Skip to main content
paul_riedl1
October 16, 2015
해결됨

Scene7 FTP options

  • October 16, 2015
  • 3 답변들
  • 1042 조회

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!

이 주제는 답변이 닫혔습니다.
최고의 답변: smacdonald2008

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

3 답변

Adobe Employee
October 16, 2015

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

paul_riedl1
paul_riedl1작성자
October 16, 2015

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

smacdonald2008
Level 10
October 16, 2015

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