10-23-2015 04:49 AM
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>
10-23-2015 06:28 AM
10-23-2015 10:15 AM
http://localhost:8080/alfresco/service/api/login?u=<user>&pw=<pass>
TICKET_2cd4027a1f241d7332f87183cc2f3e0414bee8ca
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.