Answered
CFFTP Bug in 8.0.1?
We send ftp files daily to another server. Since the upgrade
to 8.0.1 ftp errors every time with a
Diagnostics: null null
I have checked the variables being used in the ftp string
<cfftp action="PUTFILE" server="#getXMLPO.Vendorftpsite#" username="#getXMLPO.vendorFTPUser#" password="#getXMLPO.vendorFTPPassword#" stoponerror="Yes" localfile="#Request.getSystemSettings.ReceiptPath#\#getXMLPO.vendorAcctNo##getXMLPO.PONumber#.xml" remotefile="#getXMLPO.vendorAcctNo##getXMLPO.PONumber#.xml" transfermode="AUTO" port="21">
and everything looks correct.
Diagnostics: null null
I have checked the variables being used in the ftp string
<cfftp action="PUTFILE" server="#getXMLPO.Vendorftpsite#" username="#getXMLPO.vendorFTPUser#" password="#getXMLPO.vendorFTPPassword#" stoponerror="Yes" localfile="#Request.getSystemSettings.ReceiptPath#\#getXMLPO.vendorAcctNo##getXMLPO.PONumber#.xml" remotefile="#getXMLPO.vendorAcctNo##getXMLPO.PONumber#.xml" transfermode="AUTO" port="21">
and everything looks correct.
