I’m no Oracle Cloud expert but I’m wondering how Telegram fits into transferring files.
Is there a reason you’re not using traditional tools like ssh
or rsync
? You could even use Samba or FTP if you really wanted to (not recommended).
Just trying to understand the problem.
If you’re thinking specifically of torrents, then a seedbox or torrents are probably more your speed. I forgot which community I was in for a second.
As far as large files go, I feel you. I have a NAS at home that I share with friends but my residential internet upload speed is slow. What I’ve ended up doing is opening a Storj account and mirroring the NAS to it. Not sure if this is relevant (at all).
Maybe someone else can comment here, but there’s got to be some dead simple web interface you could host where you copy/paste a URL and it downloads it… maybe just
wget
orcurl
from the host instance?