]> source.dussan.org Git - nextcloud-server.git/commit
faster implementation of SFTP write stream 19822/head
authorRobin Appelman <robin@icewind.nl>
Tue, 10 Mar 2020 14:58:33 +0000 (15:58 +0100)
committerRobin Appelman <robin@icewind.nl>
Tue, 10 Mar 2020 15:18:40 +0000 (16:18 +0100)
commit223ee42a53a14eb289c7ee262d8f60208bc9cab8
tree5e5f8ab7c9af82f97295f215aea5ad9b6ee98ddb
parentfe4e80093efb2c35a81d574ef33e439f2d0cebe7
faster implementation of SFTP write stream

using mostly the same techniques as the read stream

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_external/lib/Lib/Storage/SFTP.php
apps/files_external/lib/Lib/Storage/SFTPReadStream.php
apps/files_external/lib/Lib/Storage/SFTPWriteStream.php [new file with mode: 0644]