An NDoc Documented Class Library

FTPClient.MkDir Method 

Create the specified remote working directory.

public virtual void MkDir(
   string dir
);

Parameters

dir
Name of remote directory to create.

Implements

IFileTransferClient.MkDir

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace