Skip to content

papac/alfresco-document-fetcher-command-line

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfresco document fetcher command line

Alfresco document fetcher command line for python is compatibility with python3.5+

pip install requests ftfy

This app help alfresco developper to export all folder structure

Usage:

python main.py [-h] -sn SERVICENAME [-hn HOSTNAME] [-rf root_folder] [-bsf BASE_STORAGE_FOLDER] [-u username] [-p PASSWORD] -o OUTPUT

Arguments

-h, --help show this help message and exit
-sn SERVICENAME, --servicename SERVICENAME Service name
-hn HOSTNAME, --hostname HOSTNAME Alfresco host url or hostname
-rf ROOT_FOLDER, --root_folder ROOT_FOLDER Alfresco base folder
-bsf BASE_STORAGE_FOLDER, --base_storage_folder BASE_STORAGE_FOLDER
Storage path for local system
-u USERNAME, --username USERNAME Alfresco auth username
-p PASSWORD, --password PASSWORD Alfresco auth password
-o OUTPUT, --output OUTPUT Output file in csv

Explain

SERVICENAME : Is endpoint you want to crawl ROOT_FOLDER : Is base endpoint

About

Alfresco document fetcher command line for python is compatibility with python3.5+

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%