7 ms·
The lack of libwget does frustate me sometimes; I have to use wget strictly via command-line. curl also has some nice features lacking in wget: selecting HTTP/1
by harbud 14y ago
The lack of libwget does frustate me sometimes; I have to use wget strictly via command-line. curl also has some nice features lacking in wget: selecting HTTP/1.0 or HTTP/1.1, support for multiple SSL libraries, etc. But wget surely has many features that curl doesn't have.
In short, I use both.