InfoConnect API Guide
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
    string TransferLogFileName {get; set;}

    Property Value

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