Skip to content

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.

PropertyTypeDescriptionDefined in
sftpSftpSessionSFTP v3 client multiplexed over the SSH session channel.src/providers/native/sftp/NativeSftpProvider.ts:187
transportSshTransportConnectionUnderlying SSH transport (key exchange, packet protection, channel mux).src/providers/native/sftp/NativeSftpProvider.ts:189