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


In This Topic
    TransferPresetConfiguration Property
    In This Topic
    Returns or specifies a string identifying a preset configuration for file transfer.
    Syntax
    'Declaration
     
    
    Property TransferPresetConfiguration As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.TransferPresetConfiguration = value
     
    value = instance.TransferPresetConfiguration
    string TransferPresetConfiguration {get; set;}
    Remarks

    Changing this property affects other transfer properties depending on the protocol and preset you are using; it is equivalent to changing the Preset configuration on the Protocol tab of the File Transfer dialog box. The default and valid values depend on the current value of TransferDefaultProtocol.

    If WRQ/Reflection is the default protocol, possible values are:

    • "(Current Configuration)"
    • "To OpenVMS"
    • "To UNIX"
    • "Troubleshooting to OpenVMS"
    • "Troubleshooting to UNIX"

    If FTP is the default protocol, possible values are:

    • "(Current Configuration)"
    • "To OpenVMS Using Reflection FTP"
    • "To Unisys Using Reflection FTP"
    • "To UNIX Using Microsoft FTP"
    • "To UNIX Using Reflection FTP"

    If Zmodem is the default protocol, possible values are:

    • "(Current Configuration)"
    • "To BBS"
    • "To Host"

    If Kermit is the default protocol, possible values are:

    • "(Current Configuration)"
    • "To BBS"
    • "To CompuServe"
    • "To Kermit Server"
    • "To Remote Kermit Command Mode"
    • "To UNIX Shell"

    If Xmodem is the default protocol, possible values are:

    • "(Current Configuration)"
    • "To BBS or Host{Xmodem}"
    • "Using Xmodem-1K to BBS or Host"
    • "Using Xmodem-CRC to BBS or Host"

    See Also