
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On Sun, 14 Oct 2007 09:29:10 GMT, Roedy Green
<see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :
>See the code for download at
>http://mindprod.com/products1.html#FILETRANSFER
for giant files, you need ether to be able to restart part way through
or you need to transfer in chunks, perhaps a meg each. Then combine
them when all done. You also want to compress them.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
heather.fraser@gmail.com - 15 Oct 2007 13:45 GMT
> >See the code for download at
> >http://mindprod.com/products1.html#FILETRANSFER
Thank you. I shall take a look.
> for giant files, you need ether to be able to restart part way through
Yes, that's a good point. This is turning out to be not such a trivial
upload question after all.
> or you need to transfer in chunks, perhaps a meg each. Then combine
> them when all done. You also want to compress them.
Giant files tend to be binaries so I'm not sure the compression is
going to help that much, is it ?
Thanks for the help,
Heather.
Lew - 15 Oct 2007 14:22 GMT
> Giant files tend to be binaries so I'm not sure the compression is
> going to help that much, is it ?
Binary files compress. Typical binaries, like visual images or program code,
display enough regularity for compression to be effective.
Encrypted or already-compressed files are another matter.

Signature
Lew