FtpExtensions Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
FTP extensions.
Syntax
[Flags]
public enum FtpExtensions : long
Fields
Name | Description |
---|---|
All | All extensions. |
CrcChecksum | XCRC extension - get CRC checksum of a file. |
ExtendedPassiveMode | EPSV extension - Extended Passive mode for data transfer connections. |
Host | HOST command. |
MachineProcessingList | MLST extension (MLST and MLSD commands) - directory and file listings for machine processing. |
MD5Hash | XMD5 extension - get MD5 hash of a file. |
ModeZlib | MODE Z transfer compression. |
ModifyFileModificationTime | MFMT extension - modify the last modification time of a file. |
PreTransferCommand | PRET extension - PRE Transfer Command for Distributed PASV Transfers. |
SetSecuredClientNegotiation | SSCN extension - set secured client negotiation. |
SHA1Hash | XSHA extension - get SHA1 hash of a file. |
UTF8 | UTF-8 name encoding. |