edtFTPnet/Free - Open-source FTP component for .NET | Download
Provides low-level access to FTP operations. FTPConnection provides a superior interface and is recommended for general use.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public class FTPClient : IFileTransferClient
Visual Basic
Public Class FTPClient _
	Implements IFileTransferClient
Visual C++
public ref class FTPClient : IFileTransferClient

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Net.Ftp..::..FTPClient

See Also