Unit

ScSFTPUtils

 

type

 TScSFTPFileOpenAttributes = record

   Mode: TScSFTPFileOpenMode;

   Flags: TScSFTPFileOpenFlags;

   BlockModes: TScSFTPBlockModes;

   DesiredAccess: TScSFTPDesiredAccess;

   Attributes: TScSFTPFileAttributes;

end;

 

Description

The TScSFTPFileOpenAttributes record represents attributes for the file opening.

 

FieldsDescription
Modethe mode of the file opening (refer to TScSFTPFileOpenMode).
Flagsthe set of flags for the file opening (refer to TScSFTPFileOpenFlags).
BlockModesthe blocking mode of the file that is being opened (refer to TScSFTPBlockModes).
DesiredAccessthe rights for the file access that are a combination of values of the ace-mask flags (refer to TScSFTPDesiredAccess). If the server cannot grant the access desired, it returns the SSH_FX_PERMISSION_DENIED error.
Attributesspecifies the initial attributes for the file (refer to TScSFTPFileAttributes).

 

See also

TScSFTPServer.DefaultOpenFile

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support