Skip to content

FileZillaSite

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

Imported FileZilla site with the folder hierarchy that contained it.

PropertyTypeDescriptionDefined in
folderreadonly string[]Ordered folder names leading to the site (top-level first). Empty for root sites.src/profiles/importers/FileZillaImporter.ts:20
hasStoredPasswordbooleanWhether the FileZilla entry stored a password. The importer never decodes or returns stored passwords; supply the credential via a SecretSource (for example { env: "SITE_PASSWORD" } or { path: "./secret" }) before connecting.src/profiles/importers/FileZillaImporter.ts:29
logonType?numberLogon type code preserved from the file (0=anonymous, 1=normal, etc.).src/profiles/importers/FileZillaImporter.ts:31
namestringSite display name.src/profiles/importers/FileZillaImporter.ts:18
profileConnectionProfileGenerated connection profile.src/profiles/importers/FileZillaImporter.ts:22