Indy 9
TIdFTPListFormat
See Also, Unit: IdFTPList
This type is used to specify or indicate a FTP directory item format.
TIdFTPListFormat = (flfNone, flfDos, flfUnix, flfVax, flfNoDetails, flfUnknown, flfCustom);
Unit
IdFTPList
Description
This type is used to specify or indicate a FTP directory item format. The following values are used:

  • flfNone - There is an error in processing the list item that should be reported to the Indy Pit Crew.

  • flfDos - This is a MS-DOS, Windows, or Win32 style directory format.

  • flfUnix - This is a Unix-style directory listing format.

  • flfVax - This is a VAX-style directory listing format.

  • flfUnknown - The directory listing format could not be determined.

  • flfCustom - the programmer wishes to use their own custom parsing routines.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.