Echoloader is a Rust application that allows you to upload a file over a telnet connection.
- Upload files over telnet
- Progress bar to track the upload progress
- Hex escape functionality for input strings
- Rust 1.31 or later
To build the project, use the following command:
cargo build --release
This will create a release build of the project.
After building the project, you can run it with the following command:
cargo run --release
To run the tests, use the following command:
cargo test
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.