On 10/11/07, joebert jacaba <[EMAIL PROTECTED]> wrote:
>
> i used wget and unfortunately i was having connection problems. wget
> stalled and reconnected on its own but i saw a message "Partial
> Content" which i interpreted as a resume feature. but after the task
> was finsihed i get these three files. now, how could i safely join
> these three. the sum of each of the file's size is the correct file
> size.
>
> -rw-r--r--  1 joebertj joebertj  82M Oct 10 11:21 xxxxxxx_Disk2.zip
> -rw-r--r--  1 joebertj joebertj  37M Oct 10 15:17 xxxxxxx_Disk2.zip.1
> -rw-r--r--  1 joebertj joebertj 395M Mar 27  2003 xxxxxxx_Disk2.zip.1.1
>

When using wget to download files or whatever, append the -c or --continue
switch e.g.,

$ wget --continue http://foo.com/foofile

in order for you to have the resume function in case there's a connection
problem like you've mentioned.

-- 
http://jangestre.wordpress.com
_________________________________________________
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

Reply via email to