summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* New example for port forwardingAris Adamantiadis2010-07-162-0/+250
* Added code to test proxycommandAris Adamantiadis2010-05-101-2/+15
* Fix exec example which has broken read usageAris Adamantiadis2010-03-281-17/+7
* Added printout of owner and group in the sftp example.Andreas Schneider2010-02-241-1/+3
* Added an example for exec.Andreas Schneider2009-12-222-0/+69
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-161-4/+2
* Improved pcap dumping supportAris Adamantiadis2009-11-161-4/+50
* Add an other (simplier ?) polling method to sampleAris Adamantiadis2009-11-081-0/+103
* change buffer size in sample.cAris Adamantiadis2009-11-071-2/+2
* Refactorize sample.cAris Adamantiadis2009-11-072-121/+45
* move authentication out of sampe.cAris Adamantiadis2009-11-072-77/+7
* Moved sftp parts into a new exampleAris Adamantiadis2009-11-063-209/+274
* Fixed compilation of samplesshd.Andreas Schneider2009-11-051-0/+2
* Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2009-11-031-2/+7
* Make libssh_scp a little more consistantAris Adamantiadis2009-10-291-19/+18
* Improve example authentication.Andreas Schneider2009-10-151-37/+48
* Added option parsing using GNU argp.Andreas Schneider2009-10-151-3/+12
* Added an option to set the port as string.Andreas Schneider2009-10-151-2/+102
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-27/+27
* resolve callback crashAris Adamantiadis2009-10-101-9/+8
* Add ssh_free at the endAris Adamantiadis2009-10-101-0/+1
* Added auth callback function to sample to test callback stuff.Andreas Schneider2009-10-101-0/+36
* samplessh uses ssh_options_getopt()Aris Adamantiadis2009-10-091-0/+1
* sample.c compiles nowAris Adamantiadis2009-10-091-1/+1
* Moved samples into examples directoryAris Adamantiadis2009-10-093-0/+837
* Get rid of the options structure.Andreas Schneider2009-10-021-9/+9
* Shut up warning in libssh_scpAris Adamantiadis2009-09-231-0/+1
* SCP warning requestAris Adamantiadis2009-09-131-2/+3
* scp recursive modeAris Adamantiadis2009-09-131-1/+4
* add scp_download.c exampleAris Adamantiadis2009-09-132-2/+149
* Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis2009-09-131-45/+9
* Refactored the connect_ssh example functionAris Adamantiadis2009-09-133-1/+66
* add support for local output, scp inputAris Adamantiadis2009-09-131-35/+109
* Begin of scp reading in exampleAris Adamantiadis2009-09-131-0/+17
* some tweaks of scp exampleAris Adamantiadis2009-08-121-1/+1
* Latest scp codeAris Adamantiadis2009-08-101-68/+25
* Got the scp sample to workAris Adamantiadis2009-08-091-13/+39
* Fix project name in examples.Andreas Schneider2009-07-301-2/+2
* First implementation of a scp transfer toolAris Adamantiadis2009-07-251-146/+192
* New example directory with the begining of a scpAris Adamantiadis2009-07-255-0/+467