Issue
When creating an FTP session with CFFTP tag you receive the following error:
Cause
The default timeout for FTP commands is 30 seconds.
Solution
Increase the timeout by adding the value, timeout="valueinseconds", to the CFFTP "open" command.
Here is an example:
Note that you will also need to add the same value, requesttimeout="valueinseconds" to the CFSETTING tag.
|