WinScpSession
Defined in: src/profiles/importers/WinScpImporter.ts:13
Imported WinSCP session entry.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
folder | readonly string[] | Hierarchical path segments derived from the session name (folders separated by /). | src/profiles/importers/WinScpImporter.ts:17 |
fsProtocol? | number | Raw FSProtocol code preserved from the file. | src/profiles/importers/WinScpImporter.ts:21 |
ftps? | number | Raw Ftps code preserved from the file (0=none, 1=implicit, 2/3=explicit). | src/profiles/importers/WinScpImporter.ts:23 |
name | string | Decoded session name (URL-decoded path under the Sessions\\ namespace). | src/profiles/importers/WinScpImporter.ts:15 |
profile | ConnectionProfile | Generated connection profile. | src/profiles/importers/WinScpImporter.ts:19 |