Skip to content

parseFtpFeatures

function parseFtpFeatures(input:
| string
| string[]
| FtpResponse): FtpFeatures;

Defined in: src/providers/classic/ftp/FtpFeatureParser.ts:36

Parses FTP FEAT output into a normalized feature set.

ParameterTypeDescription
input| string | string[] | FtpResponseParsed FTP response, raw string, or individual response lines.

FtpFeatures

Normalized feature names, raw feature lines, and MLST fact names.