D29634: sftp: break large writes into multiple requests
Harald Sitter
noreply at phabricator.kde.org
Mon May 11 15:04:59 BST 2020
sitter created this revision.
sitter added a reviewer: ngraham.
Herald added projects: Dolphin, Frameworks.
Herald added subscribers: kfm-devel, kde-frameworks-devel.
sitter requested review of this revision.
REVISION SUMMARY
servers have arbitrary limits that we should stay below. to ensure this
happens use MAX_XFER_BUF_SIZE as maximum size per request. if we read
data large than that, break it apart into multiple requests
(I am mostly guessing here, the rfc doesn't seem to impose any size
constraint on the write requests themselves, so probably packet
constraints apply by default)
BUG: 404890
FIXED-IN: 20.04.2
TEST PLAN
- fallocate -l 128M file
- sftp to localhost
- copy file from one dir to another
REPOSITORY
R320 KIO Extras
BRANCH
release/20.04
REVISION DETAIL
https://phabricator.kde.org/D29634
AFFECTED FILES
sftp/kio_sftp.cpp
To: sitter, ngraham
Cc: kde-frameworks-devel, kfm-devel, waitquietly, azyx, nikolaik, pberestov, iasensio, aprcela, fprice, LeGast00n, cblack, fbampaloukas, alexde, Codezela, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, rdieter, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20200511/6deb93eb/attachment.htm>
More information about the kfm-devel
mailing list