This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zhigang
Recipients amaury.forgeotdarc, zhigang
Date 2011-01-14.13:20:50
SpamBayes Score 1.5313723e-05
Marked as misclassified No
Message-id <1295011252.06.0.77492197672.issue10905@psf.upfronthosting.co.za>
In-reply-to
Content
$ unzip -l t.zip 
Archive:  t.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        3  01-14-2011 21:11   ../foo
        3  01-14-2011 21:11   foo
---------                     -------
        6                     2 files
[zhigang@localhost tmp]$ unzip -d aa t.zip
Archive:  t.zip
warning:  skipped "../" path component(s) in ../foo
 extracting: aa/foo                  
replace aa/foo? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
 extracting: aa/foo                  


$ 7za x -oaa t.zip 

7-Zip (A) 9.13 beta  Copyright (c) 1999-2010 Igor Pavlov  2010-04-15
p7zip Version 9.13 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,1 CPU)

Processing archive: t.zip

file aa/foo
already exists. Overwrite with 
../foo?
(Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit? A
Extracting  ../foo
Extracting  foo

Everything is Ok

Files: 2
Size:       6
Compressed: 198
History
Date User Action Args
2011-01-14 13:20:52zhigangsetrecipients: + zhigang, amaury.forgeotdarc
2011-01-14 13:20:52zhigangsetmessageid: <1295011252.06.0.77492197672.issue10905@psf.upfronthosting.co.za>
2011-01-14 13:20:50zhiganglinkissue10905 messages
2011-01-14 13:20:50zhigangcreate