You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this, curl didn't get complete responses:
nextcloud_share_url_downloader.sh https://nextnuc.gbiomed.kuleuven.be/index.php/s/TOKEN
Enter NextCloud share password:
Listening content of "https://nextnuc.gbiomed.kuleuven.be/index.php/s/TOKEN?path=" via WebDAV:
- NextCloud host URL: nextcloud_host_url="https://nextnuc.gbiomed.kuleuven.be"
- NextCloud share token: nextcloud_share_token="TOKEN"
- NextCloud share subdir: nextcloud_share_subdir=""
Give list of file numbers to download and or directories to list: 2
Error: File or dir number "2" does not exist.
This can be overcome by adding the argument --insecure to the curl command.
I'm not a web developer so I'm not entirely aware of the consequences of using --insecure with curl.
The text was updated successfully, but these errors were encountered:
I got a security thread from the
https://nextnuc.gbiomed.kuleuven.be
and checked their SSL certificate with https://whatsmychaincert.com/.Because of this,
curl
didn't get complete responses:This can be overcome by adding the argument
--insecure
to the curl command.The text was updated successfully, but these errors were encountered: