Returns or specifies a string identifying a preset configuration for file transfer.
'Declaration
Property TransferPresetConfiguration As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.TransferPresetConfiguration = value
value = instance.TransferPresetConfiguration
string TransferPresetConfiguration {get; set;}
Property Value
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"