Skip to main content

All Questions

Tagged with
-1 votes
1 answer
2k views

Trying to download multiple files with curl, files does not exist error

im having issues with curl again i am trying to understand https://unix.stackexchange.com/questions/243134/curl-download-multiple-files-with-brace-syntax but i do not understand it whatsoever the ...
NeatPace's user avatar
1 vote
0 answers
284 views

Curl downloads files with html body

The issue is when using curl to download a file that is readable like .ini or .txt it downloads the file but when inspecting its content it has a html body with the original file's code embedded ...
Digitas Merero's user avatar
1 vote
1 answer
1k views

Download from a redirect using wget or curl

I want to download something from https://www.articy.com/en/downloads/server/. The link I have to click to download the file is https://www.articy.com/download/articyserver3. I tried using curl -OJL ...
Deses's user avatar
  • 250
1 vote
1 answer
1k views

I want to download a 1.2 GB file, but the transfer always fails at 1.08 GB. Is it possible to download the file in two pieces?

I can download 1.08 GB of the file without any difficulty, but the download invariably fails at that point. I am fairly sure this is because nginx writes temp files to disk before sending them to the ...
Custom Soundtrack's user avatar
0 votes
1 answer
3k views

Download blocked in Firefox, Chrome and Edge. "Couldn't download - network issue"

I'm running into a problem on Windows 10 where URLs of a certain type can't be downloaded in Firefox, Chrome or Edge. The URLs look like "http://localhost:8080/6/58/37.pbf". Using Curl (on ...
Steve Bennett's user avatar
2 votes
2 answers
9k views

How to download a file from private GitHub repo via the command line

I'd like to find an easier way to grab a file from a private GitHub repository. I managed to download a file via curl by creating a personal access token on GitHub, and then using it like this: curl ...
Simone's user avatar
  • 145
1 vote
0 answers
602 views

Is it possible to download an MKV file starting from half-way over HTTP?

I have an MKV video file that I need to download starting form half-way through. The video encoded as h264, the audio is encoded as AAC. Normally HTTP downloads sequentially so if your download speed ...
Baa's user avatar
  • 451
1 vote
2 answers
7k views

How to download a single file from local BitBucket server using cURL or wget, not cloning the repo

I am trying to download a single file from BitBucket on the linux server. I do have access to the repositories when I try to access it from the web, so it is not permissions issue I used to be able ...
adbdkb's user avatar
  • 131
0 votes
2 answers
1k views

Download multiple pdf files by using cmd (Windows Command Prompt)

I'm looking for a way to download multiple pdf by using a "single" command in cmd (e.g. from here). So far I learned how to download a single file by using: curl URL -o name.pdf EDIT: I'd ...
Gennaro Arguzzi's user avatar
0 votes
1 answer
151 views

How to download this kind of embedded video?

I wanted to download this video, i tried chrome dev-tool to isolate the url. Then searched it; but it showed me this why i cant download this video? is there any alternate method?
AL vees's user avatar
0 votes
0 answers
1k views

curl error TCP connection reset by peer when download DataStax Studio 2.0

I am trying to download DataStax Studio 2.0 on a server. I am using the curl command as follows: curl -L \ https://downloads.datastax.com/datastax-studio/datastax-studio-2.0.tar.gz What happens is ...
formicaman's user avatar
2 votes
1 answer
12k views

Using cURL to download a web stream

I am trying to download a streaming audio feed, from an online radio station. The station used to operate on a MP3 shoutcast feed, but now has upgraded to an AAC HTTP audio feed. I used to use "...
gunter's user avatar
  • 121
1 vote
1 answer
2k views

Copying download link to curl does not work

I'm downloading an ISO image with Opera browser on Linux: I get the download link by right click: Then I want to use curl on Linux console, but I cannot: curl -O https://software-download.microsoft....
Megidd's user avatar
  • 270
1 vote
0 answers
296 views

Searching on Website from commandline "Please verify you are a human"

I am using bash to search for a term in a website and I get the following message (instead of the website): Please verify you are a human Access to this page has been denied because we believe you ...
Porcupine's user avatar
  • 473
1 vote
1 answer
11k views

curl to download file located at github

I would like to donwload openjdk11 using cURL from github but the download stops just after few seconds, this is what I tried: curl -o openjdk11.tar.gz https://github.com/AdoptOpenJDK/openjdk11-...
akuma8's user avatar
  • 115

15 30 50 per page