Discover Packages
github.com/notwithering/vmshare
command
module
Version:
v0.0.0-...-5a3eec9
Opens a new window with list of versions in this module.
Published: Apr 21, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
VMShare
VMShare is a program that just starts an http file server at the 1st argument. VMShare is meant to be used inbetween a host computer and a virtual environment without using shared folders.
VMShare acts a read-only shared folder over http.
Installing
go install github.com/notwithering/vmshare@latest
Example Usage
$ echo "heyy kiddo" > test.txt
$ vmshare &
Sharing at http://127.0.0.1:8080
$ curl 127.0.0.1:8080/test.txt
heyy kiddo
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.