Click or drag to resize

UnixPermissionSetToNumberAsText Method

Returns a number as string that represents this permission in CHMOD command style ("755", "666", "777", "000")

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public string ToNumberAsText()

Return Value

String
Number that represents this premissions.
See Also