edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Provides low-level access to extended FTP operations. ExFTPConnection provides a superior interface and is recommended for general use.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class ExFTPClient : FTPClient, 
	IExFileTransferClient, IFileTransferClient
Visual Basic
Public Class ExFTPClient _
	Inherits FTPClient _
	Implements IExFileTransferClient, IFileTransferClient
Visual C++
public ref class ExFTPClient : public FTPClient, 
	IExFileTransferClient, IFileTransferClient

Inheritance Hierarchy

See Also