Skip to content

sftp: account for maximum request length when using sftp_aio

Ser Freeman requested to merge sf/kio-extras:fix-sftp-aio into master

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

Merge request reports