CheckFormat Method
Class: _LIST_PARSER_ENGINE
Expand/Collapse source code of procedure CheckFormat Source Code
      IF AT("\015\012",This.cData)>0 OR LEFT(This.cData,1)="+"
         RETURN _FTPC_PL_EPLF
      ENDIF

      IF SUBST(This.cData,2,1)=" "
         RETURN _FTPC_PL_NWL
      ENDIF

      RETURN _FTPC_PL_UNIX && _FTPC_PL_MSWIN,_FTPC_PL_DOC, _FTPC_PL_MAC


            * fòuk, fnuk, I'm lazy : http://cr.yp.to/ftpparse/ftpparse.c
             * http://cr.yp.to/ftp/list/eplf.html

*!*       /* see http://pobox.com/~djb/proto/eplf.txt */
*!*       /* "+i8388621.29609,m824255902,/,\tdev" */
*!*       /* "+i8388621.44468,m839956783,r,s10376,\tRFCEPLF" */

*!*       /* Also NetWare: */
*!*       /* "d [R----F--] supervisor            512       Jan 16 18:53    login" */
*!*       /* "- [R----F--] rhesus             214059       Oct 20 15:27    cx.exe" */