{"id":33185528,"url":"https://github.com/aertslab/nextcloud_share_url_downloader","last_synced_at":"2026-01-12T15:47:24.439Z","repository":{"id":78506795,"uuid":"142031599","full_name":"aertslab/nextcloud_share_url_downloader","owner":"aertslab","description":"Download files from and list content of NextCloud (password protected) share directly from the command line without needing a webbrowser.","archived":false,"fork":false,"pushed_at":"2024-06-18T14:21:02.000Z","size":14,"stargazers_count":19,"open_issues_count":4,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-18T17:42:37.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aertslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-07-23T15:13:47.000Z","updated_at":"2024-06-18T14:21:06.000Z","dependencies_parsed_at":"2024-01-07T21:02:14.575Z","dependency_job_id":null,"html_url":"https://github.com/aertslab/nextcloud_share_url_downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aertslab/nextcloud_share_url_downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aertslab%2Fnextcloud_share_url_downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aertslab%2Fnextcloud_share_url_downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aertslab%2Fnextcloud_share_url_downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aertslab%2Fnextcloud_share_url_downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aertslab","download_url":"https://codeload.github.com/aertslab/nextcloud_share_url_downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aertslab%2Fnextcloud_share_url_downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284861038,"owners_count":27075155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-16T05:00:20.093Z","updated_at":"2025-11-17T10:01:36.214Z","avatar_url":"https://github.com/aertslab.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"transfer\"\u003e\u003c/a\u003eData transfer"],"sub_categories":[],"readme":"# Nextcloud share URL downloader.\n\n## Purpose\n\nDownload files from and list content of NextCloud (password protected) share\ndirectly from the command line without needing a webbrowser.\n\n\n## Installation\n\n```bash\n# Clone this repository.\ngit clone https://github.com/aertslab/nextcloud_share_url_downloader\n\ncd nextcloud_share_url_downloader\n```\n\n\n## Usage\n\n```bash\n# Ask for password:\n./nextcloud_share_url_downloader.sh \u003cnextcloud_share_url\u003e\n\n# Provide the password as an argument:\n./nextcloud_share_url_downloader.sh \u003cnextcloud_share_url\u003e \u003cnextcloud_share_password\u003e\n```\n\n\n## Examples\n\n### Download password protected file(s)\n\n```bash\n# Download/list password protected file(s) by providing the password as argument:\n./nextcloud_share_url_downloader.sh \\\n    \"https://nextcloud.example.com/index.php/s/c56Ci4EpLnjj9xT\" \\\n    \"my_nextcloud_share_password\"\n\n# Download/list password protected file(s) by providing the password when being prompted for it:\n./nextcloud_share_url_downloader.sh \\\n    \"https://nextcloud.example.com/index.php/s/c56Ci4EpLnjj9xT\"\n```\n\n\n### Download/list unprotected file(s)\n\n```bash\n# Download/list unprotected file(s) by providing an empty password as argument:\n./nextcloud_share_url_downloader.sh \\\n    \"https://nextcloud.example.com/index.php/s/c56Ci4EpLnjj9xT\" \\\n    \"\"\n\n# Download/list unprotected file(s) by providing an empty password when being prompted for it:\n./nextcloud_share_url_downloader.sh \\\n    \"https://nextcloud.example.com/index.php/s/c56Ci4EpLnjj9xT\"\n```\n\n\n### Download/list password protected file(s) from a subdirectory\n\n```bash\n# Download/list password protected file(s) from a subdirectory:\n./nextcloud_share_url_downloader.sh \\\n    \"https://nextcloud.example.com/index.php/s/c56Ci4EpLnjj9xT?path=subdir\" \\\n    \"my_nextcloud_share_password\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faertslab%2Fnextcloud_share_url_downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faertslab%2Fnextcloud_share_url_downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faertslab%2Fnextcloud_share_url_downloader/lists"}