When using the 'get' command to retrieve multiple files, when they already
exist you are prompted as follows:
The local file "test.dat" already exists.
Local: 11945960 bytes, dated Tue Nov 19 11:25:24 GMT 2002.
Remote: 15000000 bytes, dated Tue Nov 19 11:25:24 GMT 2002.
[O]verwrite? [R]esume? [A]ppend to? [S]kip? [N]ew Name?
[O!]verwrite all? [R!]esume all? [S!]kip all? [C]ancel >
Choosing the R! option (resume all), the first file is resumed correctly,
but the second and subsequent files are not. In fact, the local file is
written to starting at the end of the currently-downloaded section, but the
local file is retrieved from the start. This results in corrupted files.