ColdFusion 9.0 CFFTP Secure Bug
January 9, 2010 · No Comments
There's a bug in CFFTP in ColdFusion 9 when dealing with secure connections. We discovered this whilst writing an AIR based FTP client talking to a back end ColdFusion 9 server.
We weren't the first to discover this, and it looks like something broke between CF8 and CF9 as the code below runs happily on ColdFusion 8 (Adobe have verified this as bug number 80386).
<cfftp action = "open" username = "myusername" connection = "MyConnection" password = "mypassword" server = "myserver.com" secure = "yes">
This is fixed in CF9.01 which is due ... at some point. Adobe provided us with a hot fix and I can confirm it solves the issue.
Tags: ColdFusion

0 response s so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment