Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
TransferLogFileName Property
In This Topic
Returns or specifies the name of the file transfer log file.
Syntax
expression.TransferLogFileName As String
where expression is a variable that represents a FileTransfer Object
Remarks
When TransferLoggingEnabled is true (the default value), you can send file transfer
information to this log file using the StartTransferLogging method. Use TransferStopLogging
to stop logging. The contents of the log file are cleared each time you use the StartTransferLogging
method. By default, the transfer file is named "Transfer.log" and located in your
InfoConnect user directory.
See Also