> Can I use the telnet program that's on Win2000? I tried > doing "open macromedia.com", but that doesn't work. Perhaps > a different telnet client?
You can use the Win2K telnet client. First, go to a command prompt, and type "telnet". Then, type "set LOCAL_ECHO", so you'll see what you're typing. Then, type "open www.myserver.com 80". Then, type in your HTTP request line-by-line. Finally, at the end of your request, hit return one extra time, and you should then see the response. Note that the Win2K telnet client will simply display the HTTP response, including the HTML output, on the screen, and unless you've increased your scroll buffer, you probably won't see it - also, if you hit any key afterward, it'll get rid of most of the response, so be careful not to do that if you want to read it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

