Provides methods for communication with FTP servers.

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

Syntax

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

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Ftp

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also