this post was submitted on 27 May 2025
63 points (93.2% liked)
Open Source
37447 readers
951 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you actually use Linux then I would appreciate an answer to the following question: Can I transfer a (pirated) PC game on my phone to Linux via either localsend or FTP Server? And how difficult is it to do?
I mean if the game is in standard files on the phone... sftp server is more or or less enabled by default, or 1-2 commands to turn on in most linux distributions ("sudo systemctl enable sshd --now" would do it on distro's that don't have it on by default). and plenty of sftp clients available for ios and android. I've never used localsend, but it's pretty explicitly cross platform, snap is default on ubuntu based ones so in their examples it would install from the single command "snap install localsend".
Now running the game assuming it's a made for windows one, just requires wine to be installed. Which is default on some distro's, or a checkbox or single command to install on others, but unlikely to be a huge challenge.
I don't know about local send specifically, but KDE Connect will do that. And if you have an FTP client on your phone, then yes you can easily spin up an FTP server on your local network and transfer files that way