/vmshare

a program that lets you temporarily host a file or directory so you can download it from your virtual machine without a shared folder

Primary LanguageGoMIT LicenseMIT

VMShare MIT License

VMShare is a program that lets you temporarily host files and download them to your virtual machine (VM) without a shared folder

GIF (Sorry for the horrendous quality)

Building and running

Linux

git clone https://github.com/NotWithering/vmshare
cd vmshare
go build
./main

Windows

git clone https://github.com/NotWithering/vmshare
cd vmshare
go build
.\main.exe