Hevea documentation

Hevea.Core.Ftp Namespace

Namespace hierarchy

Classes

Class Description
FtpClientRequest Represents the Ftp client request.
Node Implements a virtual FTP node.
OakServer Oak is an an implementation of the FTP protocol.

Delegates

Delegate Description
Node.CreateDirectoryDelegate Delegate of a method called when the user asks for a directory creation.
Node.DeleteNodeDelegate Delegate of a method called when the user asks for a file deletion. This delegate is only used on Dynamic nodes.
Node.GetNodeByNameAndParentDelegate Delegate of a method called when requesting a node. If the parent node tag is null, then the requested node is at the root of the FTP application. This delegate is only used on Dynamic nodes.
Node.GetNodeChildsDelegate Delegate of a method called when requesting the childs of a node. This delegate is only used on Dynamic nodes.
Node.RenameNodeDelegate Delegate of a method called when the user asks for a file re-naming. This delegate is only used on Dynamic nodes.

Enumerations

Enumeration Description
FtpApplicationType Types of FTP application.
FtpDataType Type of data encoding for transfer.
FtpStatusCode Contains the list of FTP status codes.
Node.NodeType Type of node.