Skip to content

sansoune/cloud_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-Hosted Cloud Storage

Features

  • Secure file storage
  • CLI-based management
  • Configurable storage locations

Prerequisites

  • Rust 1.75 or later
  • Cargo package manager

Installation

git clone https://github.com/sansoune/cloud_storage.git
cd cloud_storage
cargo build --release

Usage

Start Server

cargo run --bin brain

Upload File

cargo run --bin storage-cli upload -f /path/to/file

List Files

cargo run --bin storage-cli list

Download File

cargo run --bin storage-cli download -n filename -o output_file

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit changes
  4. Push to the branch
  5. Create a Pull Request

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages