Tools
Files transfert
Webdav
WebDav can be used to bulk transfer files to the beCPG server
Two urls are available: one for windows and one for linux
RFC-compliant WebDAV: alfresco/webdav Microsoft-compliant WebDAV: alfresco/aos
To connect with ubuntu:
apt-get -y --force-yes install davfs2
adduser $ USER davfs2
echo "/media/becpg user password" >>/etc/davfs2/secrets
mkdir -p /media/becpg
mount.davfs https://server/alfresco/webdav/media/becpg
To connect with centos 7:
yum -y install davfs2
echo "/media/becpg user password" >>/etc/davfs2/secrets
mkdir -p/media/becpg
mount -t davfs https://server/alfresco/webdav/media/becpg
To connect with windows:
The WebClient service must be active and installed
services.msc start WebClient
In the explorer, mount a network drive and choose the URL https://server/alfresco/aos/
SSL is highly recommended, otherwise use:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel" to 2
[https://docs.alfresco.com/aos1.1/tasks/aos-config-nonSSL.html]
If the name of the server is qualified ( Example www.mwonserveur.fr ) instead of myserver:
Use CURL instead of webdav:
curl -k -X POST --user user: password -F filedata = @pathto myfile.csv \
-F destination = workspace://SpacesStore/bb5143c8-de56-422e-ba3d-ddcd83b5c32c \
-F filename = myfile.csv https://server/alfresco/service/api/upload
Edit in Microsoft Office
Edit in Microsoft Office is active by default in beCPG and is compatible with:
- Microsoft Office 2010 (32 or 64-bit)
- Microsoft Office 2013 (32 or 64-bit)
- Microsoft Office for Mac 2011
- Microsoft Office 2016 32 bit only
SSL must be enabled and configured
Useful links: