Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / StartTransferLogging Method
In This Topic
StartTransferLogging Method
In This Topic
Initiates file transfer logging.
Syntax
expression.StartTransferLogging() As ReturnCode
where expression is a variable that represents a FileTransfer Object

Return Value

One of the following ReturnCode enumerated values.

Member Description
Cancelled Cancelled.
Error Error.
PermissionRequired Permission is required.
Success Success.
Timeout Timeout condition.
Truncated The text is truncated.

Remarks
When TransferLoggingEnabled is true (the default value), Reflection stores file transfer information to a log file specified by the TransferLogFileName property. Use StopTransferLogging method to stop logging.
See Also