ok, when im using telnet i will write something like that
telnet 192.168.1.1 222 (IP 192.168.1.1 for port 222)
that is simple command in cmd.exe .. but how can i realize that using MASM ?
..
next question .. telnet is waiting for commnads a datas .. how can i realize transfer ...
thanks a lot :wink:
telnet 192.168.1.1 222 (IP 192.168.1.1 for port 222)
that is simple command in cmd.exe .. but how can i realize that using MASM ?
..
next question .. telnet is waiting for commnads a datas .. how can i realize transfer ...
thanks a lot :wink:
You need to read about sockets
Probably read www.madwizard.org ... he has a pretty good sockets tutorial.
Probably read www.madwizard.org ... he has a pretty good sockets tutorial.
thanX a lot :-D