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