Re: PuTTY doesn't log SFTP packets correctly
- From: Simon Tatham <anakin@xxxxxxxxx>
- Date: 07 Sep 2009 07:19:59 +0100 (BST)
yawnmoth <terra1024@xxxxxxxxx> wrote:
Outgoing packet type 94 / 0x5e (SSH2_MSG_CHANNEL_DATA)[...]
00000000 00 00 00 00 00 00 00 05 01 00 00 00 03 .............
If we assume the data string, instead, corresponds to this, we get a[...]
more sensical mapping:
01 = type (SSH_FXP_INIT)
00 00 00 03 = data payload
I agree. In that case, it seems most likely that the SFTP length
field was transmitted in the _previous_ SSH2_MSG_CHANNEL_DATA, but I
can't confirm this since you've only quoted that one.
--
Simon Tatham "Every person has a thinking part that wonders what
<anakin@xxxxxxxxx> the part that isn't thinking isn't thinking about."
.
- Follow-Ups:
- Re: PuTTY doesn't log SFTP packets correctly
- From: yawnmoth
- Re: PuTTY doesn't log SFTP packets correctly
- References:
- PuTTY doesn't log SFTP packets correctly
- From: yawnmoth
- PuTTY doesn't log SFTP packets correctly
- Prev by Date: PuTTY doesn't log SFTP packets correctly
- Next by Date: Re: PuTTY doesn't log SFTP packets correctly
- Previous by thread: PuTTY doesn't log SFTP packets correctly
- Next by thread: Re: PuTTY doesn't log SFTP packets correctly
- Index(es):