aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-13SCP warning requestAris Adamantiadis1-2/+3
2009-09-13scp recursive modeAris Adamantiadis1-1/+4
2009-09-13add scp_download.c exampleAris Adamantiadis2-2/+149
2009-09-13Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis1-45/+9
2009-09-13Refactored the connect_ssh example functionAris Adamantiadis3-1/+66
into a new file
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-30Fix project name in examples.Andreas Schneider1-2/+2
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 Adamantiadis5-0/+467