Hi all
I want to know as to how to write a program in VC# to recieve characters from the internet ports(like port 25)and store it in a file.
Can someone help me with the code or any help for such a programe :( ?????????????!!!!!!!!!!!
Thanks .
Printable View
Hi all
I want to know as to how to write a program in VC# to recieve characters from the internet ports(like port 25)and store it in a file.
Can someone help me with the code or any help for such a programe :( ?????????????!!!!!!!!!!!
Thanks .
Why write one? use NetCat.
Code:nc -l -p 25 > port25.txt