I'm trying to use CFFTP to retrieve files from a remote FTP site to download to my local directory. I would see the file in the local directory but with 0 kb. Wondering what was going on, I tried accessing just the directory and got an 'Access is Denied' error.
The funny thing is that it was working fine a few weeks ago until we made some server changes. We had some FTP sites set up but closed them. Could closing them have anything to do with it? I'm definitely not an expert when it comes to this stuff.
We're using CF9 and IIS7 btw.
Can someone explain what's causing this and how do I go about fixing it? Any help would be appreicated.
<cfftp
action="getFile"
connection="objConnection"
remotefile="s692605.FRTB0001_RES.DAT238710"
localfile="E:\Inetpub\test\s692605.FRTB0001_RES.DAT238710"
stoponerror="yes"
failIfExists="false" passive="yes" timeout="600" transfermode="auto" />