kam
12-05-2002, 06:46 PM
I'm doing stuff with netcat but it doesn't to work quite right... I ran "nc -l -p 6500 -e relay.bat", with "nc www.linuxnewbie.org 80" in relay.bat. I then went to "http://localhost:6500" in mozilla, but it just sits there trying to connect but no page loads. If instead of connecting with mozilla I run "nc localhost 6500" I can get I/O and it seems to work. What's wrong?