Rebex FTP/SSL for .NET

Ftp.Connect Method

Connects to the FTP server.

Overload List

Connects to the FTP server.

public string Connect(string);

Connects to the FTP server.

public string Connect(string,int);

Connects to the FTP server with the specified security.

public string Connect(string,int,TlsParameters,FtpSecurity);

See Also

Ftp Class | Rebex.Net Namespace