> i'm attempting to read in a file (.zip) within the URL command, then > unzip it into text. > How does runrev handle this type of file? > is it possible to URL ftp a zipped file and convert it without pushing > it onto the disk? >
Does it have to be zip? Rev has compression/decompression built-in but only for gz format, not zip. However it allows you to read a file into a variable, compress the variable and then upload it. You can also download into a variable, decompress and then do whatever you need. If you must use zip, have a look at the shell command ditto, otherwise check the Rev compress & decompress commands. HTH, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
