This class is based on IFtp interface and provide common functionality for FTP, FTP/SSL and SFTP protocols.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Class FileTransferClient _
	Inherits NetworkSession _
	Implements IFtp, IDisposable
C#
public class FileTransferClient : NetworkSession, 
	IFtp, IDisposable

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..FileTransferClient

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also