An open API service indexing awesome lists of open source software.

https://github.com/dillonstreator/sshttp

sshttp - a file transfer server that bridges SSH and HTTP
https://github.com/dillonstreator/sshttp

filetransfer golang http-server ssh-server

Last synced: 10 months ago
JSON representation

sshttp - a file transfer server that bridges SSH and HTTP

Awesome Lists containing this project

README

          

# sshttp

sshttp is a lightweight and efficient file transfer server that bridges the gap between SSH and HTTP protocols. It allows you to securely transfer files by accepting input via SSH and producing a URL that can be accessed to stream the contents of the SSH connection directly into the HTTP response.

![sshttp demo video](./sshttp.gif)

## Contributions

Contributions are welcome! If you encounter any issues, have feature requests, or would like to contribute code, please feel free to submit a pull request or open an issue.