Messages - Cyeb [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 10next
1
N.A.N.Y. 2011 / Re: NANY 2011 Release: Partial Download
« on: January 03, 2011, 09:55 PM »
@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.

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.html
And 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!

2
N.A.N.Y. 2011 / Re: NANY 2011 Release: Partial Download
« on: January 02, 2011, 07:14 PM »
Yeah, I'll agree, it's pretty nice nonetheless.

3
N.A.N.Y. 2011 / Re: NANY 2011 Release: Partial Download
« on: January 02, 2011, 06:10 PM »
My mistake...I meant to say cURL instead of wget.

-r/--range <range>

(HTTP/FTP/SFTP/FILE) Retrieve a byte range (i.e a partial document) from a HTTP/1.1, FTP or SFTP server or a local FILE. Ranges can be specified in a number of ways.


http://curl.haxx.se/docs/manpage.html

4
Very Important:

This application is not going to be useful to many people

You kidding me?  I'm definitely using this!  Maybe I should start my own "Boy Takes Picture of Himself Everyday for 10 Years" thingy.  :P

Edit:  First impressions:  Wow, I'm loving it.  It's pretty nice.  Could this program maybe be portable?
Edit2:  The scroll bar is messing up.  The theme disappears when you drag it.

5
N.A.N.Y. 2011 / Re: NANY 2011 Release: Partial Download
« on: January 01, 2011, 08:11 PM »
Haven't you heard of wget?  :P

Pages: [1] 2 3 4 5 6 ... 10next
Go to full version