Shoutbox

browser: grabber - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: General Chit Chat (/forumdisplay.php?fid=14)
+----- Thread: browser: grabber (/showthread.php?tid=53396)

browser: grabber by Supersonicdarky on 11-27-2005 at 11:00 PM

in my site's awstats, in the browser section it said that browser "curl" is a grabber, none of the other ones (ff, ie, opera, safari, netscape, mozilla...) are grabbers

what does it mean?


RE: browser: grabber by Plik on 11-27-2005 at 11:11 PM

quote:
From Wikipedia
cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, Gopher, Telnet, DICT, FILE and LDAP. cURL supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, Kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and many other features. cURL is open source/free software distributed under MIT License.

libcurl is the corresponding library/API that is intended to be incorporated into users' programs. You may think of cURL as a stand-alone executable made out of the libcurl library.

Basically, a program can use cURL to access a page and get the contents of it. It is used in a lot of php scripts.
It's a grabber because it "grabs" the content of you page for part of a program, it doesnt render the html for the user.
RE: browser: grabber by Supersonicdarky on 11-27-2005 at 11:13 PM

kk, i thought it was something bad :P

thnx