# large\_files

Published articles for large\_files.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## HTTP 206 Partial Content Explained

DevFeed: [HTTP 206 Partial Content Explained](<https://devfeed.tech/articles/http-206-partial-content-explained-40155.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/inetarch/http-206-partial-content-explained/>)

Author: j2sw

Published: 2026-06-26T11:37:15Z

Content type: tutorial

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [HTTP](<https://devfeed.tech/topics/http.md>), [client](<https://devfeed.tech/topics/client.md>), [browser](<https://devfeed.tech/topics/browser.md>), [file](<https://devfeed.tech/topics/file.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cdn](<https://devfeed.tech/tags/cdn.md>), [client](<https://devfeed.tech/tags/client.md>), [file](<https://devfeed.tech/tags/file.md>), [http](<https://devfeed.tech/tags/http.md>), [http-206](<https://devfeed.tech/tags/http-206.md>), [http-codes](<https://devfeed.tech/tags/http-codes.md>), [internet-architecture](<https://devfeed.tech/tags/internet-architecture.md>), [large-files](<https://devfeed.tech/tags/large-files.md>), [range](<https://devfeed.tech/tags/range.md>), [request](<https://devfeed.tech/tags/request.md>), [server](<https://devfeed.tech/tags/server.md>), [video](<https://devfeed.tech/tags/video.md>), [web-servers](<https://devfeed.tech/tags/web-servers.md>), [web-troubleshooting](<https://devfeed.tech/tags/web-troubleshooting.md>)

### AI overview

This tutorial explains HTTP 206 Partial Content, a successful response used when a client requests only part of a file or other resource. It describes byte-range requests, the Range and Content-Range headers, and uses such as video playback, resumable downloads, and cache or CDN handling.

### Source excerpt

A browser does not always need the whole file at once. Sometimes it only needs a slice of the file. That slice might be the next part of a video or a chunk of a large object sitting behind a CDN. When that happens, the client can request a byte range instead of requesting the ... Read more The post HTTP 206 Partial Content Explained appeared first on Justin Wilson (j2sw).

## Transfer many large files from Android

DevFeed: [Transfer many large files from Android](<https://devfeed.tech/articles/transfer-many-large-files-from-android-28702.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2022/12/17/pull-files-android/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2022-12-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [adb](<https://devfeed.tech/topics/adb.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Shell](<https://devfeed.tech/topics/shell.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [android](<https://devfeed.tech/tags/android.md>), [backup](<https://devfeed.tech/tags/backup.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [disk-space](<https://devfeed.tech/tags/disk-space.md>), [dry-run](<https://devfeed.tech/tags/dry-run.md>), [files](<https://devfeed.tech/tags/files.md>), [large-files](<https://devfeed.tech/tags/large-files.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

A tutorial on using ADB to transfer many large files from an Android phone when Android File Transfer is unreliable or disk space is limited. It explains pulling files in batches and safely deleting only files that were synchronized.

### Source excerpt

Trying to get a large number of files from your Android phone, but Android File Transfer freezing up? Here's what I learned trying to pull ~170 Gb from my Pixel phone.

## send.firefox.com rocks

DevFeed: [send.firefox.com rocks](<https://devfeed.tech/articles/send-firefox-com-rocks-28165.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/firefox/2020/03/28/send-firefox-com-rocks.html>)

Author: Fuzzygroup

Published: 2020-03-28T00:00:00Z

Content type: opinion

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Firefox](<https://devfeed.tech/topics/firefox.md>)

Tags: [firefox](<https://devfeed.tech/tags/firefox.md>), [https](<https://devfeed.tech/tags/https.md>), [large-files](<https://devfeed.tech/tags/large-files.md>), [simple](<https://devfeed.tech/tags/simple.md>)

### AI overview

The article recommends Mozilla's send.firefox.com for sending large files to individuals, describing it as simple, easy to use, and powerful.

### Source excerpt

If you have to send a large file to an individual, use: https://send.firefox.com/ It is brilliantly simple, easy to use and powerful. Recommended.

## A Warning About Git LFS and Large Machine Learning Models and Automated Deployments

DevFeed: [A Warning About Git LFS and Large Machine Learning Models and Automated Deployments](<https://devfeed.tech/articles/a-warning-about-git-lfs-and-large-machine-learning-models-and-automated-deployments-28192.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/machine_learning/2019/11/14/a-warning-about-git-lfs-and-large-machine-learning-models.html>)

Author: Fuzzygroup

Published: 2019-11-14T00:00:00Z

Content type: article

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [Ansible](<https://devfeed.tech/topics/ansible.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>)

Tags: [ansible](<https://devfeed.tech/tags/ansible.md>), [automated](<https://devfeed.tech/tags/automated.md>), [git](<https://devfeed.tech/tags/git.md>), [git-lfs](<https://devfeed.tech/tags/git-lfs.md>), [large-files](<https://devfeed.tech/tags/large-files.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [models](<https://devfeed.tech/tags/models.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

The author reports that an automated Ubuntu 18 and Ansible deployment installed Git LFS after cloning a repository, but a subsequent git pull did not download a large machine learning model. Deleting the repository and performing a manual clone downloaded the full model, raising concerns about Git LFS in automated deployments.

### Source excerpt

Github has a maximum size of 50 mb per file under management. And that normally works just fine - until the age of machine learning. Machine learning models are big, staggeringly big. I'm currently working on a project where the underlying model is like 830 + mb. Now when you have large files, git has a facility called "Git LFS" (large file support) and they purport that it is the solution but, well, it really, really isn't. Here's what I just ran across (platform is Ubuntu 18 and Ansible): I have a playbook that handles git clone / git update. When you initially install, the git clone only brings down the non lfs files. I then remembered the lfs issue and modified the playbook to install lfs and run the per repository installation command (cd into your repo directory and then git lfs install). The next stage in the playbook did a git pull and my expectation was that the pull would bring in the large model. Unfortunately it did not so I had a real wtf moment. I then logged into the machine manually and deleted the repo and cloned it manually. And, voila, I got the full model coming down. Before Git LFS Install du -hcs hate-language-modeling/ 16K 0hate-language-modeling/ 16K total After Git LFS Install Using Manual Git Clone du -hcs hate-language-modeling/ 836M hate-language-modeling/ 836M total Conclusion Given the importance of automated deploys, this really makes me concerned about using git lfs moving forward. Yes it is wonderful that I can run the per repository installation command and have it work even after the directory is installed but the git pull, after that command was run, should have brought down the entire model.