aboutsummaryrefslogtreecommitdiff
path: root/examples/libssh_scp.c
AgeCommit message (Collapse)AuthorFilesLines
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