Downloading files from a table of URLs

Hi,

I have a table with dozen of URLs to different file types and I would like to download those files. I tried to follow this solution but it didn’t work for me as not sure what to give on the source path in Transfer file node, here:

The URL are already converted to Path by using String to Path node, here are the URLs:

image

Setting of String to Path node
image

and here is how I am feeding the URLs to Transfer Files node:
image

I tried Download Node and Https Connections also but they showed some weird errors saying that “illegal character in the URL”.

Thanks,

use table row to variable loop start to iterate over your column of urls and use the variable as path
br

1 Like

Got following error:

Is this a valid link to a downloadable file?
br

yes, I downloaded the files myself with these links.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.