socket program help
-
Hi all, i want to add in that server program that it will accept only the password from the client if it's "mypassword": i'm not writing any client program. the client will be the built in linux Telnet program so the session will be between the server and client as follows 1. telnet 192.11.11.9 password "mypassword". 2.then the server if recieved the password "mypassword" it will connect if not it will close the connection. I want to know how i can make the server program recognize that the pasword is right or wrong..how i can write it in the server Thanks
-
Hi all, i want to add in that server program that it will accept only the password from the client if it's "mypassword": i'm not writing any client program. the client will be the built in linux Telnet program so the session will be between the server and client as follows 1. telnet 192.11.11.9 password "mypassword". 2.then the server if recieved the password "mypassword" it will connect if not it will close the connection. I want to know how i can make the server program recognize that the pasword is right or wrong..how i can write it in the server Thanks
Are you using .NET, or are you in the wrong forum ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Are you using .NET, or are you in the wrong forum ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
No...I'm unsing C programming
-
No...I'm unsing C programming
mhetfield1978 wrote:
No...I'm unsing C programming
Then you are in the wrong forum. This one's for .NET based C++ questions.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
C++/CLI in Action (*E-Book is out, Print version April 6th*)