HOWTO Browse Host
"dbates1999" <[email protected]>
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm writing a C program that needs to browse files on a given host. Using IP Tools I see LimeWire is returning a message with this string: HTTP/1.1 200 OK Server: LimeWire/4.12.11 Content-Type: application/x-gnutella-packets Content-Length: 1607 <data from the host> I'm guessing LimeWire has a HTTP sever buildt in and this is a response from the request: HTTP/1.1 200 OK Server: LimeWire/4.12.11 Content-Type: application/x-gnutella-packets Content-Length: 1607 Am I correct?