Gets status using statvfs@openssh.com request.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public SftpFileSytemInformation GetStatus( string path )
Parameters
- path
- Type:
System String
The path.
Return Value
Reference to SftpFileSytemInformation object that contains file status information.Exceptions
| Exception | Condition |
|---|---|
| path | |
| Renci.SshNet.Common SshConnectionException | Client is not connected. |
| path is null. |
See Also