Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 906 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 906 Bytes

Echoloader

Echoloader is a Rust application that allows you to upload a file over a telnet connection.

Features

  • Upload files over telnet
  • Progress bar to track the upload progress
  • Hex escape functionality for input strings

Prerequisites

  • Rust 1.31 or later

Building the Project

To build the project, use the following command:

cargo build --release

This will create a release build of the project.

Running the Project

After building the project, you can run it with the following command:

cargo run --release

Running Tests

To run the tests, use the following command:

cargo test

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.