summaryrefslogtreecommitdiffstats
path: root/src/scp.c
Commit message (Collapse)AuthorAgeFilesLines
* scp: Fixed documentation bug #9Aris Adamantiadis2011-09-021-2/+6
| | | | (cherry picked from commit 99e6fde751365f0f3508ce9e1899d28ca4c3edb3)
* Fixed ssh_scp_write so it works when doing recursive copyEinar Floystad Dorum2011-08-081-11/+19
| | | | | | | | | | | | | There where two issues with ssh_scp_write: 1) It did not write a status message after the last write and OpenSSH would then give up after the write finished. 2) OpenSSH would sometimes write a status message, after near ends write. If scp_write didn't handle it, and subsequent status message. The remote window would shrink to zero and ssh_channel_write would start returning 0. Signed-off-by: Einar Floystad Dorum <einarfd@mailthief.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 01c4b713dc57d16612c3b61e1857fb982623dd12)
* scp: Fix potential infinite loop in ssh_scp_closeMark Riordan2011-04-141-1/+1
| | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 5939cfe78af88710fb88f93ee435b78b93022f4e)
* scp: Fixed a build warning on Windows.Andreas Schneider2011-01-021-1/+1
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+752