mirror of
https://github.com/libssh2/libssh2.git
synced 2025-12-06 13:20:59 +03:00
This is an example that is very similar to sftp_write_nonblock.c, with the exception that this uses 1 - a larger upload buffer 2 - a sliding buffer mechnism to allow the app to keep sending lots of data to libssh2 without having to first drain the buffer. These are two key issues to make libssh2 SFTP uploads really perform well at this point in time.
7.4 KiB
7.4 KiB