InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / TransferType Property


In This Topic
    TransferType Property (IFileTransfer)
    In This Topic
    Returns or specifies the transfer protocol InfoConnect is to use.
    Syntax
    'Declaration
     
    
    Property TransferType As FileTransferTypeOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As FileTransferTypeOption
     
    instance.TransferType = value
     
    value = instance.TransferType
    FileTransferTypeOption TransferType {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    • Specifies IND$FILE as the transfer protocol. (The default for 3270.)
    • Specifies AS/400 data transfer as the transfer protocol. (The default for 5250.)
    • Specifies FTP as the transfer protocol.
    See Also