FileZillaSite
Defined in: src/profiles/importers/FileZillaImporter.ts:15
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:19 |
logonType? | number | Logon type code preserved from the file (0=anonymous, 1=normal, etc.). | src/profiles/importers/FileZillaImporter.ts:25 |
name | string | Site display name. | src/profiles/importers/FileZillaImporter.ts:17 |
password? | string | Encoded password value retained from the file, if any. | src/profiles/importers/FileZillaImporter.ts:23 |
profile | ConnectionProfile | Generated connection profile. | src/profiles/importers/FileZillaImporter.ts:21 |