Rebex FTP for .NET

Ftp.BeginCreateDirectory Method 

Creates directory on the server.

public IAsyncResult BeginCreateDirectory(
   string remotePath,
   AsyncCallback callback,
   object state
);

Parameters

remotePath
Pathname of the new remote directory.
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.

Remarks

Represents FTP MKD command.

See Also

Ftp Class | Rebex.Net Namespace