Admin Production rocket
Current Publication

TransferPresetConfiguration Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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