Filecatalyst Workload Automation _hot_ Jun 2026
def run_fta(local, remote, server, user, pw): cmd = ["fta-cli", "--server", server, "--username", user, "--password", pw, "--put", local, "--target", remote] result = subprocess.run(cmd, capture_output=True) return result.returncode == 0
Workload Automation (WLA) moves FileCatalyst from being a tool you use to a process that runs itself . By integrating FileCatalyst with enterprise schedulers (like Control-M, ActiveBatch, or AutoMate) or leveraging the built-in API and hot-folder technology, you create a seamless pipeline. filecatalyst workload automation