HermesFS is a modular file server designed to simplify the process of transferring files to and from remote machines. It offers GET and POST functionality, along with a simple yet powerful command structure to enhance server-side operations.
- GET and POST file operations
- Modular architecture for easy feature additions
- Simple command structure for server-side operations
- Python 3.x
- Clone the repository
git clone https://github.com/HufferSec/HermesFS.git
- Navigate to the project directory and install dependencies
cd HermesFS
pip install -r requirements.txt
- Run the server script
python server.py
- (Optional) install into path
ln -s /opt/HermesFS/hermesfs.py /usr/local/bin
Detailed usage instructions and examples will be updated soon.
Feel free to contribute to this project. Please check the LICENSE for more details.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the LICENSE file for details.