edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientConnect Method

Connect to the FTP server.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Connect()

Implements

IFileTransferClientConnect

Remarks

The RemoteHost property must be set prior to calling this method. This method must be called before Login(String, String) or User(String) is called.

This method will throw an FTPException if the client is already connected to the server.

See Also