magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

Have control over receiving file locations #120

Closed piegamesde closed 3 years ago

piegamesde commented 3 years ago

At the moment, the receiver always writes the file to the current working directory, and with the name from the sender. We want more control over this. On the API:

On the CLI:

This would be a good first step towards getting the current tests back into shape.