Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemPacketSize Property
In This Topic
    ZmodemPacketSize Property
    In This Topic
    Returns or specifies the sub-packet size (in bytes) for file transfers to the remote system.
    Syntax
    expression.ZmodemPacketSize As Integer
    where expression is a variable that represents a FileTransfer Object
    Exceptions
    ExceptionDescription
    Thrown if a value outside the range of valid values is specified.
    Remarks
    This value specifies the number of bytes of data that Zmodem transfers at a time. The default value is 1024. The default value works in most situations. The range of values is 32 - 1024.
    See Also