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
288 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
605 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
5 votes
0 answers
5k views

cURL: curl: (18) transfer closed with 96671047906 bytes remaining to read

I am trying to download a very massive file (~92Gb) using cURL: curl -L -o 'file.tar.gz' -C - http://abc.dummy/file.tar.gz and constantly getting into: curl: (18) transfer closed with ... bytes ...
Denis Kulagin's user avatar
2 votes
1 answer
3k views

curl / wget is adding an extra ^M when I append data to a file

Something is buzzing me about this. I'm trying to download two different hosts files into one, if I do this serperatly then everything is fine, but when I append the firs to the second a strange ...
AK_'s user avatar
  • 188
0 votes
0 answers
127 views

Terminal download file from automatic download

I am trying to create a script that automatically installs IntelliJ and other Jetbrain products. But my problem is that I can't download the newest version without saying which it is. I create the ...
Apatus's user avatar
  • 57
5 votes
1 answer
7k views

How to do I do a cURL HTTP Post request to download a file and then save that file?

Environment: Windows 64 cURL build C:>curl64.exe -V(ersion) - curl 7.53.1 (x86_64-w64-mingw32) libcurl/7.53.1 WinSSL zlib/1.2.8 WinIDN libssh2/1.7.0_DEV - Protocols: dict file ftp ftps gopher ...
CBruce's user avatar
  • 235
3 votes
2 answers
1k views

Recursive downloads following redirects

My goals: I want to download all *.zip files on a page where all relevant links are redirects done by a server script ( */download.php?standard=yes&file=*.zip ). I want the original link to be ...
256shadesofgrey's user avatar
0 votes
1 answer
754 views

Check MD5 of a file header hosted on a webserver

I am writing a bash script to periodically download a setup file using cURL. The problem is the following, the file is around 110 MB and always have the same filename. I can download the file, check ...
Florian Bidabé's user avatar
1 vote
1 answer
2k views

how to use curl or wget to download a text file off a website?

i am trying to access eoddata.com to download a list of stock prices at the end of everyday without having to do it myself manually. the full url i am trying to access would be something like: http://...
charles l's user avatar
1 vote
2 answers
910 views

Download a list of files and use domain name as filename

I got a bunch of files to download which works great with wget -i list_of_urls but my problem is, that wget uses the filename of the downloaded file. Is there a way (or a different tool) which is ...
PascalTurbo's user avatar
3 votes
1 answer
2k views

Bulk SFTP download of files specified by URL preserving directories

I have a list of several hundred files I need to pull via SFTP. They are located in various directories and I need them to be in the same directory setup on my local machine. It is important the files ...
Nick's user avatar
  • 45
0 votes
1 answer
393 views

Download file on unix from target url which autodownloads file on page visit

I'm trying to download a file to a unix machine on the command line. Accessing a GUI on this particular machine would be quite difficult. The file is autodownloaded when visiting the url in a web ...
Memento Mori's user avatar
1 vote
1 answer
607 views

Downloading an authenticated large file with command line tools

I need to download a file sized around 1.6GB. I's like to get it download via a command line tool like axel, wget or curl However, how can I download a file which needs to be logged in to the site ...
inckka's user avatar
  • 233
0 votes
1 answer
398 views

How to automatically save a list of files with different names?

I have a text file of URLs, each in the form of: http://domain.com/a/b/c/d.jpg I want to download all of these, but save each file under the name: c_d.jpg In other words, for each file, I want to ...
user294732's user avatar
1 vote
0 answers
5k views

How can I use Wget / Curl / Plowshare to download from 1fichier.com as a premium member? [closed]

How can I download files from 1fichier.com (I am a premium member) with the help of Wget / Curl / Plowshare (Plowdown) or other CLI / command line tool / script?
Konstantin's user avatar
1 vote
2 answers
1k views

file downloaded via firefox and curl have different size

When I download a file from this link by Firefox its size is 74580 B, But when I download it by curl with exactly all of header was sent by Firefox its size is 79891 B (I copied all header from ...
Arash Mousavi's user avatar
2 votes
1 answer
416 views

What is the curl equivalent to wget -x?

I want to use curl to save multiple files with the same local paths as would be produced by wget -x (ie, cleaned up versions of the full urls). But I can't find the right option in the curl docs. Is ...
Alex I's user avatar
  • 311

15 30 50 per page