- Secure file storage
- CLI-based management
- Configurable storage locations
- Rust 1.75 or later
- Cargo package manager
git clone https://github.com/sansoune/cloud_storage.git
cd cloud_storage
cargo build --releasecargo run --bin braincargo run --bin storage-cli upload -f /path/to/filecargo run --bin storage-cli listcargo run --bin storage-cli download -n filename -o output_file- Fork the repository
- Create your feature branch
- Commit changes
- Push to the branch
- Create a Pull Request
MIT License