Remote FTP Upload
-
21 December 2008
Framework: 3.5
Windows Application
This simple windows application allows you to upload a file to an FTP server. Enter the host name, username, password and browse for the file you would like to upload.
Send Mail Wth SmtpClient
-
20 September 2008
Framework: 3.5
Windows Application
This console application allows you to send emails using the SmtpClient class. You need to supply your smtp server address and user username and password. It also demonstrates how to send attachments.
TCP Example
-
21 October 2007
Framework: 2.0
Windows Application
This program is a very simple demonstration on how to create a very simple Client, Server application.
HttpWebRequest Example
-
01 October 2007
Framework: 2.0
Windows Application
This simple console application uses the HttpWebRequest Class to read the contents of a file hosted on a web server.
Simple Port Scanner
-
19 September 2007
Framework: 2.0
Windows Application
This code sample demonstrates how to develop a very simple port scanner. This is a console application. It allows you to enter a host url/ip and start and stop ports to scan.