Skip to main content

All Questions

Tagged with
1 vote
1 answer
42 views

Saving a base64 code into a folder gives me a failed image and cannot open it with PHP

I am trying to save an image into a folder of my project, and file is saved but wrong, making it impossible to see or open. First of all, I get the image through a form where base64 image code is ...
NewFactRevealed's user avatar
0 votes
0 answers
24 views

curl download: waiting on task and then downloading, all in one command

The DepMap database facilitates downloads of "custom" data like "Expression Public 23Q4" with a task system: First curl: gives a task ID Second curl using the task ID: gives a ...
Intrastellar Explorer's user avatar
1 vote
1 answer
169 views

How can I use wget to download a list of links from NOAA NCEI?

I need to download public bathymetry data from NOAA NCEI. Often, this means I need to download hundreds of small files to later be stitched together. NOAA NCEI has a tool for this -- "request ...
Evan Lahr's user avatar
0 votes
0 answers
26 views

Downloaded file using CURL does not contain data

I am trying to download a zip file through command prompt using the curl command. Here I am getting a zipped folder with no data in it curl --user username:password -O https://artifactory.mas.............
Priyanka Gokave's user avatar
0 votes
0 answers
195 views

I'm having trouble downloading files from command-line

When I'm trying to download this file or the same file, on MEGA, the file which is transferred is 7Kb instead of the expected 2.2Mb. Command and file. This is the command I tried: curl -o ...
Vix's user avatar
  • 1
0 votes
2 answers
84 views

Batch file to capture information from a website

I want to get these informations from this website : 1. Day 2. Month 3. Year 4. Time https://www.timeanddate.com/worldclock/fullscreen.html?n=37 how can i do this? The best way would be to save all of ...
Executioner's user avatar
0 votes
0 answers
520 views

The following code generates JavaScript heap out of memory. Why and how to solve it?

The following code seems like very simple, but I have no idea why it generates a "heap out of memory" when size is bigger. The nodejs v18.12.1 is using. #!/usr/bin/node import fs from "...
Chan Mo-Che's user avatar
0 votes
1 answer
420 views

getting HTML content while using Curl command to download file from github

I am running following command to fetch the content of file from github curl -H 'Authorization: token XXXXXX' -H 'Accept: application/vnd.github.v3.raw' -o file.txt -L https://github....
Swapnil's user avatar
1 vote
1 answer
590 views

How to get response headers with `download.file`?

I have R 4.20+, so I believe utils::download.file is using capability libcurl. I can get the headers of a url with base::curlGetHeaders(url). Is there a parameter I can pass in download.file to return ...
mshaffer's user avatar
  • 973
0 votes
0 answers
121 views

Access denied error while downloading file using php

I am trying to download below file using php on server, but getting "Access denied error" https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY I have used below code: $url_name =&...
user2398785's user avatar
1 vote
1 answer
49 views

How to import WHO air quality .xlsx database?

I have been trying to use download.file in order to import but it keeps getting errors: utils::download.file(url = "https://cdn.who.int/media/docs/default-source/air-pollution-documents/air-...
Fredie Didier's user avatar
0 votes
0 answers
189 views

How Download File in php for Big Size

I should download Big file video with size 200mb in local pc drive. The code is correct for medium size but fail with big size with return ERR_INVALID_RESPONSE. I have tried also with readfile and ...
Corrado Marchetti's user avatar
0 votes
0 answers
196 views

what I'm missing here with curl/bash?

Yo there, I'm trying to use curl to download/upload files to rapidgator.net. But download is the most important task; in the past I've done this easily, but now it is downloading only the front page. ...
avelardo's user avatar
  • 175
0 votes
2 answers
2k views

Download File on Webpage via Windows CMD/Power Shell

just as the title states, I'd like to download a file from the internet, specifically the download on this webpage. I have looked into using Invoke-WebRequest, curl, and certutil. All of these options ...
Benjiboy50Fonz's user avatar
-1 votes
1 answer
135 views

Cannot download from terminal with curl -O [closed]

I try to download the something-something dataset onto a server with the command line. It is split into multiple parts, the small introduction file is for example downloaded here: I tried to download ...
spadel's user avatar
  • 1,036

15 30 50 per page
1
2 3 4 5
23