File Upload Activity Does Not Create Folder | Community
Skip to main content
jpenarandamcc
February 17, 2020
Solved

File Upload Activity Does Not Create Folder

  • February 17, 2020
  • 1 reply
  • 1999 views

Hello, 

 

I'm exporting a .csv file using a Query, a Data Extraction activity and a File Transfer activity. But the File Transfer fails because the specified folder does not exist on the server.

 

I'm using an SFTP server and  I expect Adobe Campaign to create a new folder every month, so I set the server folder as follows:

Main Folder/<%= formatDate(new Date(), "%4Y") %>/<%= formatDate(new Date(), "%2M") %>/

 

So I should get:

Main Folder/2020/02/file.csv

 

Adobe is able to create the folders in AWS S3 buckets, not sure why it cannot create folders in SFTP or if I need to do something to make this happen.

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DavidKangni

Hi, 

 

You need to check the user rights on SFTP folders.

 

Thanks

1 reply

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorAccepted solution
Community Advisor
February 18, 2020

Hi, 

 

You need to check the user rights on SFTP folders.

 

Thanks

David Kangni