Click or drag to resize

ExtensionContainer Properties

The ExtensionContainer type exposes the following members.

Properties
  NameDescription
Public propertySupportedHashTypes
Gets all hash algorithms supported by the remote FTP server. You can use values returned by this method as parameters for GetFileHash(String, FtpHashType) and GetFileHash(String, FtpHashType, Int64, Int64) methods.
Public propertySupportsAuthSSL
Gets boolean value indicating if Auth extension with SSL is supported. True indicates you can use AuthSSL method.
Public propertySupportsAuthTLS
Gets boolean value indicating if Auth extension with TLS is supported. True indicates you can use AuthTLS method.
Public propertySupportsMDTM
Gets boolean value indicating if MDTM is supported. True indicates you can use GetFileModificationTime(String) and SetFileModificationTime(String, DateTime) method.
Public propertySupportsMFMT
Gets boolean value indicating if MFMT is supported. True indicates you can use SetFileModificationTime(String, DateTime) method.
Public propertySupportsMLST
Public propertySupportsModeZ
Gets boolean value indicating if Mode extension with ZLib is supported.
Public propertySupportsRestStream
Public propertySupportsSize
Gets boolean value indicating if Size is supported. True indicates you can use GetFileSize(String) method.
Public propertySupportsUTF8
Gets boolean value indicating if UTF8 is supported.
Top
See Also