Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Private Function GetInfo ( _ remotePath As String, _ failIfNotFound As Boolean _ ) As FileSystemItem Implements IFtp.GetInfo |
| C# |
|---|
FileSystemItem IFtp.GetInfo( string remotePath, bool failIfNotFound ) |
Parameters
- remotePath
- Type: System..::..String
- failIfNotFound
- Type: System..::..Boolean