Looking for a remote downloaded app

Does anyone know of an app for Android that sends a download link to a remote server (linux) and have it downloaded by the server? So you click a download link in the browser on the phone and it gets sent to the server to be downloaded.

I can do this with torrents but I’m looking for a way to do it with regular files.

You can copy the link, SSH to a server and use wget with the URL, it's really that simple, just has a few more clicks to it.

I'm wondering if Tasker and maybe some additional packages can automate this.

Well yeah, but I want something that will do all that automatically.

Just wanted to see if anyone knew of anything it I guess it was kind of a long shot.

I have been wondering this for a long time.

Maybe someone creates an app that can make a small file with a link inside it, then sends that file via scp to a specific folder that pulls it down from a cron refresh. Probably not much help but maybe there's an app capable of that now?

There's also the "send to google drive" extension for chrome that can sync either files or maybe the aforementioned link-file thing?