Changes between Version 3 and Version 4 of ownCloud-shared-links-access


Ignore:
Timestamp:
10/30/15 10:53:37 (9 years ago)
Author:
Thomas Kisler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ownCloud-shared-links-access

    v3 v4  
    1010
    1111The user has the possibility to share his/her files over a link. Unfortunately the files can not directly be accessed over this link, but by adding a parameter to the link, they complete folder can be downloaded as a zip file. An Example would be
     12
    1213[https://clarin.fz-juelich.de/owncloud/public.php?service=files&t=76027110ab537d125ec2e77a0cc447fa]
    1314
    14 becomes then
     15which then becomes
    1516
    1617[https://clarin.fz-juelich.de/owncloud/public.php?service=files&t=76027110ab537d125ec2e77a0cc447fa&download]
    1718
    18 The zip file that is linked than can be downloaded by a normal GET request to the server.
     19The zip file that is linked then can be downloaded by a normal GET request to the server.
    1920
    2021==== How to unpack zip in Java====
     
    2930}}}
    3031
    31 
    3232Unfortunately, the standard ZIP-library in Java is only able to unpack successfully to v2.0. Whatever this means (I couldn't find out, but if anybody has an idea, feel free to add it).
    3333