Download PDF files

Hello,

I have the URLs for 500 PDF files that I need to download.

What’s the best way to automate this?

Thank you.

Check out CURLSMultiMBS from the MBS plugin. If you don’t want to use a plugin you can use CURL directly.

1 Like

Very useful

Thank you

1 Like

Paste the link into jdownloader2

or a DesktopListBox and URLConnection

see .Send it have a FolderItem as Output

Var outputFile As FolderItem = SpecialFolder.Documents.Child(doc1.pdf")
MyConnection.Send("GET", "http://domain/path/request", outputFile)