Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Plugin Request. Direct Download

Featured Replies

Hi.

 

I have been always wanted a plugin that will allow me to download files from the internet directly to my server. like the idea of transmission plugin.

 

all what you have to do is insert the file URL in the plugin page and the plugin will take care of downloading it directly to the server without the need of having your pc to be turned on.

 

thank you.

 

 

 

 

Hi.

 

I have been always wanted a plugin that will allow me to download files from the internet directly to my server. like the idea of transmission plugin.

 

all what you have to do is insert the file URL in the plugin page and the plugin will take care of downloading it directly to the server without the need of having your pc to be turned on.

 

thank you.

You really don't need a plugin

 

Log in via telnet

type

wget -O /mnt/disk1/wherever_you_want_the_file/file_name //path/to/external/download/url

  • Author

Thank you and you are right.  ;D

 

 

but it will be much easer if there was a plugin to serve the purpose instead of going to telnet and writing command line.

Thank you and you are right.  ;D

 

 

but it will be much easier if there was a plugin to serve the purpose instead of going to telnet and writing command line.

Agreed, but you still need to know the external URL and where you want to write it to, so about all you save from typing is "wget -O"

 

In any case, it is a trivial plugin to write.  Why not give it a try.

 

Joe L.

I like the idea. Shouldn't be all that hard If CURL is compiled into PHP all the basics are there.

 

Some kind of field for the output directory. (Which is cached from the last invocation).

Some kind of field for the input URL.

a button do to an ls -l on the output directory.

 

I like the idea. Shouldn't be all that hard If CURL is compiled into PHP all the basics are there.

 

Some kind of field for the output directory. (Which is cached from the last invocation).

Some kind of field for the input URL.

a button do to an ls -l on the output directory.

And some logic to ensure important files (or existing files) are not overwritten.  Or at least warn users.

Otherwise, you've just allowed anyone to overwrite anything (add viruses, overwrite passwords, system utilities, etc)

I like the idea. Shouldn't be all that hard If CURL is compiled into PHP all the basics are there.

 

Some kind of field for the output directory. (Which is cached from the last invocation).

Some kind of field for the input URL.

a button do to an ls -l on the output directory.

And some logic to ensure important files (or existing files) are not overwritten.  Or at least warn users.

Otherwise, you've just allowed anyone to overwrite anything (add viruses, overwrite passwords, system utilities, etc)

 

 

Without a doubt. If I were to do something like this it would have a dedicated configurable directory just for uploads/downloads.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.