sftp: account for maximum request length when using sftp_aio
As stated in the libssh documentation, AIO functions cap the allowed length per request. Account for that by breaking up into multiple requests when necessary.
As stated in the libssh documentation, AIO functions cap the allowed length per request. Account for that by breaking up into multiple requests when necessary.