File transfer Server Folder | Community
Skip to main content
Level 2
March 30, 2022
Solved

File transfer Server Folder

  • March 30, 2022
  • 1 reply
  • 1010 views

Hi Everybody 

i am trying to use a file transfer activity on Technical Workflow  to import a file from Azure Blob (I have already created an external account for Blob). What should I have to specify on Server Folder to import a single file (I have different files in the folder, but I need to import only one)

 

 

 

Best regards

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 DebTr

Hi @abr86 ,

If you know the folder path and the file name, you can try using the following syntax in the "server folder" field,

<foldername>/<filename>

 

eg. folderabc/fileabc.txt

 

You can also use computed string created and stored in a variable.

 

Cheers,

Deb

1 reply

DebTrAccepted solution
Level 6
April 1, 2022

Hi @abr86 ,

If you know the folder path and the file name, you can try using the following syntax in the "server folder" field,

<foldername>/<filename>

 

eg. folderabc/fileabc.txt

 

You can also use computed string created and stored in a variable.

 

Cheers,

Deb