Re: Import config file form URL instead of local file?
Date: Fri, 19 Jun 2020 01:24:29 -0400
On 6/18/2020 7:16 PM, NAS Kearn via curl-users wrote:
> At the moment I have to type this into CMD:
>
> curl -sL script.mydomain.com <http://script.mydomain.com> -o
> script.bat && script.bat
>
I suggest use https and -f. [1]
>
> I would like to make use of the config command instead to make the
> command shorter.
>
> I would like to do something like this:
>
> curl -K config.mydomain.com <http://config.mydomain.com> && script.bat
>
>
> Could the config argument be modified to allow a config file to be
> imported by url instead of a local file???
>
> Also is there a way to have the config file run the script after it
> has downloaded??
You cannot specify a URL as the config file. [2] Use multiple curl commands.
[1]: https://curl.haxx.se/docs/manpage.html#-f
[2]: http://curl.haxx.se/docs/manpage.html#-K
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-19