Skip to content

Add Tahoe-LAFS `upload` and `download` helpers

Jean-Paul Calderone requested to merge 235.backup-and-recovery.tahoe-apis into main

Related to #235. The replication and recovery system will need to upload data to Tahoe storage servers for replication and download it again for recovery.

This adds very basic upload and download functions which are at least a pretty good step in that direction.

These are both inspired by the implementations in GridSync, though ultimately they're pretty simple functions.

Merge request reports