Rebex FTP for .NET

Ftp.EndGetCurrentDirectory Method 

Ends a pending asynchronous operation.

public string EndGetCurrentDirectory(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

A string containing the absolute path of the current working remote directory.

See Also

Ftp Class | Rebex.Net Namespace