Skip to main content

Questions tagged [download]

Receiving data to a local system from a remote system, or to initiate such a data transfer. Do not use this tag for question asking where to download off-site resource.

download
1 vote
1 answer
314 views

FastAPI - How to specify filename when downloading bytes content using Response class?

I need to download files stored in MongoDB (and not in file system) using FastAPI. I use FastAPI's Response class for this, because FileResponse can only be used if files are in the file system. ...
0 votes
0 answers
16 views

How can I export all submission attachments with the OpenReview API?

I have access to the program chairs console of a venue in OpenReview. I followed https://docs.openreview.net/how-to-guides/data-retrieval-and-modification/how-to-export-all-submission-attachments: ...
9 votes
3 answers
7k views

What is the easiest way to download a file out of an ECS container to local machine?

I need to do some heap dumps and it would be great to have an easy (and fast) way to get the files as seamless as possible. Current way doing it is: Create file Optional: Upload SSH key to EC2 ...
0 votes
0 answers
12 views

Download file via sftp in one go [closed]

I have a 6 Mb file that I need to download via sftp. Problem is that the filesystem I want to download to doesn't allow to write to existing files. Meaning that if the file is downloaded in chunks it ...
0 votes
1 answer
34 views

How to Download a PDF from Power BI Report in Flutter?

I'm working on a Flutter project where I've integrated a Power BI report. The report is generated based on an API call that I make, and it displays correctly in my app using a WebView package. The UI ...
119 votes
15 answers
242k views

Python: download files from google drive using url

I am trying to download files from google drive and all I have is the drive's URL. I have read about google API that talks about some drive_service and MedioIO, which also requires some credentials( ...
0 votes
1 answer
53 views

How to download a csv file programmatically

I have a URL to a CSV file. The size of the file is 300kb with 2700 rows and 15 columns. I have tried multiple things in Python and C# but ending with the exception Remote end closed connection ...
0 votes
2 answers
58 views

How to get data from NSE using Python

I am trying to get data (file) from NSE website. Recently, NSE changed the data format and switched to UDiFF format. But since then, the below sample code has not worked. Can anybody give some ...
0 votes
0 answers
13 views

How can I get progress updates for enqueued files in flutter background_downloader?

I am a flutter beginner and wish to work on a podcast app for a church. I am trying to implement a download functionality with background_downloader package. I have implemented the download alright ...
41 votes
6 answers
29k views

How to check file size before opening?

How can I check the size of a file before I load it into R? For example: http://math.ucdenver.edu/RTutorial/titanic.txt I'd like to use the optimal command to open a file based on the file's size.
-1 votes
2 answers
302 views

How to get IP addresses from ip2location database?

I have downloaded IP2Proxy™ LITE database in csv format, below is the data in it could anybody please help me how to read the ip addresses using python or powershell as it seems in plain number. Also ...
0 votes
0 answers
23 views

Page Size Error Loading Bigquery table into R Studio

Using the bq_table_download() function to download a table that has only 408,000 rows. Seems way to small to be getting a page size error, but this is the error message I get. Downloading first chunk ...
-3 votes
1 answer
28 views

Downloading eBook from Webviewer [closed]

I want to download the book from the folowing link of web viewer. next page of book is available after clicking the flip arrow. Can I download the whole book in Pdf or any other format? https://www....
2 votes
1 answer
9k views

Mac OSX Catalina - Safari won't download files, not enough free space when plenty

I've had a search on the forums and the internet but couldn't find an answer to my issue. Just updated my OSX to Catalina. I'm having a problem with Safari, when I try and download a file it tells me ...
1 vote
1 answer
3k views

How to download a remote file in PHP fast?

I found this script in php.net which allows the users to download a local file. Whenever I try to use a protocol at the front of the file name, PHP can't find the file. I have enabled allow_url_fopen ...

15 30 50 per page
1
2 3 4 5
1235