10-20-2016 10:00 AM
Hi,
in my installation of alfresco i've created a folder to use as an "archive" that only admins can modify. Now i need to download the files in the archive and i was thinking of downloading the whole folder as a yip but when i try to do so i get an error because the folder is approx 10gb in siye while the limit is 2. Is there a way to download the whole folder in one go or do i have to divide it in 2gb max folders?
10-20-2016 10:28 AM
you can connect to webdav with the webdav client of your operating system (win explorer, mac finder, linux -> connect to server)
see: Client WebDAV
10-20-2016 01:15 PM
i think all the relevant information for changing the registry on win7 is in the link that i mentioned: Client WebDAV
10-20-2016 10:34 AM
FTP is also an advisable protocol for that kind of operations, more fail-tolerant than WebDAV for network fails.
10-21-2016 11:29 AM
Cyberduck is a useful client (available for Mac or Windows) for browsing and downloading folders from the Alfresco Repository. It also allows use to choose between WebDAV or FTP.
Regards,
Jan
10-21-2016 12:40 PM
Hi everyone:
You may also combine using Alfresco webdav and wget command, for example for downloading the default site:
wget -r -nH -np -nv --cut-dirs=1 --user=<user> --password=<password> http://localhost:8080/alfresco/webdav/Sites/swsdp/documentLibrary
Regards.
--C.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.