Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

Issue with downloading a specific image file via HTTP call, resulting in a invalid file

I'm currently trying to download an image file from a specific URL using an HTTP call. However, the resulting file is always an file with invalid format, even though the image can be downloaded ...
Johan Wieffer's user avatar
0 votes
0 answers
39 views

Download link redirects to login page from firefox

I'm developing a download manager application and I came across a weird issue in regard to google drive download links. Take this link for example. On Firefox, when I click the download button and let ...
aminbhst's user avatar
  • 105
2 votes
1 answer
78 views

Failing to download pdf file from URL in java

I'm trying to download a PDF file from this particular URL https://tesco.sk/akciove-ponuky/letaky-a-katalogy/letak/2023-11-01/263/?download=1 It just hangs on receiving the response I've tried with ...
Jakub Piecuch's user avatar
0 votes
0 answers
78 views

aria2c downloading same file from HTTP and FTP in parallel doesn't work

The aria2c manpage says: Download a file from HTTP and FTP servers at the same time $ aria2c "http://host1/file.zip" "ftp://host2/file.zip" But when I try this, it says "CN:...
Geremia's user avatar
  • 5,364
0 votes
1 answer
324 views

How to (re)download file with wget only when the file is newer or the size changed?

I am downloading an archive with wget, how can I use wget to only redownload that file when the file is newer on the server or the size has changed? I'm aware of the -N flag but it doesn't work.
user5994461's user avatar
  • 6,413
0 votes
0 answers
79 views

How to stop firefox from opening "Content-Disposition: attachment"

How can I prevent Firefox from automatically opening an XML file with a "Content-Disposition: attachment" header, I only want to download it.
dawge4qd's user avatar
0 votes
0 answers
75 views

Is there a way to avoid a gsutil copy from cloud to local machine throwing a 404 midway through download?

Running gsutil cp ${gsutilURI} ${localPath} will sometimes return a 404 midway through download. Retrying the command will eventually succeed. In the script running the above command, there is a prior ...
Alex G's user avatar
  • 1
1 vote
1 answer
167 views

What's Download and Upload Packet?

Note: My question remains un-answered. After hours of reading I'm confused about download/upload speeds. Let's suppose I sent an http request to fetch an image, all websites mention this as "...
user avatar
0 votes
1 answer
287 views

How to download a file with resume support using Indy?

I have already tried code from StackOverflow, f.e. Download, pause and resume an download using Indy components. But when I try to use IdHttp1.Disconnect() in order to pause download and then resume ...
user avatar
0 votes
0 answers
693 views

Download file from URL to server including login header in NodeJS

I have a script that will download a file from a third party URL, to a local folder on my server. function download(url, dest) { const fs = require("fs"); const http = require("...
Emrik Ahlström's user avatar
3 votes
2 answers
10k views

Download files using url in javascript

I have multiple url's, pointing to different files. I want to be able to download them just by using the url string automatically with Javascript code, instead of manually going to the link and ...
venkata avinash appala's user avatar
1 vote
1 answer
779 views

Rust - downloading files via handmade tcp/http server

I'm trying to implement simple tcp/http server on Rust. Main feature is possibility to download files from server via url. As exapmple: localhost:port/root_storage/someFile.fileExt Main function: fn ...
Dkwcs's user avatar
  • 13
0 votes
0 answers
372 views

How do I download a file in chunks using NIO channels?

The server which serves the file I am downloading limits users to a 10-megabyte per second download speed. If there is any speed greater, the user will be throttled. In order to achieve this, I ...
Brandon Li's user avatar
0 votes
1 answer
733 views

Download images from Github in python

I am creating a model of image processing using Google Colab. I have a few images uploaded in a repository, lets say it has the following URL: https://github.com/repo. Instead of having to upload the ...
Pablo Ochoa's user avatar
2 votes
2 answers
4k views

How does FDM (Free Download Manager) determine a file's date and time?

I assume many of you use download managers. I use the Free Download Manager, and I like it a lot. But I am confused about how this valuable tool determines the date and time of the file it downloads. ...
Ωmega's user avatar
  • 43.2k

15 30 50 per page
1
2 3 4 5
33