I'm not sure how to do it with curl, but you can build yourself a copy of wget and recursively grab webpages and their links by running:
wget -r http://www.acme.com/share/index.html
I have no idea why Apple removed wget from the base install. It's quite handy.