The standard does not define the format of the list of directories sent / received using the LIST command. Most servers use the Unix list format (I donβt know if it is defined in any document, but it is quite simple to generate and analyze), some use the DOS / Windows format. Other formats (over 400, as far as I know) are used worldwide, but Unix has become the de facto standard.
Now there is an important thing to implement: the MLST and LMSD extension commands defined in RFC 3659 . They determine how to create and obtain a machine-readable listing, which is very welcome on any modern FTP server.
Eugene Mayevski 'Allied Bits
source share