I need to FTP a file to a server and the file is about 30 MB, in my code, I have defined the timeout:
cfsetting requesttimeout="3000"
and
cfftp action="open" connection="objConnection" timeout="3000" .......
But it still timeout when running.
I am using CF8
Any idea are welcomed, thanks in advance.
This is what I got: An error occurred during the FTP putfile operation. | Error: putfile operation exceeded timeout.