expression.WRQCompression As WRQCompressionOption
where expression is a variable that represents a FileTransfer Object
expression.WRQCompression As WRQCompressionOption
Compression is not always appropriate. If you use compression to transfer a file that's already in a compressed format, you can slow the transfer. If the WRQFastFileTransfer property is set to true, fast file transfers are attempted, which ignore the WRQCompression property.
This property is relevant only for transfers that use the WRQ/Reflection protocol.
The default value is WRQCompressionOption.Huffman.