Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
File System Transfer Receiver ( FTR / FSTR )
The File System Transfer Receiver (abbreviated as an FTR or FSTR) is a mechanism for publishing from Alfresco's Document Management repository to a File System using the Replication Service.
The FTR uses the replication service. It includes an embedded Tomcat and an embedded Derby database.
More documentation is available here:
http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Fconcepts%2FFSTR-intro....
And here: https://issues.alfresco.com/jira/browse/ALF-10571
Setup the FTR
- Download and unzip (available from community downloads or enterprise support portal)
- Run the jar using java -jar file-transfer-receiver.jar
- Define the receiver in the folder: CompanyHome/Data Dictionary/Transfer/Deployment Targets/Default
- alfresco-ftr
- port 9090
- admin / admin
- Enable a Transfer job
- Edit alfresco-global.properties and add replication.enabled=true
- Restart the server
More Configuration
If you want to add another directory of deployment targets, you need to add the correct content rule to the directory.
The following configuration options are available in the FTR:
<FTR Directory>/classes/ftr-custom-properties
- Staging Directory
- Root Directory
- JDBC URL (defaults to embedded Derby)
- Username
- Password
<FTR Directory>/classes/ftr-launcher.properties
- Tomcat Base Directory
- Port Number
Web Content Management
4.0