On 28/11/08 at 14:34 +0100 Tiemo Hollmann TB apparently wrote:
Hello again,
tracking it down it looks like the problem is not the decompress but the
simple download and I don't find the fault ;(
I did the compress like:
put compress(URL ("binfile:" & it)) into URL ("binfile:" & it & ".gz")
1. compressing and decompressing a local file works fine.
2. uploading the compressed file, downloading it with a ftp program and
decompressing it, works fine
3. uploading the compressed file (with ftp), downloading it anyhow with
put URL "http://myDomain/s05822.gz"; into URL binfile:myPath\s05822.gz"
or with load URL and put URL into URL changes the bytes of my file, so that
the decompress can't recognize the format anymore.
Do I have to tell the put URL or load URL that it has to handle a compressed
binfile? Or where is my fault? I don't see the wood anymore because of the
trees (german saying)
Thanks for any hints
Tiemo

Have you tried to save the downloaded file to disk (before attempting to decompress it) and compare whether it is indeed the same as the compressed file you uploaded?

Robert
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to