 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic List<FtpPermission> Permissions { get; }Public ReadOnly Property Permissions As List(Of FtpPermission)
Get
public:
property List<FtpPermission^>^ Permissions {
List<FtpPermission^>^ get ();
}member Permissions : List<FtpPermission> with get
Property Value
ListFtpPermission
RemarksMay be null.
See Also