Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

file transfer activity

Avatar

Level 3

Hi All,

i am using file transfer activity to joload file on server , file is getting upload on specific path but it is first creating folder with file name then folder contains that specific , i just want to place file directly on path without creation of parent folder, how i cam resolve it . 

Sujets

Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.

4 Replies

Avatar

Community Advisor

Hi @at7140 ,

Are you setting file path as

Folder1/folder2/fileName.csv ?

If so, add trailing slash ( / ) in the beginning.

Example, /Folder1/folder2/fileName.csv

Avatar

Level 3

Hi @ParthaSarathy  

approach mentioned by you is giving error 

Avatar

Community Advisor

Share us the screenshot of file transfer activity configuration and error screenshot.

Avatar

Level 3

Hi @ParthaSarathy 

it was resolved , just by selecting file from previous option in activity and by giving just folder path.Thanks