procedure Connect;
Description
Establishes a connection to the specified FTP server. Connect sets the Active property to True.
The Connect method uses values in the HostName and Port properties to establish a connection for the FTP session.
If it is necessary to connect to a server in another network, sometimes the client can reach it only through proxy. In this case you have to setup ProxyOptions.
See Also