ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2011

NANY 2011 Release: Partial Download

<< < (3/4) > >>

anandcoral:
Thanks mouser for the gHacks link and thank you all for the encouragement. I feel honored.  :)

@Cyeb, yes I have mentioned about wget on the web site, as similar but not with the partial option. I checked the curl web site but it also do not have this intentional partial download option. Please correct me if I am wrong. I did googled before developing "partial download" application, but could not find one.

@Stephen66515 thanks for feedback. I will try to implement youtube option.

I have the gui, download from file (having urls listed on separate lines) etc. option on drawing board, but I want NANY 2011 to complete first.

Anand

kyrathaba:
Congrats on the gHack recognition, Anand!

Cyeb:
@Cyeb, yes I have mentioned about wget on the web site, as similar but not with the partial option. I checked the curl web site but it also do not have this intentional partial download option. Please correct me if I am wrong. I did googled before developing "partial download" application, but could not find one.
-anandcoral (January 03, 2011, 11:18 AM)
--- End quote ---

Well.. Actually cURL does include a partial download, as stated in my comment up there.  I downloaded cURL from here:

--- ---http://curl.haxx.se/download.htmlAnd tried both Partial Download and cURL on this image here:

--- ---https://www.donationcoder.com/cssimages/topbanner_website.png
Here's an example on getting 1500 bytes for both programs:

--- ---curl https://www.donationcoder.com/cssimages/topbanner_website.png -r 0-1500 > topbanner_website.png

"partial download" https://www.donationcoder.com/cssimages/topbanner_website.png 1500

Anandcoral, both programs have their own benefits, of course.  Partial Download has much easier syntax to understand as well as (hopefully in the future :D) the possibility of a partial Youtube video download.  cURL provides more flexibility, but is a bit harder to understand.

I hope I don't offend you by posting here, but you know.  The facts are the facts, and cURL did get there 12 years before you did.  ;)  But like I said, your software may open up the possibility for partial Youtube downloads, which cURL can not do, so it wasn't all for nothing!  Keep up the good work!

anandcoral:
Thanks kyrathaba.

Cyeb, yes, cURL can download partial in various range. Looks like "partial download" was destiny that Google did not show me the page, else I may not have made it.

"partial download" uses different logic so hopefully will work on all type of http connection, old or new, and I will try to add features missing but wanted in it, like Youtube.

No, I did not get offended, but was clarifying that I did not found in my search.

Praise and criticism are like day and night in programming life, and similarly both are needed for a healthy application. I just need to light some candles (add useful features) to reduce the darkness. If we had not critisised Vista, we had not got Win7 so soon. So keep posting the feedback  :)

Regards,

Anand

anandcoral:
Can I put the link of this "Donationcoder" page on the PD web page ?

If yes, what image I can use of "Donationcoder" ? Also I request to put link of the main "donationcoder.com"

if no, well, thanks.

Anand

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version