STORJ - Command Line Tool for encrypted file transfer on the Storj network
Contents
Bugs
Report bugs to https://github.com/Storj/libstorj/issues
Version 1.0.2 August 30, 2017 STORJ(1)
Commands
register
setup a new storj bridge user.
import-keys
import existing user.
export-keys
export bridge user, password and encryption keys.
list-buckets
lists all buckets from the current user.
list-files<bucket-id>
lists all files from the specified bucket.
remove-file<bucket-id><file-id>
removes specified file from specified bucket.
remove-bucket<bucket-id>
removes specified bucket.
list-mirrors<bucket-id><file-id>
lists all mirrors where the specified bucket and file is stored.
upload-file<bucket-id><file-path>
uploads specified file to the specified bucket in the network.
download-file<bucket-id><file-id><path>
downloads specified file and stores localy in the specified path.
Description
CLI Tool for file transfer on the Storj network, it provides an interface for
setting up users profiles, work with buckets and files, download and
upload files and get information from the Storj API
Environment
STORJ_KEYPASS
imported user settings passphrase
STORJ_BRIDGE
the bridge host
STORJ_BRIDGE_USER
bridge username
STORJ_BRIDGE_PASS
bridge password
STORJ_BRIDGE_PASS
bridge password
STORJ_ENCRYPTION_KEY
file encryption key
Name
STORJ - Command Line Tool for encrypted file transfer on the Storj network
Options
-h, --help
show help message and exit
-V, --version
show program's version number
-u--urlURL
set the base url for the api
-p--proxyURL
set the socks proxy (e.g. <[protocol://][user:password@]proxyhost[:port]>)
-l--logLEVEL
set the log level (default 0)
-d--debug
set the debug log level
Synopsis
storj [<options>] <command> [<args>]
