An NDoc Documented Class Library

FTPClient.ChDir Method 

Change the remote working directory to that supplied.

public virtual void ChDir(
   string dir
);

Parameters

dir
Name of remote directory to change to.

Implements

IFileTransferClient.ChDir

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace