CFFTP GETFILE and other questions
Hello community, I am having some issues when trying to get some files from an FTP site.
This is the situation:
I need to be able to connect to the FTP, list the files (all XML), read them and then save their contents into a DB table.
So far I can connect, I can read the files. This part is ok when I test in my own FTP/Coldfusion server.
However, the real scenario is different: files are in a different server server. So From my server I CFFTP to this server, I list the files and it works great.
But in order to read the XML files I need to get them first to my local machine and from it to upload it to my server where I have ColdFusion. Once there I can do whatever I want.
But I can't get the files.
So this is what I do:
1. I open the connection.

2. I list its contents and while I loop, I do the getFile:

So I have no error and the files are listed on screen, but no file is saved on my Desktop:

Any idea what could I be doing wrong?
Thank you!
