Skip to main content

Module listing

Module listing 

Source
Expand description

FTP directory listing parser

Supports parsing of Unix-style and MS-DOS style FTP directory listings returned by the LIST command.

Structs§

ListingEntry
A single entry in an FTP directory listing

Functions§

parse_ftp_list_response
Parse complete FTP LIST response into individual entries
parse_msdos_list_line
Parse an MS-DOS style FTP listing line
parse_unix_list_line
Parse a Unix-style FTP listing line