Ftp.BeginConnect Method (String, AsyncCallback, Object)
Connects to an FTP server.
Parameters
-
serverName
- The server address - either a hostname or a dotted string address.
-
callback
- An optional asynchronous callback to be called when the operation is complete.
-
state
- A user-provided object that identifies this particular asynchronous operation.
Return Value
An IAsyncResult that references the asynchronous operation.
See Also
Ftp Class | Rebex.Net Namespace | Ftp.BeginConnect Overload List