ruby socket programming using credentials
Posted
by satya
on Stack Overflow
See other posts from Stack Overflow
or by satya
Published on 2010-04-21T07:57:12Z
Indexed on
2010/04/21
8:23 UTC
Read the original article
Hit count: 324
HI folks,
I'm trying to establish connection to a remote server using ruby socket connection TcpSocket.
I started with TcpSocket.new(port,host)
Now, How do I pass the credentials to it.
The remote server needs credentials to allow me to connect.
Any help is very much appreciated.
Thanks
© Stack Overflow or respective owner