Seite 2 von 3
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 23.06.2011 22:24
von X0r
Keine Ahnung, da müsste man evtl. eigene Performance-Tests machen.
Ich hatte da mal diverse Tests gemacht. Die goldene Mitte unter Berücksichtigung der Puffer-Größe, des Zeitaufwands beim Packen/Entpacken sowie der Kompressionrate habe ich dabei jedoch nicht finden können.
Bin für wertvolle Informationen diesbezüglich sehr dankbar!
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 24.06.2011 12:00
von RSBasic
Dein Code funktioniert bei mir auch, gefällt mir. Danke fürs Teilen.

Re: PipiFax-ZIP-Include [all OS]
Verfasst: 25.06.2011 12:00
von rolaf
RSBasic hat geschrieben:Dein Code funktioniert bei mir auch, gefällt mir. Danke fürs Teilen.

Schließ mich hier mal an, funkt auch bei mir Bestens.

Re: PipiFax-ZIP-Include [all OS]
Verfasst: 13.03.2012 00:01
von DROOPY
Thanks a lot

Re: PipiFax-ZIP-Include [all OS]
Verfasst: 29.04.2012 19:22
von HeX0R
Update
Zip-Dateien, die die Extrafields benutzten wurden nicht korrekt entzippt (Fehler von DROOPY gemeldet).
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 29.04.2012 21:06
von ts-soft
Ich hab da auch noch nen Fehler: Ganze Ordner werden nicht gepackt
Wann fixed Du das? ---ganz lieb guck---
Gruß
Thomas
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 29.04.2012 23:47
von DROOPY
Thanks a lot
Just a problem with filename in archive with special characters.
Extraction of file 'méchant' is extracted as 'm,chant'
Could you fix this.
Sorry for posting in english
Regards
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 30.04.2012 11:00
von DROOPY
Problem with special character in filename fixed with this code (added inside ExtractZipFile() function )
Regards
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 30.04.2012 11:35
von HeX0R
ts-soft hat geschrieben:Ich hab da auch noch nen Fehler: Ganze Ordner werden nicht gepackt
Wann fixed Du das? ---ganz lieb guck---
Ich hab das schon ewig aufm Zettel, aber zur Zeit komm ich zu gar nix (habe Job gewechselt, das hat erst mal Priorität)
DROOPY hat geschrieben:Just a problem with filename in archive with special characters.
Extraction of file 'méchant' is extracted as 'm,chant'
Das sollte nun gefixt sein.
Allerdings dürfte es bei der Zip-Routine auch zu falschen Dateinamen kommen, wenn dort welche mit Umlauten sind.
Das werde ich auch noch irgendwann in Ordnung bringen (aber nicht so bald).
Re: PipiFax-ZIP-Include [all OS]
Verfasst: 30.04.2012 11:38
von HeX0R
DROOPY hat geschrieben:Problem with special character in filename fixed with this code (added inside ExtractZipFile() function )
Regards
Hi DROOPY,
diese Lösung kann ich leider nicht akzeptieren, weil es das [allOS]-Konzept zerstören würde.
Nimm lieber meine o.g. Lösung.