summaryrefslogtreecommitdiffstats
path: root/examples/libssh_scp.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Check return value of fstat().Andreas Schneider2013-07-141-1/+4
| | | | CID #743297
* examples: Make sure we have a valid scp pointer.Andreas Schneider2013-07-141-1/+9
| | | | CID #1032343
* 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
| | | | Fixes sparse warnings.
* examples: Fix permissions of the file we copy.Andreas Schneider2011-08-031-1/+1
| | | | Thanks to Baptiste Marchand.
* examples: Use the src mode in scp do_copy function.Andreas Schneider2011-01-061-2/+2
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* 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
| | | | Still needs to be debugged and improved but the idea it there
* 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
| | | | The sample is now able to scp a file
* Got the scp sample to workAris Adamantiadis2009-08-091-13/+39
| | | | Problem was that the terminal was not needed, and some nul bytes were to be read.
* First implementation of a scp transfer toolAris Adamantiadis2009-07-251-146/+192
| | | | Doesn't work yet. I've got a headache and debugging doesn't help.
* New example directory with the begining of a scpAris Adamantiadis2009-07-251-0/+220