cancel
Showing results for 
Search instead for 
Did you mean: 

Public Access

zepolar
Champ in-the-making
Champ in-the-making
Hi, I have an application where I have to access to file but I only want to access for reading it.

I was thinking in ftp mode with annonymous access.

I will be thankful with your answer.
3 REPLIES 3

kavilash23
Champ on-the-rise
Champ on-the-rise
Hello,

You cannot access content in alfresco through ANONYMOUS FTP, default alfresco implementation of FTP requires authentication.

You can give Guest permission to your file and use the  guest access url if you only need to see or download the file.
http://<your_Site>:<port>/alfresco/guestDownload/d/workspace/SpacesStore/<doc UUID>/<docname>

Check the wiki for more details https://wiki.alfresco.com/wiki/URL_Addressability


mohammed
Champ in-the-making
Champ in-the-making
Hello,
I am using Alfresco 5.1.e and want to allow access to a space in alfresco share to people without credentials. I followed the Blog http://www.seedim.com.au/content/public-access-documents-share-site and created a custom model with the download url field and added aspect on the document library folder and assigned guest user the consumer permission on document library folder. But when I am uploading the documents in that space no url is getting added in the metadata field. Please help.

Hello,

Having custom content model, aspect and setting property, I believe it's huge work and end up with error which is you facing.

In my mind as you want to allow access to outside you can just create one space with guest consumer permission and expose all content of this space with simple webscript. Once you listed down all your content, with it's metadata you can form below format URL (which mentioned in blog) in order to download document.


http://<domainame>:<port>/alfresco/guestDownload/<d | a>/workspace/SpacesStore/<doc UUID>/<docname>


Thanks,
Krishna