PowerTCP FTP for .NET
Compression Enumeration



Enumerates the compression options for file transfers and listings.
Syntax
Public Enum Compression 
   Inherits System.Enum
Dim instance As Compression
public enum Compression : System.Enum 
public enum class Compression : public System.Enum 
Members
MemberDescription
Archive Local compression/decompression is used, but the server is not instructed to compress/decompress. 'MODE S' is the transfer mode used and client-side files are compressed/decompressed as sent/received. Compressed files reside on the server.
Full Local and server compression/decompression is used. 'MODE Z' is the transfer mode used and server-side files are not compressed.
None No compression/decompression is used. 'MODE S' is the transfer mode used and no compression/decompression takes place.
Remarks
Some servers support 'MODE Z' zlib compression. This enumeration is used to indicate how compression should be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Ftp.Compression

See Also

Reference

Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic