Question
CFFTP GetFile Error 550
Okay, so we're trying to use the CFFTP tag to get a file from
a secure, remote FTP server, and copy it onto a directory in our
webserver using this code:
<cfftp
action="getFile"
server="ouripaddress"
username="ourusername"
password="ourpassword"
directory = "/array1/plasma"
remotefile="remotefilename.ext"
localfile="d:/directory/subdirectory/subdirectory2/subdirectory3/ourfilename.ext"
failIfExists="no"
transfermode="auto"
passive="yes">
(we've replaced confidential information in the above code).
Now our CF template is throwing this error:
An error occurred during the FTP getFile operation.
Error: 550 Filename: No such file or directory
It's saying the error is on the line for LocalFile, but our filepath is correct.
The file does exist on the remote FTP server.
I can't seem to find anything on this on the web either.
Can anyone help?
<cfftp
action="getFile"
server="ouripaddress"
username="ourusername"
password="ourpassword"
directory = "/array1/plasma"
remotefile="remotefilename.ext"
localfile="d:/directory/subdirectory/subdirectory2/subdirectory3/ourfilename.ext"
failIfExists="no"
transfermode="auto"
passive="yes">
(we've replaced confidential information in the above code).
Now our CF template is throwing this error:
An error occurred during the FTP getFile operation.
Error: 550 Filename: No such file or directory
It's saying the error is on the line for LocalFile, but our filepath is correct.
The file does exist on the remote FTP server.
I can't seem to find anything on this on the web either.
Can anyone help?
