How can I check the file permission whether it is accessible (downloadable or deletable) using FtpItem.Permissions ?
Check if required permission is in the list:
items[0].Permissions.Contains(FtpPermission.Read)