On Fri, May 15, 2020 at 1:09 PM Stephen Kirby <[email protected]> wrote: > ... > on the emulated phone, I am trying: > > wget -O filename http://###.##.###.## (i.e., here I use the IP address > found via nslookup on the named URL) > > Then, I get: > HTTP request sent, awaiting response... 302 object moved > Location: https://(here it lists the correctly named URL) > Resolving (named URL)... Failed: Name or Server not known > wget: unable to resolve host address "named URL"
Verbose output is On by default. Maybe try Debug output with -d or --debug. Also see https://www.gnu.org/software/wget/manual/html_node/Logging-and-Input-File-Options.html. Jeff
