[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sftp_async_read_begin + uint32_t
[Thread Prev] | [Thread Next]
- Subject: Re: sftp_async_read_begin + uint32_t
- From: Stef Bon <stefbon@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 14 Nov 2017 13:20:40 +0100
- To: libssh@xxxxxxxxxx
See also the sftp specification at: https://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.2.1 The size to read is in 4 bytes (32 bits). I think that internally SCP and others do read in chunks, using 32 bits for sizes. Stef
sftp_async_read_begin + uint32_t | Nikos Mavrogiannopoulos <nmav@xxxxxxxxxx> |
Re: sftp_async_read_begin + uint32_t | Andreas Schneider <asn@xxxxxxxxxxxxxx> |