Tagged articles
3 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2024 · Mobile Development

Multiple Ways to Download Files to an Android SD Card

This article explains the evolution of Android storage permissions and presents three practical approaches—direct SD‑card permission, DocumentFile API, and Storage Access Framework—for reliably downloading files to external SD cards across various Android versions.

Permissionsdocumentfilefile-download
0 likes · 13 min read
Multiple Ways to Download Files to an Android SD Card
php Courses
php Courses
Mar 2, 2023 · Backend Development

Downloading Remote Files in PHP Using fopen and Stream

This article explains how to use PHP's fopen function and stream handling to download remote files efficiently without loading the entire file into memory, provides a complete code example, outlines important considerations, and also includes a notice for an upcoming PHP training class.

Streambackend-developmentfile-download
0 likes · 4 min read
Downloading Remote Files in PHP Using fopen and Stream
21CTO
21CTO
Apr 21, 2020 · Fundamentals

Master Python File Downloads: Requests, Wget, urllib, Async & More

This tutorial walks through multiple Python approaches for downloading files—including simple requests and wget calls, handling redirects, large and multi‑file downloads, proxy usage, urllib/urllib3 methods, and asynchronous techniques—providing complete code snippets and practical tips for each scenario.

Pythonasynciofile-download
0 likes · 11 min read
Master Python File Downloads: Requests, Wget, urllib, Async & More