Admin Production rocket
Current Publication

FTPClearConnectionInformation Property

InfoConnect Desktop InfoConnect .NET API Guide V18.0.1
Rocket® InfoConnect 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.
FTPClearConnectionInformation Property
In This Topic
Returns or specifies how login information on the FTP tab of the File Transfer Setup dialog box should be cleared from the controls and fields in this tab (and thus not used as login information for, as an example, a new host you wish to log in to).
Syntax

                     
                     
'Declaration
 

                     
                     
Property FTPClearConnectionInformation As FTPClearConnectionOption

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IFileTransfer
Dim value As FTPClearConnectionOption
 
instance.FTPClearConnectionInformation = value
 
value = instance.FTPClearConnectionInformation

                  

                     
                     
FTPClearConnectionOption FTPClearConnectionInformation {get; set;}

                  
Remarks
Values The default value is FTPClearConnectionOption.ClearOnHostNameChange. FTPClearConnectionOption.ClearAlways Clear the login information on disconnect or host name change. FTPClearConnectionOption.ClearOnDisconnect Clear the login information when you disconnect from the current host connection. FTPClearConnectionOption.ClearOnHostNameChange Clear the login information when you change the host name. FTPClearConnectionOption.ClearNever Login information is never cleared from the FTP tab.
See Also