aboutsummaryrefslogtreecommitdiff
path: root/examples/libssh_scp.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-19examples: Check return value of fileno().Andreas Schneider1-1/+5
2013-06-19examples: Fix a possible memory leak.Andreas Schneider1-1/+9
2013-06-13examples: Fix a use after free in scp example.Andreas Schneider1-1/+1
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-4/+4
Fixes sparse warnings.
2011-08-03examples: Fix permissions of the file we copy.Andreas Schneider1-1/+1
Thanks to Baptiste Marchand.
2011-01-06examples: Use the src mode in scp do_copy function.Andreas Schneider1-2/+2
Found by clang-analyzer http://test.libssh.org/clang-analyzer/
2009-10-29Make libssh_scp a little more consistantAris Adamantiadis1-19/+18
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-13Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis1-45/+9
2009-09-13add support for local output, scp inputAris Adamantiadis1-35/+109
Still needs to be debugged and improved but the idea it there
2009-09-13Begin of scp reading in exampleAris Adamantiadis1-0/+17
2009-08-12some tweaks of scp exampleAris Adamantiadis1-1/+1
2009-08-10Latest scp codeAris Adamantiadis1-68/+25
The sample is now able to scp a file
2009-08-09Got the scp sample to workAris Adamantiadis1-13/+39
Problem was that the terminal was not needed, and some nul bytes were to be read.
2009-07-25First implementation of a scp transfer toolAris Adamantiadis1-146/+192
Doesn't work yet. I've got a headache and debugging doesn't help.
2009-07-25New example directory with the begining of a scpAris Adamantiadis1-0/+220