Is there an action to download a file?

How to instruct KM to download a list of files?

www… file.jpg
www… file1.jpg
etc

Opening each line with the current browser doesn’t download the file and it’s messy. I though about passing the url to curl via terminal but I hope there is another solution since some of those files are from logged in areas.

Thank you

It depends on the web site.

You can use curl from an Execute Shell script action. Depending on the web site, how you log in may make that problematic.

Or you can control the web browser. Depending on the web site, that may be easy or hard or almost impossible.

Morning Peter!

It turned out to be a problem as files were being downloaded as “file.zip?v=292929”. I ended up using KM to click a Chrome extension called “Tab Save”. I’ll put the link here just in case anyone as the same problem

Thanks again