Results 1 to 5 of 5

Thread: Telent to VMS receives trash!! HELP!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    225
    I am trying to write a telnet app using the Winsock control but I keep getting garbage back from the server. Are there any settings that I might need to consider when I make my connection to the server. The server is a VMS server and runs a standard telnet service (port 23). A standard telnet app(Microsoft Telnet) works fine with this server.

  2. #2
    New Member
    Join Date
    May 2000
    Posts
    8

    Question

    I've had that problem connecting to various telnet BBSes, as well as my m-net.arbornet.org UNIX account, and I can't figure out what's going on. I usually get one or two characters at the top of the window, and nothing else.
    ***** VB RULES!!! *****

  3. #3
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    Chances are, you're recieving either just a vbLf or a vbCr instead of a vbCrLf. This will cause problems. Test for both vbCr and vbLf and convert them to a vbCrLf. This might help.
    -Excalibur

  4. #4
    Fanatic Member kevin_sauerwald's Avatar
    Join Date
    Feb 2002
    Location
    outside Philly
    Posts
    516

    did this work for anyone

    I get this coming across

    ÿþ%ÿý


    is it negotiation stuff for telnet ??

  5. #5
    Zaei
    Guest
    There is no negotiation for (standard) telnet. Its just straight ASCII running back and forth over a TCP/IP connection.

    Z.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width