This is a http server for file upload and download from a server it's running on, access through it IP address and port 8080 , i.e http://<IP Addresss>:8080
- Large file support: Up to 32GB uploads
- File download capability
- Compact binary: Small executable size
- Cross-platform: Linux, macOS, and Windows support
- We fixed Downloads folder path location
- Fixed Download functionalty
- IP address and url support
- Upload UI reactivitiy
For Linux:
curl -L -C - -o fileserver https://github.com/imrany/fileserver/releases/download/v0.2.0/fileserver-linux
chmod +x fileserver
./fileserverFor macOS:
curl -L -C - -o fileserver https://github.com/imrany/fileserver/releases/download/v0.2.0/fileserver-darwin
chmod +x fileserver
./fileserverFor Windows:
curl -L -C - -o fileserver.exe https://github.com/imrany/fileserver/releases/download/v0.2.0/fileserver-windows.exe
fileserver.exeThis is a handy tool to quickly spin up a file server for transfers. Once you run it, it should start a local web server where you can upload/download files through a web interface.