Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferLoggingEnabled Property
In This Topic
    TransferLoggingEnabled Property
    In This Topic
    Returns or specifies whether file transfer logging is enabled.
    Syntax
    expression.TransferLoggingEnabled As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    When TransferLoggingEnabled is true, Reflection stores file transfer information to a log file specified by TransferLogFileName. Use the StartTransferLogging and StopTransferLogging methods to start and stop file transfer logging.

    The default value is true.

    See Also