I have a requirement to transfer XML files over FTP to a file server in Apigee X. So this Api proxy should execute once daily to transfer the files.
Is it possible to do it in Apigee X using some node.js script like setting a crone job?Would something like below work?
What would be your suggestion do it in Apigee X itself or use a cloud scheduler to trigger the Api proxy once daily to do the transfer?
Please let me know a feasible solution having the performance issue in mind as the file sizes are very large(>10 MB)