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

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

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)