Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
0 Members and 1 Guest are viewing this topic.
QB64 won’t fetch from an https address.
Code: QB64: [Select]SHELL _HIDE "curl -k https://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz024.txt > forecast.txt"
Here's another method without using SHELL. Just thought I'd throw it into the mix! Works for me in Windows 7. Download from https sites. Uses a built-in Windows Library function.