ssh2/example
Daniel Stenberg b0c32a85fc sftp_write_sliding.c: new example
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.
2010-12-05 00:06:39 +01:00
..
.gitignore Ignore libssh2_config.h.in and stamp-h2 in example/ and remove .cvsignore 2010-01-30 00:25:46 +01:00
direct_tcpip.c direct_tcpip: bring back inclusion of libssh2_config.h 2010-06-03 13:55:54 +02:00
Makefile.am ssh2_echo: new example 2010-11-13 23:11:39 +01:00
scp_nonblock.c Eat our own dog food, call libssh2_init and libssh2_exit in the examples. 2010-03-19 09:35:00 +01:00
scp_write_nonblock.c scp_write_nonblock: use select() instead of busyloop 2010-10-22 13:37:14 +02:00
scp_write.c examples: avoid use of uninitialized variable 'sock' 2010-04-30 12:30:24 +02:00
scp.c SCP: on failure, show the numerical error reason 2010-11-10 17:26:38 +01:00
sftp_mkdir_nonblock.c examples: remove assignments of variable rc that's never used 2010-04-28 09:05:19 +02:00
sftp_mkdir.c sftp_mkdir: less silly output but show failures 2010-04-24 12:56:13 +02:00
sftp_nonblock.c examples: remove assignments of variable rc that's never used 2010-04-28 09:05:19 +02:00
sftp_RW_nonblock.c examples: fixed and made them more similar 2010-04-26 16:49:30 +02:00
sftp_write_nonblock.c Added header file to allow compiling in older environments 2010-10-20 22:19:38 -07:00
sftp_write_sliding.c sftp_write_sliding.c: new example 2010-12-05 00:06:39 +01:00
sftp_write.c sftp_write: enlarge buffer to perform better 2010-11-10 15:00:55 +01:00
sftp.c SFTP: provide the numerical error reason on failure 2010-11-10 17:26:02 +01:00
sftpdir_nonblock.c Eat our own dog food, call libssh2_init and libssh2_exit in the examples. 2010-03-19 09:35:00 +01:00
sftpdir.c sftpdir: removed dead assignment 2010-04-29 22:00:05 +02:00
ssh2_agent.c ssh2_agent: avoid using 'session' uninitialized on failures 2010-04-28 09:13:22 +02:00
ssh2_echo.c ssh2_echo: new example 2010-11-13 23:11:39 +01:00
ssh2_exec.c bugfix: avoid use of uninitialized value 2010-11-01 22:58:12 +01:00
ssh2.c moved MSVC strdup define to libssh2_config.h which we include already. 2010-06-10 02:31:48 +02:00
x11.c Eat our own dog food, call libssh2_init and libssh2_exit in the examples. 2010-03-19 09:35:00 +01:00