On 6/15/07, Ramil Galib <[EMAIL PROTECTED]> wrote: > I want to download a file which changes over time (due to upgrades) on the > command line. [snipped]
If you have control over the server, you should use rsync instead of regular http download. rsync will get the changes from the file on the server, download only the changes, and apply it on the local copy. -- Gideon N. Guillen [EMAIL PROTECTED] _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

