Click or drag to resize

FtpItemUnixPermissions Property

Gets UNIX permissions for this item. This property is filled by List method (when remote server is running on UNIX/LINUX operating system) or by GetList (when MLST is NOT supported and remote server is running on UNIX/LINUX operating system).

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public UnixPermissionSet UnixPermissions { get; }

Property Value

Type: UnixPermissionSet
Remarks
May be null.
See Also