FileZillaSite
Defined in: src/profiles/importers/FileZillaImporter.ts:16
Imported FileZilla site with the folder hierarchy that contained it.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
folder | readonly string[] | Ordered folder names leading to the site (top-level first). Empty for root sites. | src/profiles/importers/FileZillaImporter.ts:20 |
hasStoredPassword | boolean | Whether 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? | number | Logon type code preserved from the file (0=anonymous, 1=normal, etc.). | src/profiles/importers/FileZillaImporter.ts:31 |
name | string | Site display name. | src/profiles/importers/FileZillaImporter.ts:18 |
profile | ConnectionProfile | Generated connection profile. | src/profiles/importers/FileZillaImporter.ts:22 |