SftpFileSystemInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
File system information returned by GetFileSystemInfo(String) method.
Syntax
public class SftpFileSystemInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| BlockSize | Size of one block in the file system. |
| FileSystemId | File system ID. |
| FreeSpace | Free space in the file system. |
| FreeSpaceForUser | Free space available for the current user. |
| IsReadOnly | Indicates whether the file system is read-only. |
| TotalSpace | Total space (both empty and allocated) in the file system. |