Logon Method
Logon to the FTP RemoteHost using the current User and Password .
Syntax
public void Logon();
Public Sub Logon()
Remarks
Logon to the FTP server using the current User and Password. If an SSL (TLS) connection is required, you should first set SSLStartMode.
Example (Logging On)
FTPControl.RemoteHost = "ftpserver" FTPControl.User = "username" FTPControl.Password = "password" FTPControl.Logon()