Click or drag to resize

FtpItemPermissions Property

Gets MLSD permissions for this item. This list is filled by MLSD method or by GetList (when MLST is supported and perm fact is returned by the server).

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public List<FtpPermission> Permissions { get; }

Property Value

Type: ListFtpPermission
Remarks
May be null.
See Also