cURL is not a wget clone (so cannot do mirror) – via: MacNN Forums
Posted by jpluimers on 2016/04/05
Even though cURL seems to handle https better than wget, it is not a wget replacement.
From the cURL FAQ :
1.3 What is cURL not?
Curl is not a wget clone. That is a common misconception. Never, during curl’s development, have we intended curl to replace wget or compete on its market. Curl is targeted at single-shot file transfers.
Curl is not a web site mirroring program. If you want to use curl to mirror something: fine, go ahead and write a script that wraps around curl to make it reality (like curlmirror.pl does).
Curl is not an FTP site mirroring program. Sure, get and send FTP with curl but if you want systematic and sequential behavior you should write a script (or write a new program that interfaces libcurl) and do it.
–jeroen
via:






Leave a comment