Unit

ScFTPListParser

 

type

 TScFTPFileType = (fftDirectory, fftFile, fftSymLink, fftSymLinkDir, fftBlockDevice, fftCharDevice, fftFifo, fftSocket);

 

Description

The TScFTPFileType enumeration represents different file types used by the FTP protocol.

 

ValueMeaning
fftDirectorythe type of the file is Directory.
fftFilethe type of the file is File.
fftSymLinkthe type of the file is Symbolic link.
fftSymLinkDirthe type of the file is Symbolic link to a directory.
fftBlockDevicethe type of the file is Block device.
fftCharDevicethe type of the file is Char device.
fftFifothe type of the file is Fifo.
fftSocketthe type of the file is Socket.

 

See also

TScFTPListItem.FileType

 

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