FTP extensions.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration FtpExtensions
C#
[FlagsAttribute]
public enum FtpExtensions

Members

Member nameDescription
Supported by the .NET Compact FrameworkMachineProcessingList
MLST extension (MLST and MLSD commands) - directory and file listings for machine processing.
Supported by the .NET Compact FrameworkModifyFileModificationTime
MFMT extension - modify the last modification time of a file.
Supported by the .NET Compact FrameworkPreTransferCommand
PRET extension - PRE Transfer Command for Distributed PASV Transfers.
Supported by the .NET Compact FrameworkSetSecuredClientNegotiation
SSCN extension - set secured client negotiation.
Supported by the .NET Compact FrameworkCrcChecksum
XCRC extension - get CRC checksum of a file.
Supported by the .NET Compact FrameworkMD5Hash
XMD5 extension - get MD5 hash of a file.
Supported by the .NET Compact FrameworkSHA1Hash
XSHA extension - get SHA1 hash of a file.
Supported by the .NET Compact FrameworkModeZlib
MODE Z transfer compression.
Supported by the .NET Compact FrameworkHost
HOST command.
Supported by the .NET Compact FrameworkUTF8
UTF-8 name encoding.
Supported by the .NET Compact FrameworkExtendedPassiveMode
EPSV extension - Extended Passive mode for data transfer connections.
Supported by the .NET Compact FrameworkAll
All extensions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also