|
Sending Mail in VB.NET using Sockets
|
Total Hit (3595) |
This class provides all the functionality. This class was implemented without error handing on purpose to make it easier to understand the program flow.
|
Rating
|
|
|
Sending a File to a Web Server
|
Total Hit (3013) |
«B»Description«/B»
This is a working example of sending a file to a web server, and then processing the file from memory without saving it to a file.
«B»ASP Page Code«/B»
You will need to create a new Web Form and add this ASP.NET code to it.
«Code LangId=2»
<%@ Page Language="vb" Au
....Read More |
Rating
|
|
|
|
|
|
|
|
Accessing FTP servers in .NET applications
|
Total Hit (5422) |
<p>[From: "Accessing FTP servers in .NET applications",<br>
<URL:<a href="http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en">http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en</a>>]<br>
Accessing FTP servers in .NET applications<br>
Samples:<br>
<br>
How to access a File Tr
....Read More |
Rating
|
|
|
|
|
|
GotDotNet User Sample: FTP Client in .NET
|
Total Hit (1379) |
This is a simple FTP protocol client component class written in C# using .NET sockets. It implements core functionality of the FTP protocol, so you can connect, change working directory, download and upload files. Masks will be added later.
|
Rating
|
|
|
Packet Capture and Analayzer
|
Total Hit (2380) |
The first idea of writing a packet sniffer program came from a reply to my comments on one of the projects named "NetSend ( Sending popup messenger messages between computers )" by Marc Clifton. Marc asked me "What about receiving message". To say the truth, I didn't know how I could do that. I knew
....Read More |
Rating
|
|
|