Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to establish a FTP Connection and Export a File to particular location?

Avatar

Level 7

Hello Folks,

What are the steps required for setting up an FTP Server in campaign? Also i want to export an file to the given directory. Can it be done using a workflow like File Transfer activity or do we need to write a JavaScript functionality?

Please provide your inputs

Quick help is appreciated

Regards,

Sri Bhargav

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 4

Hi SriBhargav,

First you need to create an external account with the server details with FTP type. If it is success then, you can use File transfer activity in the workflow and you can export or import the files from the FTP server.

Hope it helps you .

Thanks,

Raviteja.

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Korrekte Antwort von
Level 4

Hi SriBhargav,

First you need to create an external account with the server details with FTP type. If it is success then, you can use File transfer activity in the workflow and you can export or import the files from the FTP server.

Hope it helps you .

Thanks,

Raviteja.

Avatar

Level 7

Hi Raviteja,

Thanks for your input!

In the External Account, there are 4 properties: Server (Is it a host name), Account (Username), Password (Password of FTP Server) and Port (What will be the port number here)

Could you please provide more info on this?

Regards,

Sri Bhargav

Avatar

Level 4

Hi Sri Bhargav,

Yes. Server is a host name. Account is username, Password is password of FTP Server and Port is 21 default for FTP.

In the workflow, while using the File Transfer activity, you need to select this FTP server and provide the path.

Thanks,

Raviteja.

Avatar

Level 7

Thank you Raviteja!