EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSftpSupportedExtension.SupportedAccessMask

TElSftpSupportedExtension     See also    


 

Contains supported file access flags.

 
 

Declaration

[C#]
    uint SupportedAccessMask;

[VB.NET]
    SupportedAccessMask As UInt32

[Pascal]
    SupportedAccessMask : cardinal;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Mode values:

Definition Value Description
ACE4_READ_DATA 1 (0x0001) Permission to read the data of the file
ACE4_LIST_DIRECTORY 1 (0x0001) Permission to list the contents of a directory
ACE4_WRITE_DATA 2 (0x0002) Permission to modify the file’s data
ACE4_ADD_FILE 2 (0x0002) Permission to add a new file to a directory
ACE4_APPEND_DATA 4 (0x0004) Permission to append data to a file
ACE4_ADD_SUBDIRECTORY 4 (0x0004) Permission to create a subdirectory to a directory
ACE4_READ_NAMED_ATTRS 8 (0x0008) Permission to read the named attributes of a file
ACE4_WRITE_NAMED_ATTRS 16 (0x0010) Permission to write the named attributes of a file
ACE4_EXECUTE 32 (0x0020) Permission to execute a file
ACE4_DELETE_CHILD 64 (0x0040) Permission to delete a file or directory within a directory
ACE4_READ_ATTRIBUTES 128 (0x0080) The ability to read basic attributes (non-acls) of a file
ACE4_WRITE_ATTRIBUTES 256 (0x0100) Permission to change basic attributes (non-acls) of a file
ACE4_DELETE 65536 (0x00010000) Permission to Delete the file
ACE4_READ_ACL 131072 (0x00020000) Permission to Read the ACL
ACE4_WRITE_ACL 262144 (0x00040000) Permission to Write the ACL
ACE4_WRITE_OWNER 524288 (0x00080000) Permission to change the owner
ACE4_SYNCHRONIZE 1048576 (0x00100000) Permission to access file locally at the server with synchronous reads and writes
Declared in
[.NET] [Pascal]
Namespace: SBSftpCommon
Assembly: SecureBlackbox.SFTPCommon
Unit: SBSftpCommon

 
 

Description

    Use this method to access supported file access flags.

 
 

See also:     SupportedAccessModes     SupportedAttrExtensions     SupportedAttribBits     SupportedAttributes     SupportedExtensions     SupportedOpenModes    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation