Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQFastCompression Property


In This Topic
WRQFastCompression Property
In This Topic
Returns or specifies whether Reflection 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

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 Reflection should attempt to use the fast file transfer feature. The default value is False.
See Also