summaryrefslogtreecommitdiffstats
path: root/examples/libssh_scp.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fix permissions of the file we copy.Andreas Schneider2011-08-031-1/+1
| | | | | Thanks to Baptiste Marchand. (cherry picked from commit 15ebbad146d980a33cd14e9fe4d99b4a7f69a46b)
* 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