Telnet on windows - Question

Associate
Joined
18 Feb 2010
Posts
940
Hi,
I am some networked java apps, which send output lines to the client connecting through telnet.

I can connect using both OSX telnet and Windows Telnet, which is great. I see however that when I use the println(String) command which is sent over the network, on OSX it comes out in a nice straight format, yet on Windows 7's telnet it comes out very messed up. As it's right in OSX, I don't think this is something wrong with my code.

Any ideas?

( Will post screenshots )
 
Back
Top Bottom