Unit

ScSFTPUtils

 

type

 TScSFTPFileType = (ftFile, ftDirectory, ftSymlink, ftSpecial, ftUnknown, ftSocket, ftCharDevice, ftBlockDevice, ftFifo);

 

Description

The TScSFTPFileType enumeration represents different file types used by the SFTP protocol.

 

ValueMeaning
ftFilethe type of the file is File.
ftDirectorythe type of the file is Directory.
ftSymlinkthe type of the file is symbolic link.
ftSpecialthis value is used for files that are of a known type which cannot be expressed in the protocol.
ftUnknownthis value is used if the type is unknown.
ftSocketthe type of the file is Socket.
ftCharDevicethe type of the file is Char device.
ftBlockDevicethe type of the file is Block device.
ftFifothe type of the file is Fifo.

 

See also

TScSFTPFileAttributes.FileType

 

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