Results 1 to 2 of 2

Thread: sending login and password info

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Philippines
    Posts
    85

    sending login and password info

    Hi!

    Can somebody tell on how to send login and password info in SCO or IBM AIX Unix thru windows telnet or customized client telnet automatically?

    I've tried this thing:

    WinsockClient.SendData "guest" & vbcrlf == login data
    WinsockClient.SendData "password" & vbcrlf === password data

    When attempting to send the password data it doesn't work at all.

    any ideas?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    How about sending "guest" & vbCrLf, and then wait for password:, and then send the password & vbCrLf
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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