danth / transfer

Transfer files into Nextcloud from a URL
https://apps.nextcloud.com/apps/transfer
GNU Affero General Public License v3.0
28 stars 3 forks source link

Allow entering a list of urls #120

Open ShuriZma opened 1 year ago

ShuriZma commented 1 year ago

Description

Allow the user to input a list of urls or maybe even a file containing multiple urls. The list should then probably use a line break as a seperator, meaning one url per line or something (since pretty much most other characters and symbols could possibly be used in urls)

Use case

Makes the process of downloading multiple files a lot faster. Having a list of maybe even multiple hundreds of urls would take a lot of time when having to input them one at a time.

Currently got a list of 490 urls and best way for me to get through that list right now would be to use jdownloader on my server, download the first batch and check for files larger than 4GB splitting them up into multiple archive parts and then uploading them to my nextcloud, delete the first batch and so on. Would be great if I could just easily queue them all for download directly on my NC without having to queue 490 urls one at a time.