Skip to content
Snippets Groups Projects
Unverified Commit fe4e8009 authored by Robin Appelman's avatar Robin Appelman
Browse files

Faster implementation of sftp read stream


- Keeps a single file handle open instead of creating a new one for
every stream_read
- Read from sftp in large chunks instead of the 8k internal php size
- Request a read for the next chunk while we're still processing the
current one

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent e57f619e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment