InfoConnect for Unisys
WRQFastCompression Property


Returns or specifies whether InfoConnect compresses files transferred using fast file transfer.
Syntax
'Declaration
 
Property WRQFastCompression As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.WRQFastCompression = value
 
value = instance.WRQFastCompression
bool WRQFastCompression {get; set;}

Property Value

The default value is False.
Remarks
If you have a fast network but comparatively slow CPU, set this property to False so fast file transfer won't use compression. However, if you have one of the faster CPUs currently available in today's market (for both PCs and hosts), setting this property to True speeds up the file transfer. Use WRQFastFileTransfer to specify whether InfoConnect should attempt to use the fast file transfer feature. The default value is False.
See Also