PowerTCP SSH and SFTP for .NET
GetOctalPermissions Property




Converts the full POSIX permissions into a 7 digit octal representation.
Syntax
'Declaration
 
Public ReadOnly Property GetOctalPermissions As String
'Usage
 
Dim instance As SftpFileAttributes
Dim value As String
 
value = instance.GetOctalPermissions
public string GetOctalPermissions {get;}
public: __property string* get_GetOctalPermissions();
public:
property String^ GetOctalPermissions {
   String^ get();
}

Property Value

Is null if permissions are not available.
Remarks

The returned value is first masked with 0xFFFF.

See Also

Reference

SftpFileAttributes Class
SftpFileAttributes Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic