SftpRawSession
Defined in: src/providers/native/sftp/NativeSftpProvider.ts:185
Low-level handles exposed by a native SFTP session for diagnostics and
advanced extension. Most applications should use the
TransferSession returned from client.connect() instead.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
sftp | SftpSession | SFTP v3 client multiplexed over the SSH session channel. | src/providers/native/sftp/NativeSftpProvider.ts:187 |
transport | SshTransportConnection | Underlying SSH transport (key exchange, packet protection, channel mux). | src/providers/native/sftp/NativeSftpProvider.ts:189 |