String defaultURL= "https://alfresco-server:8080/alfresco/d/a/workspace/SpacesStore/70847d54-dd4d-4660-a557-f788a8f2b94e...";
HttpGet httpget = new HttpGet(defaultURL);
org.apache.http.client.HttpClient httpClient = new DefaultHttpClient();
HttpResponse response = httpClient.execute(httpget);
HttpEntity entity = response.getEntity();
if (entity != null) {
long len = entity.getContentLength();
InputStream inputStream = entity.getContent();
…….
// Something here to get the input stream
// and the file object to put into the zip file
<a href="https://alfresco-server:8080/alfresco/d/a/workspace/SpacesStore/70847d54-dd4d-4660-a557-f788a8f2b94e...">Download file </a>
http://localhost:8080/alfresco/service/api/login?u=<user>&pw=<pass>
TICKET_2cd4027a1f241d7332f87183cc2f3e0414bee8ca
Archive content from product discussions in Italian.
This group is now closed and content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.