1
1
libssh2/include
Daniel Stenberg be9ee7095e libssh2_scp_send64: added to API to provide large file transfers
The previously existing libssh2_scp_send_ex() function has no way
to send files that are larger than 'size_t' which on 32bit
systems mean 4GB. This new API uses a libssh2_int64_t type and
should thus on most modern systems be able to send enormous
files.
2010-04-17 19:47:50 +02:00
..
libssh2_publickey.h From: Alexander Lamaison <swish@lammy.co.uk> 2009-07-17 23:40:32 +02:00
libssh2_sftp.h Added LIBSSH2_SFTP_S_IS***() macros and updated docs 2010-04-11 11:26:16 +02:00
libssh2.h libssh2_scp_send64: added to API to provide large file transfers 2010-04-17 19:47:50 +02:00