I: [weps-devel] WEPS Zip archive creation
Status: Beta
Brought to you by:
aleix
|
From: Nicola <ni...@li...> - 2003-05-08 13:29:38
|
Just one more thing! There's a problem when trying to compress files with spaces, I think weps pass arguments to the compressor (tar) without putting file names=20 Between "" or ''. Can you fix this too? Thank you a lot Nick. -----Messaggio originale----- Da: wep...@li... [mailto:wep...@li...] Per conto di Nicola Inviato: gioved=EC 8 maggio 2003 15.21 A: wep...@li... Oggetto: R: [weps-devel] WEPS Zip archive creation DO IT! Easy and very useful update :) Nick -----Messaggio originale----- Da: wep...@li... [mailto:wep...@li...] Per conto di Aleix Conchillo Flaque Inviato: gioved=EC 8 maggio 2003 15.13 A: wep...@li... Oggetto: Re: [weps-devel] WEPS Zip archive creation "Nicola" <ni...@li...> writes: > I was trying to patch inc/packfiles.php to make it work with linux > "zip" command instead of tar, but I'm finding difficulties, >=20 > anyone can help? >=20 > Aleix is there a chance to make it? :-) >=20 zip -q - files_to_compress | cat this will output the compression to the standard output, so it can be retrieved by passthru() like it is done now with tar. if you want, i can add it and upload a 0.2.8 version. i would add a <select> <option>tarball file</option> <option>zip file</option> </select> and then a download button (like now). what do you think? aleix ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ weps-devel mailing list wep...@li... https://lists.sourceforge.net/lists/listinfo/weps-devel ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ weps-devel mailing list wep...@li... https://lists.sourceforge.net/lists/listinfo/weps-devel |