![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
RE: RE: Push HTTP server documentationby mdillon (Priest) |
on Jun 12, 2000 at 10:01 UTC ( [id://17678]=note: print w/replies, xml ) | Need Help?? |
'telnet localhost 9000' should work on almost any platform. just type in the commands manually, since they're pretty simple and there aren't too many of them. there is also a utility called netcat that is available for most operating systems that will let you do stuff like this: echo "GET HELP" | nc localhost 9000netcat is available here.
In Section
Code Catacombs
|
|