Solved

Download files from Resources (FME Server)


Badge

Hello,

I would like to make an FME Server app which allows the user to download data from Resources folder from FME Server (these files are html files generated by another automation).

Now, in my workspace I am using "Directory and Files pathnames" to get the path to all these .html files located in different folders. I am blocked now because I have no idea how to continue my workspace to download the files. Any ideas?

 

Thank you

Nicu

icon

Best answer by chrisatsafe 6 June 2022, 18:28

View original

2 replies

Badge +2

Hi @nicolae.soare​ ,

Once you have the path, you can use the File Copy writer.

imageI use that approach in this app; however, I was using the FMEServerResourceConnector to list the files in the workspace rather than the Directory and Files pathnames reader but this should be interchangeable since they both provide paths to the file.

Badge

Thank you Chris for your help. your ideea worked ok for me.

Cheers,

Nicu

Reply