Application Name | Partial Download |
Version | 1.0.2 |
Short Description | Downloads first few bytes of a given url. |
Supported OSes | Windows with Command Prompt support |
Web Page | https://sites.google...ite/partialdownload/ |
Download Link | Click on "Download" on main web page |
System Requirements | - WinXp or higher with Command Prompt support
|
Version History | - 1.0.2, Console mode for background download
|
Author | Anand K Gupta |
DescriptionYou see I needed an application to "partial download" a file, specially large movie file, from a given url.
Reason: This is a season of wishing each other and sending some thing to smile big or small. My mail group and individual friends send me sometimes movie file, which contains, say a funny situation of a couple on gift purchase. I do smile after watching it. So far so good. Now the problem is, another of my friend sends me the same movie but in different name and he writes only "Enjoy!". This file happens to be 84MB!! Just imagine my face after downloading on paid connection, I find the same movie, albeit in better and bigger resolution, but same.
So I need to download the first few bytes, say 1MB, of the same and check it in GOM Player. If I have watched it earlier or if it is not of my liking, I will not download it.
I searched and could not find any file down-loader which I can tell to download just 1MB or so of the file. If I cancel a download in middle, the file gets deleted. Forget about using it as background job.
Solution: I made "Partial Download" console application. This is a console application and so requires CMD (Command Prompt) support to run.
FeaturesDownloads first few bytes of given url. Best for partially downloading a huge movie file and checking it for it worthiness to download full.
Planned FeaturesDepends on feedback
UsageInstallationUnzip zip file in a folder of your choice and run the exe in a console window (command prompt).
Using the ApplicationSyntax:
"partial download" url [bytes_to_download]
where bytes_to_download defaults to 1.5 MB
Example:
"partial download"
http://filehost.com/abcd.flv"partial download"
http://filehost.com/abcd.flv 1500000
UninstallationDelete the folder you unzipped the exe in.
Known IssuesDo not have any window/GUI interface