On Thu, 2004-12-02 at 15:48, Raj Shekhar wrote: > skbachheti wrote: > > can some on tell me > > > > what is the name of software to download very big file > > so that if the net get disconnect, still u can continue from there > > > > > wget - GNU Wget is a free utility for non-interactive download of files > from the Web. It has a -c switch which can continue getting a > partially-downloaded file. This is useful when you want to finish up a > download started by a previous instance of Wget, or by another program. > For instance: > wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
wget -b -C "URL" will continue download even after you log off and come back next day! HTH -- Sudev Barar Learning Linux _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
