Sftp.GetFileSystemInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
GetFileSystemInfo(String)
Gets drive information (such as free disk space) for the specified path.
Declaration
public SftpFileSystemInfo GetFileSystemInfo(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path of the remote directory whose file system's drive information to retrieve. |
Returns
Type | Description |
---|---|
SftpFileSystemInfo | Drive information. |