servalproject / serval-dna

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.
http://servalproject.org
Other
171 stars 80 forks source link

CLI options for private file transfer #93

Closed jonashoechst closed 8 years ago

jonashoechst commented 8 years ago

Rhizome allows to send all its payloads encrypted. With this commit we present a command line option which exposes this feature for files.

lakeman commented 8 years ago

This should already be possible using the command line since e633c0fa0a00978d058b5cd620448761a4762b1a

jonashoechst commented 8 years ago

So, how can one send private rhizome files, based on your commit? Could you tell me the command?

lakeman commented 8 years ago

Essentially the command already allows you to provide " ... add file ... sender=[SID] recipient=[SID]" as command line arguments. For example the test function "test_AddManifestArgs()" in the above commit uses this syntax to supply a name and date value.

jonashoechst commented 8 years ago

We did not recognize this option. Nevertheless i think it's not easy to see this feature from "servald help". Thanks for helping out.