diff options
author | viric@582d0845fdeae54b262502f49509b4577a5adbf8 <viric@web> | 2016-03-09 16:44:05 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-03-09 16:44:05 +0000 |
commit | 3e8684da898994350f390eca5c15758435d0696a (patch) | |
tree | 4b8b11da960b09dfa4e0d425c6363fa3e1b17acf | |
parent | 203a6114d88e868c655b5b984456f6e9430c3091 (diff) |
-rw-r--r-- | doc/todo/add_sftp_backend.mdwn | 3 |
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. |