Archive Index
This month's Index
|
Subject: Re: LIBSSH2_SFTP_PACKET_MAXLEN
Re: LIBSSH2_SFTP_PACKET_MAXLEN
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 11 Nov 2011 13:02:16 +0100 (CET)
On Fri, 11 Nov 2011, Michael Harris wrote:
> When I add up the size of all the transport packets, the total comes to
Does it still even if you double the amount of files in the directory?
It seems the server has a larger maximum packet size than libssh2 and we
> but in the case of SSH_FXP_READDIR packets I can't see how the server would
The server is obliged to keep packets below the maximum size and in the
> Of course I can build a patched version of libssh2 with this change, but the
The check in question is only there to detect "unreasonable" packet sizes so
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2011-11-11 |