elida Posted January 26, 2009 Posted January 26, 2009 I want to use TCPSend command to send user name & password. how can i do it ?
NerdFencer Posted January 26, 2009 Posted January 26, 2009 Be more specific in your request _________[u]UDFs[/u]_________-Mouse UDF-Math UDF-Misc Constants-Uninstaller Shell
elida Posted January 27, 2009 Author Posted January 27, 2009 Be more specific in your requestI want to write Telnet client that works with standard Telnet server that has login and password authentication.i tried to send user name and password by TCPSend($main, "Username"&@CRLF&"password"&@CRLF) but it doesn't work.any suggestions ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now