Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
features/download-folder-as-archive [2019_05_29 16:34] stevenfeatures:download-folder-as-archive [2024_04_22 21:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Downloading Folder Archives (Zip) ====== +Downloading Folder Archives 
-The SME File Fabric now supports downloading a folder's content into a range of archive formats something we call CloudZip. The following archive formats are supported:+ 
 +latest update: Jan 27, 2023 
 + 
 +The Web File Manager allows downloading a folder's content into a range of archive formats. The following archive formats are supported:
  
   * .zip   * .zip
Line 6: Line 9:
   * .rar   * .rar
  
-There are two ways to download a folder in an archive format outlined below.+<WRAP center round info 100%> 
 +CloudZip has been tested successfully with folders up to 100 GB containing files up to 10 GB each. 
 +</WRAP> 
 + 
 +There are several ways to download a folder in an archive format outlined below. 
 + 
 +## Usage 
 +### Navigation Folder Context Menu 
 + 
 +To download a folder, follow these steps. 
 + 
 +1. Right-click on a folder and click **Download folder as archive**. 
 +{{:features:downloadfolder1.png?400 |}} 
 +2. Select an archive type.\\ \\ 
 +{{:features:downloadfolder2.png?200 |}} 
 +3. Click **Ok**. 
 + 
 +### Item Context Menu and Explorer Menu 
 + 
 +Alternatively, select one or more files from the viewer pane, and click **Download**. Select an archive type, and click **Ok**. 
 + 
 +{{ :features:downloadfolder3.png?600 |}} 
 + 
 +### Download Icon 
 + 
 +When you hover over a folder in the list view, you will see an icon giving you the option to download that folders content.  
 + 
 +{{ :features:downloadfolder4.png?600 |}} 
 + 
 +## Administration 
 + 
 +### Organization Policy Configuration 
 + 
 +Ensure that in the Team Admin account, from Organization>>Policies>> User Governance the Folder download option is turned On. 
 + 
 +{{:features:download-folder-as-archive:download-folder-option.png?600|}} 
  
-__Right click context menu__ 
  
-Right click on a particular folder and select one of the download options, like below.+### Appliance Configuration
  
-{{::cloud_file_manager___storagemadeeasy_and_wavebox__9____james_storagemadeeasy_com___re__wipro_and_sme_collaboration_-_james_storagemadeeasy_com_-_vehera_ltd_mail.png?200|}}+Ensure from the appladmin account that the User Package, associated with the user account has the Extra Options (add-ons) option Download Zipped Folders enabled
  
 +## Implementation Notes
  
-__Folder Actions__+  * Exported Zip archives are generated in the [[https://en.wikipedia.org/wiki/Zip_(file_format)#ZIP64|ZIP64 format]]. The default Mac OS X Unarchiver called "Archive Utility" does not support Zip files created with ZIP64. It only supports the ZIP32 format. Mac users attempting to export to Zip will be warned about this compatibility issue and will be prompted to choose another format for which their platform can extract. Other Mac OS X Zip unarchive programs are able to support the ZIP64 format. 
 +  
 +  * Empty folders will not be included in the archives. 
 +  
 +  * Version files will not be included in the archives.
  
-When you hover over folder in the list viewyou should see an icon giving you the option to download that folders content+  * If file is not found on the storageit will not be included in the archive file
  
-{{:screen_shot_2018-06-19_at_16_37_41.png?600|}}+  * Some web browsers like Chrome and Edge will automatically decompress a .tar.gz file to a .tar file without renaming it appropriately. Some archive extractors may have an issue with this. Renaming the file to .tar may resolve this for you.
  
 +  * The Access Anywhere will only include files that it has metadata indexed. The contents of unindexed folders will not be included in the archive.
 + 
 +  * At a technical level the Zip is 'in-stream' so it is not required to increase partition sizes on Access Anywhere's Enterprise Appliance to be able to accommodate user estates using the zip functionality.
  
-==== Notes ==== 
-  * Exported Zip archives are generated in the [[https://en.wikipedia.org/wiki/Zip_(file_format)#ZIP64|ZIP64 format]]. The default Mac OS X Unarchiver called "Archive Utility" does not support Zip files created with ZIP64. It only supports the ZIP32 format. Mac users attempting to export to Zip will be warned about this compatibility issue and will be prompted to choose another format for which their platform can extract. Other Mac OS X Zip unarchive programs may be able to support the ZIP64 format.  
-  * Empty folders will not be included in the archives 
-  * On SME's US and EU SaaS service, where a directory being archived to .tar or .tar.gz which contains a file greater than 4GB, the archive could be reported as corrupt. Zip archives are unaffected.  
-  * If a file is not found on the storage, it will not be included in the archive file 
-  * Some web browsers like Chrome and Edge will automatically decompress .tar.gz files to a .tar file without renaming it appropriately. Some archive extractors may have an issue with this. Renaming the file to .tar may resolve this for you.