Mark Blain wrote:
> There's a feature comparison of several command-line downloading tools
> including cURL and wget at
> http://curl.haxx.se/docs/comparison-table.html
The lack of recursive downloading is a pretty significant hit against
curl. FWIW, the comparison table also barely scratches the features of
wget.
It appears the main advantage of curl is support for a small handful of
additional protocols. IMO to issue a blanket statement that it is carte
blanch better than wget is pretty bold. That said, curl is a pretty
great choice.
Maybe more important is the related curl library for programming projects
It also might be worth taking a look at the ncftp package. In addition
to the interactive commandline ftp client, there is also the scriptable
ncftpput and ncftpget included (of course it is ftp only).
Good luck in all automated file transfer projects...
~Jason