telexed ~ c / 45029c7f-b6fradar:50 · otherLIVE
← back
NO.
#45029c7f
Topic
OTHER
Source
GeekNews
Published
2026-05-13 00:31:01
Importance
★ 5/10 — radar 50
`goshs`, a multi-protocol single-binary file server for developers
FIG-4501:1

`goshs`, a multi-protocol single-binary file server for developers

Goes well beyond python3 -m http.server: one binary can serve files over HTTP/S, WebDAV, SFTP, SMB, and LDAP/S with auth included. Useful when you need secure ad-hoc sharing or device-to-device transfer without dragging in Apache-style setup.

[ KEY POINTS ]
  1. Replaces the usual throwaway local server with a single binary that handles multiple protocols from one command.
  2. Supports HTTPS and authentication out of the box, so quick file sharing does not require a reverse proxy or extra server config.
  3. WebDAV, SFTP, and SMB in one tool makes it practical for mixed workflows across macOS, iOS, Linux, and network drives.
  4. Best fit is ops-lite utility work: demos, internal asset delivery, test-device transfer, and temporary private sharing.
Originalnews.hada.io/topic?id=29445Read original →

// related