Click or drag to resize

UnixPermissionSetToText Method

Returns a string that represents this permission in ls command style ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000")

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

Return Value

Type: String
String that represents this premissions.
See Also