Skip to content

sftp: account for maximum request length when using sftp_aio

Antonio Rojas requested to merge work/cherry-pick-0b589bd8 into release/24.08

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.

BUG: 488581

(cherry picked from commit 0b589bd8)

Co-authored-by: Ser Freeman serfreeman1337@gmail.com

Merge request reports

Loading