Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferLogFileName Property


In This Topic
TransferLogFileName Property
In This Topic
Returns or specifies the name of the file transfer log file.
Syntax
'Declaration
 
Property TransferLogFileName As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.TransferLogFileName = value
 
value = instance.TransferLogFileName

Property Value

By default, the transfer file is named "Transfer.log" and located in your Reflection user directory.
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 Reflection user directory.
See Also