expression.FTPClearConnectionInformation As FTPClearConnectionOption
where expression is a variable that represents a FileTransfer Object
expression.FTPClearConnectionInformation As FTPClearConnectionOption
FTPClearConnectionOption.ClearAlways clears the logon information on disconnect or host name change.
FTPClearConnectionOption.ClearOnDisconnect clears the logon information when you disconnect from the current host connection.
FTPClearConnectionOption.ClearOnHostNameChange clears the logon information when you change the host name.
FTPClearConnectionOption.ClearNever never clears logon information from the FTP tab.