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

Separate occ command? #139

Open fladi opened 10 months ago

fladi commented 10 months ago

First of all, thanks for this great plugin! We are using it to pull large scientific datasets (often several TiB) into our Nextcloud instance. This works perfectly fine for the download, but since those download can take several hours to complete, they will block the cronjob during this time. Would it make sense to provide the option to execute the downloads in a separate occ command?

danth commented 10 months ago

Yes, that would make sense. I want to keep it in the cron job by default so that the plugin doesn't require any external setup, but it should be possible to have an option to run downloads from a separate command.