18,362 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
76
views
System.Net.WebException: The remote server returned an error: (426) Connection closed
Can anyone help please?
I'm trying to write a C# desktop app which will access a FTP server and fetch a file. For development, I have one remote FTP server and one on my LAN.
I can access both using ...
0
votes
2
answers
95
views
How to Download Large Zip (4GB>) Through aiofiles, aiohttp
What happens? I get a timeout error most of the time. Sometimes, "Response payload is not completed". If I were to download this through the site button, it takes around an hour (no issue). ...
0
votes
1
answer
115
views
How to download files from an API in React Native (Expo SDK 54)?
I am building a React Native app with Expo SDK 54. I want to download a file (e.g., PDF or image) from my API and save it on my device. I am not sure how to handle the file download and save it using ...
0
votes
1
answer
96
views
Error in flush at downloading file with VB.Net
I'm trying to download files through a popup window. Most of files download correctly, but some one through this error:
Error in /Controladores/Descarga.ashx?guid=4b5050f6-2f69-41e1-8bd6-1113686e9575
...
0
votes
2
answers
99
views
Vaadin DownloadHandler return 403
I have some set of custom icons. They are stored in resources in a separate module from the main vaadin application.
To upload the iconset, I use SvgIcon with the specified ВownloadHandler.
public ...
1
vote
0
answers
165
views
How to download the output folder on Kaggle?
I wrote a notebook on Kaggle and imported a dataset.
The main content of the notebook is as follows:
%%bash
pip install xxx # Install dependencies
if [ ! -d "/kaggle/working/latex-ocr-...
2
votes
1
answer
88
views
How can I make pdfcrowd script to save on Windows Downloads Folder instead of the site folder [closed]
I am trying to create a page with pdfcrowd, which works well. The issue I have is that it saves the created PDF file inside the site folder.
I want it to save to the Windows Downloads Folder instead. ...
0
votes
0
answers
48
views
curl_exec download fails if filename contains +sign [duplicate]
I am using following code to trigger download from browser on button click:
header("Content-Disposition: attachment; filename=".$_GET['name']);
$url = $_GET['name'];
$url= ...
Toniq's user avatar
- 5,158
0
votes
1
answer
141
views
Download data from a page in R with php code and URL : no CRS in Tif file
I was partially able to download the spatial data from a website : https://cfs.cloud.nrcan.gc.ca/bmfid/bmfid.php?species=Agrilus+planipennis&modelingProcess=maxent&period=2041-2070&...
0
votes
1
answer
82
views
DownloadButton in nested Shiny module UIOutput is inactive
When working on a larger app that has Shiny modules that include modules themselves, I've noticed that I can't put a downloadbutton in a renderUI call without it being disabled. Here's an example:
...
0
votes
0
answers
121
views
Splitting Spool by pages and download in ABAP
My customer has the request, that a spool with for example 10 Pages need to be downloaded by separated pages.
Let ́s say, that the Spool has 10 pages and at every two pages I need to split the Spool ...
2
votes
0
answers
114
views
Browser (Chrome, Firefox) cancels download stream prematurely, after 5 seconds
I have a function that is streaming a csv file for the client to download. I find that after 5 seconds, the browser will terminate the connection. I have used postman and curl, and it completes the ...
0
votes
1
answer
143
views
How can I resume downloading file from where it left off without using the HTTP Range header and avoid re-downloading already received bytes? [closed]
I’m working on a downloader in Python using requests. My goal is to resume downloading large files after an interruption (e.g., crash or network failure).
✅ My constraints:
I already have part of the ...
-1
votes
2
answers
217
views
How to use Python to download a pdf file from a link (not button!)
How to use python to download a pdf file from a "Download PDF" link on a web page and save it to a local folder? If I move cursor to the link and right click "inspect" I got ...
0
votes
2
answers
136
views
Downloadable product served dynamically by external PHP script gives "file not found"
In my WooCommerce shop I need to sell digital files (JPEG images) that are dynamically served by a PHP script. (This is because the images come from a huge remote catalogue with 10,000s of images, ...