Filecatalyst Workload Automation Direct

Configure hotfolder.properties to watch a directory. Any file dropped is automatically transferred.

*/30 * * * * /usr/local/bin/fta-cli --server backup.host --put /var/logs/system.log --target /logs/$(date +\%Y\%m\%d)/ >> /var/log/fc_cron.log 2>&1 filecatalyst workload automation

headers = "X-API-Key": API_KEY resp = requests.post(f"API_BASE/transfer", json=payload, headers=headers) transfer_id = resp.json()["id"] Configure hotfolder

success = run_fta(f, "/incoming/", "fc-server.company.com", "auto", "secret") filecatalyst workload automation