Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[Proposal] RC2 Live & Static CLI Output #484
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mafintosh
Jun 15, 2016
Member
Looks great. I'd make it more clear in the output that you should share "Secret Key" with your friends.
|
Looks great. I'd make it more clear in the output that you should share "Secret Key" with your friends. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
waldoj
Jun 15, 2016
Contributor
Is the "secret" nomenclature (instead of "private") intended to avoid conflation with public-key cryptography terminology? A "secret" sounds like something that shouldn't be shared with anybody—I wouldn't guess that it's something that I could or should share with friends.
|
Is the "secret" nomenclature (instead of "private") intended to avoid conflation with public-key cryptography terminology? A "secret" sounds like something that shouldn't be shared with anybody—I wouldn't guess that it's something that I could or should share with friends. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
joehand
Jun 15, 2016
Member
@waldoj the word was inspired by https://gist.github.com/. It's not necessarily private; if the key is shared publicly then it is no longer private (even if you don't share it).
We should make it clearer that you are supposed to share that key, though maybe selectively. We could add a note similar to what gist uses: "Secret gists are hidden from search engines but visible to anyone you give the URL."
|
@waldoj the word was inspired by https://gist.github.com/. It's not necessarily private; if the key is shared publicly then it is no longer private (even if you don't share it). We should make it clearer that you are supposed to share that key, though maybe selectively. We could add a note similar to what gist uses: "Secret gists are hidden from search engines but visible to anyone you give the URL." |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mafintosh
Jun 16, 2016
Member
Someone like "Only users that have your dat link will be able to download your files"
|
Someone like "Only users that have your dat link will be able to download your files" |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@joehand How do i keep a live session open when downloading? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
joehand
Jun 16, 2016
Member
@mafintosh: @maxogden and I talked yesterday about not keeping the live connection open by default (the desktop/web may be more useful for that). If you want to update a folder via CLI you just run it again.
I don't think a --live option will work on the download side, since the user won't necessarily know if a hash is live. But if we just have an option to keep download open regardless (like we did with --seed), that may work.
|
@mafintosh: @maxogden and I talked yesterday about not keeping the live connection open by default (the desktop/web may be more useful for that). If you want to update a folder via CLI you just run it again. I don't think a |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
thadguidry
Jun 16, 2016
thadguidry
commented
Jun 16, 2016
|
Its just a "key". It opens doors, lockers, etc. Keep it simple.... "key"
nothing about private, or secret...its just a key to get access. Copy the
key, you get access...share the key, they have access when they have the
key.
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
joehand
Jun 16, 2016
Member
Updated language a bit from these suggestions

See PR #485 for full details.
|
Updated language a bit from these suggestions See PR #485 for full details. |
joehand commentedJun 15, 2016
Proposal for outputs on the CLI main four functions: share live, share static, download live, download static. (cc @maxogden @mafintosh @karissa). (Continues the conversation a bit in release rc2 issue).
Sharing
Share Live Folder
Resume Share Live Folder (same directory)
Share Snapshot
Note: Share can be done without explicit
sharecommandDownloading
Download Live
Download Snapshot
Note: Download can be done without explicit
getcommand