[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sftp_async_read_begin + uint32_t
[Thread Prev] | [Thread Next]
- Subject: sftp_async_read_begin + uint32_t
- From: Nikos Mavrogiannopoulos <nmav@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 14 Nov 2017 12:08:06 +0100
- To: libssh@xxxxxxxxxx
Hi, While adding support of libssh to curl, I stumbled on the sftp_async_read_begin and sftp_async_read APIs. Both accept file size as uint32_t instead of size_t. In SCP or the other SFTP APIs, there is no such limitation. Is that limitation intentional? Would it make sense to try to work around that limitation in curl, or provide a patch for libssh to handle longer than 32-bit sizes? regards, Nikos
Re: sftp_async_read_begin + uint32_t | Andreas Schneider <asn@xxxxxxxxxxxxxx> |