Add new command, scp-help, which teaches users how to use SCP. Since it will show up in the command list, that should make this behavior more discoverable.
I also slightly cleaned up send and receive so that they don't fail with index-out-of-range errors and added an (extremely generous) timeout for for looking up the relays so it doesn't just hang forever.
E-951 - teach people how to use SCP
Add new command,
scp-help
, which teaches users how to use SCP. Since it will show up in the command list, that should make this behavior more discoverable.I also slightly cleaned up
send
andreceive
so that they don't fail with index-out-of-range errors and added an (extremely generous) timeout for for looking up the relays so it doesn't just hang forever.How I tested it
Nothing to test.