Earlier quoted context omitted.
> And still better than wget, which only does http 1.0 and this has problems due to lacking a 'host' header. Well I had to check, but this is not true at all: $ nc -l -p 9999 GET / HTTP/1.1 User-Agent: Wget/1.15 (linux-gnu) Accept: */* Host: localhost:9999 Connection: Keep-Alive Also wget can recursively mirror webpages and there are nice options to carefully select contents you want to download. It's quite dated tho…
I love aria2c I use it all the time even as the down loader for ArchLinux's pacman (package manager).
Curl, 17 years old today
41–50 of 100 posts
Re: Curl, 17 years old today
#42Re: Curl, 17 years old today
#43Earlier quoted context omitted.
> And still better than wget, which only does http 1.0 and this has problems due to lacking a 'host' header. Well I had to check, but this is not true at all: $ nc -l -p 9999 GET / HTTP/1.1 User-Agent: Wget/1.15 (linux-gnu) Accept: */* Host: localhost:9999 Connection: Keep-Alive Also wget can recursively mirror webpages and there are nice options to carefully select contents you want to download. It's quite dated tho…
I love aria2c I use it all the time even as the down loader for ArchLinux's pacman (package manager).
Re: Curl, 17 years old today
#44Earlier quoted context omitted.
Those were the early days of HTTP, so no, people didn't really get a lot of HTTP "manually" like that. We used other existing tools to get gopher and ftp though. When I started my work on httpget in 1996, I didn't know about wget and I didn't become aware of it until several years later....
I would figure that by 1997 most people stopped using gopher/archive/veronica. I think I stopped by 1995 or so. now days we use curl/wget for web dev it seems? probably used it for the same thing back then but I also image that lots of people just used their own ad-hoc scripts or whatever; i wish i had firsthand knowledge of that. i used wget to download copies of websites when i found one that was mostly documents/i…
Re: Curl, 17 years old today
#45Re: Curl, 17 years old today
#46Re: Curl, 17 years old today
#47 alias wget='echo "How dare you." && curl -O'
brew rm wget
Happy birthday.Re: Curl, 17 years old today
#48And still better than wget, which only does http 1.0 and this has problems due to lacking a 'host' header. Curl just works.
> And still better than wget, which only does http 1.0 and this has problems due to lacking a 'host' header. Well I had to check, but this is not true at all: $ nc -l -p 9999 GET / HTTP/1.1 User-Agent: Wget/1.15 (linux-gnu) Accept: */* Host: localhost:9999 Connection: Keep-Alive Also wget can recursively mirror webpages and there are nice options to carefully select contents you want to download. It's quite dated tho…
http://www.archiveteam.org/index.php?title=Wget_with_WARC_ou...
http://www.archiveteam.org/index.php?title=The_WARC_Ecosyste...
Re: Curl, 17 years old today
#49I'm surprised it's so new. And wget is only a year older... what did people use before then?
[1] http://search.cpan.org/~ether/libwww-perl/ (see changelog)