Rebex FTP/SSL for .NET

Ftp.Connect Method (String)

Connects to the FTP server.

public string Connect(
   string serverName
);

Parameters

serverName
The server address - either a hostname or a dotted string address.

Return Value

Welcome message returned by the server.

See Also

Ftp Class | Rebex.Net Namespace | Ftp.Connect Overload List