Sftp.GetFileSystemInfoAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
GetFileSystemInfoAsync(String, Object)
Begins asynchronous GetFileSystemInfo operation. Gets drive information (such as free disk space) for the specified path.
Declaration
public Task<SftpFileSystemInfo> GetFileSystemInfoAsync(string path, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path of the remote directory whose file system's drive information to retrieve. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<SftpFileSystemInfo> | Drive information. |