Question about CURL and its usage

  • Hi Guys,


    I was looking for the possibility of having my server download files for me given that it's running 24/7.
    I looked it up and it seems the best option is the downloader plugin, using curl. So I installed it and all it going fine.


    My problem is that my links come from a seedbox which require a login. So my HTTPS will give an error message unless you manually feed it some login (I do it manually using igetter on my mac).


    Is there a way to fix this? I only use the OMV GUI interface, no SSH knowledge whatsoever.


    Thanks!

  • If the login method is htaccess (not likely) it's possible.
    If the login is done with a http form, it depends wether the http request method is either get or post. Get is usually not used for logins as you can see the login and password within the URL. For post requests you have to write a PHP script. You have to have a look at the html of the site in question to decide what's necessary to do.


    Edit, link attached
    https://stackoverflow.com/ques…using-php/1154259#1154259

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!