kvatyr 🇺🇦
Primitive file sharing tool that also answers the eternal question "How to share files from Linux to Mac?"
Pros:
- Easy install, easy use, easy remove
- No configs
- No garbadge left in the system
- Primitive as dirt
Cons:
- Security level - N/A
- Your granny probably will not manage to use it
- Primitive as dirt
- Browser installed on the target machine
- Both source and target machines are in the same local network, Wi-Fi etc.
- Not being afraid of terminal
- Optionally a lot of anger on the fact that there is not easy way to send files directly to Mac iOS machines 👺
Check the latest release and find an executable for you.
Use terminal.
Give the executable execution permissions:
chmod u+x kvatyr-Linux-x86`
Then you can run kvatyr with the default params. By default kvatyr runs on port 8080 and shares the directory it's called from.
./kvatyr-Linux-x86
Or you can specify optional port and folder to share.
./kvatyr-Linux-x86 --port=8090 /home/user/folder_to_share
When app is started you will see a message with a link to access kvatyr similar to
Serving files from /home/user/Downloads
Available at:
http://192.168.0.102:8080
This message means that you can open the link at any device in the same network and access the directory from browser.
There may be more links if the app finds some more IP addresses on your device - just try them all.
I had no chance to test, so feel free to explore and update this section. Open source innit?
Security is important - so please read this text carefully.
The app allows to connect without authentication. It means that when you're on Wi-Fi everyone can get the access to the shared files, same for local network.
The connection is not encrypted and not private, it can be scanned, identified, hijacked, intercepted etc.
In short you data is not protected during the transfer. Completely.
Q: Why to use this instead of SMB or FTP?
A: If you wish - do. I just needed something quick and simple for my home network without configuring something system invasive.
Q: How to use it if it's so insecure?
A: I will not give recommendations but I have certain preconditions to run it. Run only on the network I control (normally home network or phone hotspot). The network should not have my hackerman neighbor to sniff your traffic. Run the tool not longer than needed. Don't leave the tool working on the background. Prepare a separate directory with the files share and run the tool only on that directory. And still it's not secure, you just need to accept some grade of risk.
Q: Will the tool be improved?
A: Who knows, who knows...
Q: What's NAQ?
A: Never asked questions, obviously :)