max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
168 stars 30 forks source link

--continue option? #2

Closed grncdr closed 9 years ago

grncdr commented 9 years ago

A handy technique for speeding up build scripts using wget is the -c (continue) option. This tries to resume a download if the local file is already present, and if the file is already complete, does nothing. Even without continuation support, an option to skip downloading if the local file already exists would be useful. What do you think?

max-mapper commented 9 years ago

good idea! I dont want to backfill all the crazy wget options but I would be happy to accept a PR for this one

grncdr commented 9 years ago

I agree regarding supporting all the wget options. There's a PR for this now :D

max-mapper commented 9 years ago

published new version, and added you as a collaborator on github + npm