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.
| Value | Meaning |
| fftDirectory | the type of the file is Directory. |
| fftFile | the type of the file is File. |
| fftSymLink | the type of the file is Symbolic link. |
| fftSymLinkDir | the type of the file is Symbolic link to a directory. |
| fftBlockDevice | the type of the file is Block device. |
| fftCharDevice | the type of the file is Char device. |
| fftFifo | the type of the file is Fifo. |
| fftSocket | the type of the file is Socket. |
See also