https://github.com/allape/gohtvfs
Virtual File System over HTTP in golang
https://github.com/allape/gohtvfs
ftp golang http vfs
Last synced: 5 months ago
JSON representation
Virtual File System over HTTP in golang
- Host: GitHub
- URL: https://github.com/allape/gohtvfs
- Owner: allape
- License: mit
- Created: 2024-10-12T08:54:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:56:24.000Z (12 months ago)
- Last Synced: 2025-04-02T21:37:50.436Z (10 months ago)
- Topics: ftp, golang, http, vfs
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VFS over HTTP
FYI, not thread safe.
## Adapted Server
- [dufs](dufs.go): https://github.com/sigoden/dufs
- GET
- PUT
- PATCH
- MKCOL
- DELETE
- COPY
- MOVE
## Usage
- [dufs_fs_test.go](dufs_fs_test.go)
- [dufs_read_test.go](dufs_read_test.go)
- [dufs_write_test.go](dufs_write_test.go)
- [httpfs_test.go](httpfs_test.go)