summaryrefslogtreecommitdiffstats
path: root/examples/libssh_scp.c
Commit message (Expand)AuthorAgeFilesLines
* examples: Check return value of fstat().Andreas Schneider2013-07-141-1/+4
* examples: Make sure we have a valid scp pointer.Andreas Schneider2013-07-141-1/+9
* examples: Check return value of fileno().Andreas Schneider2013-06-191-1/+5
* examples: Fix a possible memory leak.Andreas Schneider2013-06-191-1/+9
* examples: Fix a use after free in scp example.Andreas Schneider2013-06-131-1/+1
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-4/+4
* examples: Fix permissions of the file we copy.Andreas Schneider2011-08-031-1/+1
* examples: Use the src mode in scp do_copy function.Andreas Schneider2011-01-061-2/+2
* Make libssh_scp a little more consistantAris Adamantiadis2009-10-291-19/+18
* Shut up warning in libssh_scpAris Adamantiadis2009-09-231-0/+1
* Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis2009-09-131-45/+9
* 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
* First implementation of a scp transfer toolAris Adamantiadis2009-07-251-146/+192
* New example directory with the begining of a scpAris Adamantiadis2009-07-251-0/+220