We finally moved from 4.0 to 4.5.1 SP2 last week and now we are having a
problem with cfftp.

The page in question reads the orders from the db and creates a .txt file
which is then uploaded to a 3rd party. All of this stuff worked before the
upgrade and now it doesn't. I also installed the ftp.dll hot fix for 4.5.1
SP2. I have tried everything including a very long timeout and it still
won't take the file. The 3rd party watched the their ftp server as CF
connects, and then does nothing else.

Any ideas out there?


Code sample:

<!--- open FTP connection --->
<cfftp connection="FTP_ORDER"
        action="OPEN"
        username="XXXX"
        password="XXXX"
        server="ftp.XXX.XXX">
                
Response:
        CFFTP.Succeeded = YES
        CFFTP.ErrorCode = 0
        CFFTP.ErrorText = 

        
<!--- Transfer Orders File --->
<cfftp connection="FTP_ORDER"
        action="PUTFILE"
        localfile="E:\PATHTOFILE\#locSendFileName#"
        remotefile="DIRNAME/#locSendFileName#">
                
Response:
        CFFTP.Succeeded = NO
        CFFTP.ErrorCode = 15
        CFFTP.ErrorText = No response from server.



Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to