https://github.com/skillfulelectro/em_webshare
Simple and easy to use web based file sharing app
https://github.com/skillfulelectro/em_webshare
cli client css file-sharing go golang html http js network server
Last synced: 10 months ago
JSON representation
Simple and easy to use web based file sharing app
- Host: GitHub
- URL: https://github.com/skillfulelectro/em_webshare
- Owner: SkillfulElectro
- License: mit
- Created: 2024-12-18T07:50:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:58:51.000Z (about 1 year ago)
- Last Synced: 2025-02-15T20:41:25.562Z (12 months ago)
- Topics: cli, client, css, file-sharing, go, golang, html, http, js, network, server
- Language: Go
- Homepage: https://github.com/SkillfulElectro/em_webshare.git
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# em_webshare
- Simple and easy to use web based sharing file app
## Goal
- install an App on one device , share to all of the devices
## How to use
- before starting anything , both of the devices must be in same network
- server user : just build em_webshare and start it using
```sh
./em_webshare
```
it will host a web server on the first available port it finds , now check for your ipv4 in the preferred network in windows you can use ipconfig command .
now you can use
```sh
upload /path/to/your/file/or/dir
```
or
```sh
up_dir path/to/dir/which/you/want/to/save/shared/files/from/client/user
```
you can upload multiple files and directories , they will be awaited till user click download button , First Added First Downloaded
- client user : open your browser on http://ipv4:port of the server user , for sending choose folder or file and select press send button , for downloading what client uploaded just press download button , if server user uploads a directory applications which works like IDM cannot download the file use browsers its own Downloader
**⚠️in server side check if OS firewall is not blocking the app⚠️**
**new version for each platform is builded automatically and is downloadable from artifacts**