importFileZillaSites
function importFileZillaSites(xml: string): ImportFileZillaSitesResult;Defined in: src/profiles/importers/FileZillaImporter.ts:43
Parses FileZilla sitemanager.xml text and returns generated profiles.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
xml | string | Contents of sitemanager.xml. |
Returns
Section titled “Returns”Imported sites and any skipped entries.
Throws
Section titled “Throws”ConfigurationError When the XML root cannot be located.