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
- Host: GitHub
- URL: https://github.com/dillonstreator/sshttp
- Owner: dillonstreator
- Created: 2023-07-06T05:18:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T02:21:19.000Z (over 2 years ago)
- Last Synced: 2025-05-22T02:11:40.427Z (about 1 year ago)
- Topics: filetransfer, golang, http-server, ssh-server
- Language: Go
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.