On 10/12/21 11:37, Nicholas Clark wrote: > 2) Are curl and wget likely to be found on Win32? Is there any command line > tool that a HTTP::TIMTOWTDI module can shell out to, to deal with https? > This works for me on Windows 10: bitsadmin /rawreturn /transfer perl /download ^ https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz ^ c:\users\salva\perl2.tgz Also, urlmon.dll provides URLDownloadToFile: $d = Win32::API->new(urlmon => URLDownloadToFileA => 'NPPNN', 'N'); $d->Call(0, "https://www.cpan.org/src/5.0/perl-5.34.0.tar.gz", 'c:\users\salva\perl3.tgz', 0,0);Thread Previous | Thread Next