Changes the current working directory on the server.
An IAsyncResult that references the asynchronous operation.
Implemented using FTP CWD command for pathnames not equal to ".." and CDUP command for ".." pathnames. "." pathnames are ignored.
Caution: some uncommon servers do not use a slash as a directory separator. Do not use slashes in the path to remain compatible with such servers.
Ftp Class | Rebex.Net Namespace