I tried ftp:
- download successful (in 8 to 9 sec)
I tried wget:
- download blocked by Anubis (got the html in less than 0,5 seconds)
(With "wget --server-response", two "Set-Cookie" lines related to Anubis are visible)
But what a surprise: the easiest workaround works:
- download successful (in 8 to 9 sec)
I tried wget:
- download blocked by Anubis (got the html in less than 0,5 seconds)
(With "wget --server-response", two "Set-Cookie" lines related to Anubis are visible)
But what a surprise: the easiest workaround works:
download is always successful (in 8,2 to 9,8 sec)
Workaround: add a commandline arg to wget to set the user agent:
wget --user-agent="hello.c" 6da45946aef39aad5aa24098a24ff527ff9c4c50.tar.gz
(even --user-agent="" works)
The download delay is ugly, but downloading one or a few files is possible.
--
Regards ... Detlef
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
