Question
CF8 FTP Error - Read Timed Out
The following code that produces an error in CF8, but works
fine in CF7:
<cfftp action="open" connection="test" server="***" username="***" password="***">
<cfftp connection="test" action="getFile" failifexists="no" remotefile="/remoteFile.zip" localfile="#expandPath('theFile.zip')#" timeout="3600">
The error is "read timed out". Also worth mentioning... the file downloads successfully, but I can't delete it. When I try to delete it I get an error that says it's in use by another program.
Specs: ColdFusion 8, Windows, IIS 6
Any ideas?
<cfftp action="open" connection="test" server="***" username="***" password="***">
<cfftp connection="test" action="getFile" failifexists="no" remotefile="/remoteFile.zip" localfile="#expandPath('theFile.zip')#" timeout="3600">
The error is "read timed out". Also worth mentioning... the file downloads successfully, but I can't delete it. When I try to delete it I get an error that says it's in use by another program.
Specs: ColdFusion 8, Windows, IIS 6
Any ideas?