Paul.L.Snyder on 22 Mar 2004 16:56:03 -0000 |
"William H. Magill" <magill@mcgillsociety.org> wrote on 03/22/2004 11:39:45 AM: > What's the difference between wget and curl? > For some reason, I thought that wget was obsoleted by curl. Last I looked, curl doesn't do recursive downloads. On the other hand, last I looked, wget doesn't do uploads. The difference in orientation can be seen in their default behavior: curl writes the content of a downloaded page to stdout; wget saves the page as a file in a directory associated with the site address. Generally, wget seems a better choice for site mirroring; curl seems better for scripted interactions with a website. pls ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|