Skip to content

FtpFeatures

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

Normalized server features returned by an FTP FEAT command.

PropertyTypeDescriptionDefined in
mlstFactsstring[]MLST facts advertised by the server, preserving required-fact markers.src/providers/classic/ftp/FtpFeatureParser.ts:20
namesSet<string>Uppercase feature names for fast lookup.src/providers/classic/ftp/FtpFeatureParser.ts:18
rawstring[]Raw normalized feature lines.src/providers/classic/ftp/FtpFeatureParser.ts:16
supports(featureName: string): boolean;

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

Checks whether a named feature is advertised.

ParameterTypeDescription
featureNamestringFeature name to search for, case-insensitively.

boolean

true when the feature appears in the FEAT response.