summaryrefslogtreecommitdiffstats
path: root/examples/libssh_scp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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