[Status: offline] SAFE Network Testnet - Vaults from home with IGD - Iteration 2

I didn’t try running a vault since my router didn’t work on the last test. But I did try some file upload and download tests.

Time to upload various file sizes (in seconds)

Test 1K 900K 5M
1 3.344 11.404 36.414
2 3.437 72.426 44.263
3 3.593 11.846 42.984
4 3.558 11.573 43.234
5 3.304 11.781 69.693

Time to download (only 1 test of each size)

1K: 2.575s
900K: 12.887s
5M: 57.364s


The AccessDenied error would benefit a lot from a hint. This is the error:

$  safe files put /tmp/1k.dat
[2020-07-16T23:47:28Z ERROR safe] safe-cli error: [Error] NetDataError - Failed to store Public Sequence data: Data error -> Access denied - CoreError::DataError -> AccessDenied

A hint such as Try logging in with "safe auth login --self-auth" would be really helpful as a suggestion for how to solve this problem.


Help could do with some extra info, I really struggled to work out how to upload files.

This command would benefit from listing the --self-auth flag.

$  safe auth login help
error: Found argument 'help' which wasn't expected, or isn't valid in this context

USAGE:
    safe auth login [FLAGS] [OPTIONS]

For more information try --help

This line in the help would benefit from mentioning the --self-auth flag

$  safe auth help
...
login          Send request to a remote Authenticator daemon to log in to a SAFE account
...
8 Likes