Skip to content

importFileZillaSites

function importFileZillaSites(xml: string): ImportFileZillaSitesResult;

Defined in: src/profiles/importers/FileZillaImporter.ts:43

Parses FileZilla sitemanager.xml text and returns generated profiles.

ParameterTypeDescription
xmlstringContents of sitemanager.xml.

ImportFileZillaSitesResult

Imported sites and any skipped entries.

ConfigurationError When the XML root cannot be located.