Easy find all the files on a computer and put them in a ZIP file with this program.
git clone https://github.com/programORdie2/Rust-File-Stealer.git
cd Rust-File-Stealer
cargo build
cargo run
That's it!
Sets the compression type (0 none [fastest, biggest file size], 1 deflated [slower, smaller], 2cbzip [slowest, smallest file size]), default is 1.
Example:
cargo run -- --compression 0
Defines the max file size the program should copy in MB, default is 5.
Example:
cargo run -- --max_size 2
If the program should scan all mounted drives, use this flag, default is false.
Example:
cargo run -- --drives
- Currently, this project only works on windows.
- I forgot to test the drives function.
That's it, I hope you like it! Feel free to contact me if you find any bugs.