Hello Everybody,

I have subscription to a website where I can login and download files. These files are secured so I cannot download them with a direct link.

Is there any way that I login programmatically and download files from http to my server without any user involvement? They do not offer any API or interface to communicate with.

Thanks.