ocdownloader icon indicating copy to clipboard operation
ocdownloader copied to clipboard

I like to set curl instead of aria2c

Open NerdSnapper opened this issue 3 years ago • 0 comments

Steps to reproduce

  1. install fresh instance of Nextcloud (latest)
  2. install ocdownloader app
  3. change to curl instaed of aria2c

Expected behaviour

ocdownload gui should show, that curl ist used instead of aria2c

Actual behaviour

still shows aria2c is used

Server configuration

Operating system: Alam Linux 8

Web server: Apache2

Database: SQListe

PHP version: 7.4

Nextcloud version: (see Nextcloud admin page) 22.x (latest)

Updated from an older Nextcloud/ownCloud or fresh install: fresh install

Where did you install Nextcloud from: From here: https://download.nextcloud.com/server/releases/nextcloud-22.1.1.zip

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or 

Insert your config.php content here. 
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Are you using external storage, if yes which one (currently not supported by ocDownloader): local/smb/sftp/... no

Are you using encryption (currently not supported by ocDownloader): yes/no no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no

LDAP configuration (delete this part if not used)

LDAP config
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

ocDownloader configuration:

Which downloader are you using: Curl/Aria2

Do you use a proxy: Yes/No no

Which protocols do you allow: FTP/HTTP/Bittorrent/Youtube youtube

Client configuration

Browser: FF (latest)

Operating system: Win10 (latest)

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
Insert your Nextcloud log here

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

NerdSnapper avatar Sep 03 '21 15:09 NerdSnapper