Guenter Knauf
|
3260beb07a
|
sftpdir.c: added authentication method detection.
Stuff copied over from ssh2.c to make testing a bit easier.
|
2014-12-03 15:19:32 +01:00 |
|
Kamil Dudka
|
b31e35aba6
|
examples: use stderr for messages, stdout for data
Reported by: Karel Srot
Bug: https://bugzilla.redhat.com/867462
|
2012-10-22 13:39:58 +02:00 |
|
Guenter Knauf
|
b5cd8fe120
|
Fixed uint64_t printf.
|
2011-09-10 16:29:29 +02:00 |
|
Daniel Stenberg
|
7ed53e21fd
|
libssh2_session_startup(3) => libssh2_session_handshake(3)
Propagate for the current function in docs and examples.
libssh2_session_startup() is deprecated.
|
2011-09-09 23:17:04 +02:00 |
|
Daniel Stenberg
|
87f79f177f
|
remove embedded CVS/svn tags
|
2011-09-09 16:12:04 +02:00 |
|
Daniel Stenberg
|
23f02aad11
|
sftpdir: removed dead assignment
|
2010-04-29 22:00:05 +02:00 |
|
Simon Josefsson
|
7301036421
|
Eat our own dog food, call libssh2_init and libssh2_exit in the examples.
|
2010-03-19 09:35:00 +01:00 |
|
Peter Stuge
|
6df87e64b7
|
Use LIBSSH2_HOSTKEY_HASH_SHA1 instead of _MD5 in examples and tests
MD5 support is optional and may not always be available, while SHA1 is both
required and recommended.
|
2010-01-29 23:06:31 +01:00 |
|
Simon Josefsson
|
b5e358618b
|
Move examples from example/simple to example/.
|
2009-12-19 10:54:45 +01:00 |
|