Comment 8 for bug 1437083

Revision history for this message
Aaron Wells (u-aaronw) wrote : Re: Files - Download folder content as a zip file

Ah, I see the problem.

aaronw@vegas:~/Downloads$ unzip -l folder-home.zip
Archive: folder-home.zip
  Length Date Time Name
--------- ---------- ----- ----
    17977 2015-04-16 13:50 /pikachu.jpg
--------- -------
    17977 1 file
aaronw@vegas:~/Downloads$ unzip -l pikachu.jpg.zip
Archive: pikachu.jpg.zip
  Length Date Time Name
--------- ---------- ----- ----
    17977 2015-04-16 13:50 pikachu.jpg
--------- -------
    17977 1 file

We're generating the name of the file as "/pikachu.jpg". Linux can deal with this, but Windows cannot.