I have a scenario where I need to automatically upload client file(CSV, Excel, etc...) to CF Server.
However, no user intervention is allowed. The process will be done using the Coldfusion's job scheduler.
We use to use CFFTP but this is not allowed on the host server anymore.
Some experts guided us in the direction of using CFHTTP. However, we have never use this before.
Any suggestion is highly appreciated
Do you mean send a file from your server to another remote CF server? That's certainly possible, but we'd need to know more about what the remote server expecting to receive.