Crate sn_cli

Source

Modules§

utils

Structs§

AccountPacket
An AccountPacket object allows users to store and manage files, wallets, etc., with the ability and tools necessary to keep an instance tracking a local storage path, as well as keeping it in sync with its remote version stored on the network. A Client and a the location for a funded local hot-wallet are required by this object in order to be able to connect to the network, paying for data storage, and upload/retrieve information to/from the network.
ChunkManager
Manages the chunking process by resuming pre-chunked files and chunking any file that has not been chunked yet.
Estimator
FilesUploadSummary
The result of a successful files upload.
FilesUploader
Combines the Uploader along with the ChunkManager
UploadedFile
The metadata related to file that has been uploaded. This is written during upload and read during downloads.

Constants§

UPLOADED_FILES
Subdir for storing uploaded file into

Traits§

FilesUploadStatusNotifier
A trait designed to customize the standard output behavior for file upload processes.

Functions§

download_file
download_files