Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2016-03-09 13:13:28 -04:00
parent c6f81e8ef5
commit 0cdd4f9f58
Failed to extract signature
7 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1,3 @@
A sftp backend would be nice because gpg operations could be pipelined to the network transfer, not requiring the creation of a full file to disk with gpg before the network transmission, as it happens with rsync.
There should be some libraries that can handle the sftp connections and transfers. I read that even curl has support for that.