dotnet: An FTP implementation

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. Direct your constructive criticism, suggestions, bugs to [email protected]

1) 2. IFtpClient

29-May-03

Interface code for the ftp client

2) 3. AFtpClient

29-May-03

Sample client for an abstract implementation

3) 4. FtpClient.cs

29-May-03

Implementation of FtpClient.cs

4) 5. FtpClientException

29-May-03

Support class