Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Check return value of fstat(). | Andreas Schneider | 2013-07-14 | 1 | -1/+4 |
| | | | | CID #743297 | ||||
* | examples: Make sure we have a valid scp pointer. | Andreas Schneider | 2013-07-14 | 1 | -1/+9 |
| | | | | CID #1032343 | ||||
* | examples: Check return value of fileno(). | Andreas Schneider | 2013-06-19 | 1 | -1/+5 |
| | |||||
* | examples: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -1/+9 |
| | |||||
* | examples: Fix a use after free in scp example. | Andreas Schneider | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | examples: Make variables static in scp example. | Andreas Schneider | 2012-02-19 | 1 | -4/+4 |
| | | | | Fixes sparse warnings. | ||||
* | examples: Fix permissions of the file we copy. | Andreas Schneider | 2011-08-03 | 1 | -1/+1 |
| | | | | Thanks to Baptiste Marchand. | ||||
* | examples: Use the src mode in scp do_copy function. | Andreas Schneider | 2011-01-06 | 1 | -2/+2 |
| | | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/ | ||||
* | Make libssh_scp a little more consistant | Aris Adamantiadis | 2009-10-29 | 1 | -19/+18 |
| | |||||
* | Shut up warning in libssh_scp | Aris Adamantiadis | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Cycle the fetchs, remove the ssh_connect function | Aris Adamantiadis | 2009-09-13 | 1 | -45/+9 |
| | |||||
* | add support for local output, scp input | Aris Adamantiadis | 2009-09-13 | 1 | -35/+109 |
| | | | | Still needs to be debugged and improved but the idea it there | ||||
* | Begin of scp reading in example | Aris Adamantiadis | 2009-09-13 | 1 | -0/+17 |
| | |||||
* | some tweaks of scp example | Aris Adamantiadis | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Latest scp code | Aris Adamantiadis | 2009-08-10 | 1 | -68/+25 |
| | | | | The sample is now able to scp a file | ||||
* | Got the scp sample to work | Aris Adamantiadis | 2009-08-09 | 1 | -13/+39 |
| | | | | Problem was that the terminal was not needed, and some nul bytes were to be read. | ||||
* | First implementation of a scp transfer tool | Aris Adamantiadis | 2009-07-25 | 1 | -146/+192 |
| | | | | Doesn't work yet. I've got a headache and debugging doesn't help. | ||||
* | New example directory with the begining of a scp | Aris Adamantiadis | 2009-07-25 | 1 | -0/+220 |