cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to list User Homes via FTP. Alfresco folder is empty

pio
Champ in-the-making
Champ in-the-making
Hi,

I have installed Alfresco 4.0.c (tomcat6 and Postgres8.4) on a RHEL6.2 lab. server.
Every thing seems to work fine (I have web acces, I can create users, Spaces and upload/download files).

But when I connect via FTP (I can login as admin and other users) I see two folders: Alfresco and AVM.
I get inside the Alfresco folder and it's empty. AVM have some other folders where I can access.
I can't upload any file or create anything.

I have disabled CIFS. I have no iptables or SElinux. I've tried several ftp ports (21, 1121, 2221) … I don't know what else to do.

Any Idea?  


Here is my algresco-global.properties

###############################
## Common Alfresco Properties #
###############################

dir.root=/opt/alfresco-4.0.c/alf_data

alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8080
alfresco.protocol=http

share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http

### database connection properties ###
db.driver=org.postgresql.Driver
db.username=alfresco
db.password=mipassword
db.name=alfresco
db.url=jdbcSmiley Tongueostgresql://localhost:5432/${db.name}

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=1121
ftp.ipv6.enabled=false
#ftp.authenticator=alfresco
#ftp.dataPortFrom=10100
#ftp.dataPortTo=10200

###DESACTIVO SAMBA CIFS
cifs.enabled=false

### RMI service ports ###
alfresco.rmi.services.port=50500
avm.rmi.service.port=0
avmsync.rmi.service.port=0
attribute.rmi.service.port=0
authentication.rmi.service.port=0
repo.rmi.service.port=0
action.rmi.service.port=0
deployment.rmi.service.port=0

### External executable locations ###
ooo.exe=/opt/alfresco-4.0.c/openoffice/program/soffice.bin
ooo.enabled=true
ooo.port=8100
ooo.port=8100
img.root=/opt/alfresco-4.0.c/common
img.dyn=${img.root}/lib
img.exe=${img.root}/bin/convert
swf.exe=/opt/alfresco-4.0.c/common/bin/pdf2swf
jodconverter.enabled=false
jodconverter.officeHome=/opt/alfresco-4.0.c/openoffice
jodconverter.portNumbers=8100

### Initial admin password ###
alfresco_user_store.adminpassword=b9d2d4955b330b503cc792eb6a55bb1f

### E-mail site invitation setting ###
notification.email.siteinvite=false

### File Protocol Root ###
protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}

### License location ###
dir.license.external=/opt/alfresco-4.0.c

### Solr indexing ###
index.subsystem.name=solr
dir.keystore=${dir.root}/keystore
solr.port.ssl=8443

### BPM Engine ###
system.workflow.engine.jbpm.enabled=false
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The "mount point" has been changed,  to mount the "sites folder" rather than "Company home"  … Don't ask  :roll:

### File Protocol Root
protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}

Change the config to the line below to get the "old" behaviour.
protocols.rootPath=/${spaces.company_home.childname}

pio
Champ in-the-making
Champ in-the-making
It works fine now.
Thanks.   Smiley Very Happy