You are an anonymous user. Register Now! VooDoo: 9 mins ago
matthey: 1 hr 52 mins ago
agami: 1 hr 53 mins ago
RobertB: 1 hr 59 mins ago
QuBe: 2 hrs 37 mins ago
Hammer: 3 hrs 14 mins ago
klx300r: 4 hrs 40 mins ago
Rob: 5 hrs 8 mins ago
Cammy: 5 hrs 20 mins ago
slygon: 5 hrs 43 mins ago
posted by diegocr on 13-Jul-2010 20:31:07 (2668 reads)
WGET, The well known program for retrieving files using HTTP, HTTPS and FTP, has been updated - This is a second revision for the 1.12 release including the following changes:
* src/connect.c: Fixed connect_to_ip() function to report correct message on failed connections.
* src/utils.c: Changed the following functions to do things on an amiga-only way using dos.library equivalents: suffix(), determine_screen_width(), xsleep(), make_directory(), file_exists_p()
* src/host.c: Reworked gethostbyname_with_timeout() to directly handle our TCP/IP Stack's gethostbyname() disabling C linklib SIGINT signal in the meanwhile and using Exec's way...
* src/openssl.c: Changed close() by CloseSocket()..
* src/log.c: avoid fclose() over stderr
* OS3 Build Compiled using OpenSSL 1.0.0a (Rev#2)
* Fixed CTRL+C handling under OS4 - Thanks to Corto for the fix!
I love using wget and curl in UNIX and Linux to scrape websites...
But also they are useful for safe/reliable downloading... e.g. you can pause and resume downloads and it actually works... unlike 99% of other programs that offer to do the same