InfoConnect for Unisys
KermitPacketSize Property


Returns or specifies the desired packet size for Kermit transfers (in bytes).
Syntax
'Declaration
 
Property KermitPacketSize As Integer
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.KermitPacketSize = value
 
value = instance.KermitPacketSize
int KermitPacketSize {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
This property only affects transfers from the host. For transfers to the host, the packet size is determined by the host Kermit program. If the remote Kermit program does not support long packets, the packet size is adjusted to 94 bytes. Programs that support packet sizes greater than 94 bytes are known as "SuperKermit" programs. Values The default value is 512. The range of values is 32-2048.
See Also