thelordoftherings
Programmer
Hello,
I am connection to an IP using the socket command likr this:
set fid [socket <IP Address>]
The problem is that this IP requires UserID and password and I don't know how to put it through the open socket.
I tried:
puts $fid UserID
flush $fid
But it doesn't seem to work.
Any ideas?
I am connection to an IP using the socket command likr this:
set fid [socket <IP Address>]
The problem is that this IP requires UserID and password and I don't know how to put it through the open socket.
I tried:
puts $fid UserID
flush $fid
But it doesn't seem to work.
Any ideas?