I think I like your gzip method best, as then I can controll the 
decompression in Revolution.   I'm still having some trouble getting the decompressed 
file 
to be usable, however.   So far, this part gets the file and decompresses it:


put decompress(URL "http://www.librarytools.com/InstallAIM4.7.gz";) into URL 
"binfile://InstallAIM4.7"


But unfortunately what comes back isn't usable.   It does appear to be the 
right file-size, however, so I think I'm close.   I have a feeling this is one 
of those Mac OS X resource-fork issues.




In a message dated 11/3/04 1:31:23 AM, [EMAIL PROTECTED] writes:

put URL "http://www.librarytools.com/InstallAIM4.7.gz"; into URL 
"binfile://InstallAIM4.7"
> Rob,
> 
> I don't know what you're trying to do, but, one way is to use stuffit
> to compress and libURL for the download/upload. StuffIt works great and
> preserves the MacOS resource forks. Another way, is to use gzip
> compression, you can script a stack to compress something using gzip
> and to upload/download the file to the server...
> 
> cheers
> andre
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to