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
If there is a file named ls-lR.Z in the current directory, Wget will assume that it is the first portion of the remote file, and will ask the server to continue the retrieval from an offset equal to the length of the local file.
There is a kwget also, which provides a GUI frontend to the whole thing, but I am not sure how good it is.
--
,-.___,-. Raj Shekhar
\_/_ _\_/ System Administrator, programmer and slacker
)O_O( home : http://rajshekhar.net
{ (_) } blog : http://rajshekhar.net/blog/
`-^-' work : http://netphotograph.com
_______________________________________________ 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]/
