Re: Bug while working with self-made server "Error decoding..."
You seem to be using SSH_FXP_NAME (0x68) for the status packet:
[quotye]< 2013-02-08 01:00:48.150 Type: SSH_FXP_NAME, Size: 9, Number: 780
< 2013-02-08 01:00:48.150 68,00,00,03,0C,00,00,00,00,[/quote]
Also the packet size is way too small for status packet. It seems to miss the "error message" and "language tag" fields.
[quotye]< 2013-02-08 01:00:48.150 Type: SSH_FXP_NAME, Size: 9, Number: 780
< 2013-02-08 01:00:48.150 68,00,00,03,0C,00,00,00,00,[/quote]
Also the packet size is way too small for status packet. It seems to miss the "error message" and "language tag" fields.