Hey,
I’m looking for suggestions on how to efficiently transfer content to my Oracle Cloud VPS.
What I’ve Tried:
Telegram Bot: I set up a Telegram bot that saves files locally on the server.
Pros: Easy to use, quick access to files from Telegram.
Cons: Limited to what’s available on Telegram, and uploading is slow and impractical.
aria2c: I attempted to use aria2c but couldn’t get it to work properly. Is it possible that Oracle Cloud is blocking P2P communication like torrents?
What I Need:
A more convenient method to transfer content to my VPS. I haven’t been able to get torrents to work, so any alternative solutions would be appreciated. Additionally, if you know of any direct download sites for content like movies and shows that don’t use P2P, that would be helpful.
Thanks in advance!
EDIT: while there are plenty of ways to get stuff from my computer to the VPS (and I’ll try some of them), I thought to get things directly to the VPS. it has fast and stable internet connection, unlike my laptop.
I don’t quite understand the use case. Where are you trying to transfer from? PC? Smartphone (what kind?)? From devices you don’t control?
I use rsync to transfer from, PC, Android and other servers. It works well for my use case.
let’s say I have found a new show I wanna watch, and host in my Jellyfin server. Let’s say I found a good magnet link. I don’t have it anywhere yet, so I’d prefer to download it directly to the server.
and not to my computer and then send to the server.
My torrent client is transmission. It has many ways to do what you ask.
First there’s a web ui which I can access from my pc or mobile. I can input the magnet link there and download.
Transmission also has an RPC client, and because of that many third party clients exist for it. Android apps, CLIs, etc. For all of which, i paste the magnet link and download.
EDIT: I believe Oracle cloud has something against P2P downloads, but I don’t remember what exactly.
yeah and other people here warned me about that so ig I’ll drop that idea.
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
orrsync
? You could even use Samba or FTP if you really wanted to (not recommended).Just trying to understand the problem.
my internet is just not all that stable or fast. so day I wanna get there (my server) a big file, downloading it and then using ssh to upload it sounds like big trouble. if my connection suddenly shuts, or my computer goes in sleep mode.
So I’m thinking of ways to download directly to my server, without needing to send the files from my laptop.
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?
I use rsync to transfer files between my VPS and computer. Don’t torrent on Oracle Cloud without a VPN, they will terminate your account.
thanks I’ll take that into consideration!
I’ll try giving rsync a try
Syncthing
Torrents do work, but be careful if you use any public trackers your IP can get a copyright notice and Oracle takes it seriously, your instance can get shut down.
For transferring files i find sshfs to be the fastest and simplest method.
thanks!
For movies and shows to a VPS, I’d install a command-line IRC client (like weechat) and get stuff using XDCC.
I used to have a bot that uploaded stuff to Google drive and mega for plebs on Reddit to download, and that what the bot used to get the content in the first place.