InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / KermitPacketSize Property


In This Topic
    KermitPacketSize Property
    In This Topic
    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
    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