summaryrefslogtreecommitdiff
path: root/doc/todo/add_sftp_backend.mdwn
blob: 386fec3c8a4784986463daed329a31c6c8583455 (plain)
1
2
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.