Hello,
I have the URLs for 500 PDF files that I need to download.
What’s the best way to automate this?
Thank you.
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.
Very useful
Thank you
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)