summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:13:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-09 13:13:28 -0400
commit6bfe4583b9b598f91deb83d72a1e986eba3fabbf (patch)
treee010cbf54b0b9381b32efd4c215759eb88b6db00 /doc/todo
parentde667a0583a375a1990525088a8db3f7daaa7894 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/add_sftp_backend.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/add_sftp_backend.mdwn b/doc/todo/add_sftp_backend.mdwn
new file mode 100644
index 000000000..386fec3c8
--- /dev/null
+++ b/doc/todo/add_sftp_backend.mdwn
@@ -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.