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

ExFTPClientConnect Method

Connects to the FTP server.

Definition

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

Implements

IFileTransferClientConnect
IFileTransferClientConnect

Remarks

The RemoteHost property must be set before this method is called.

Note that for explicit FTP communications will not be secure until the Auth() method is called.

Implicit FTPS communications are secure from the outset, usually requiring no extra action by the client. Some servers, however may require Auth() (no arguments) to be called.

See Also