S.Isaac Dealey wrote: > .... so... in theory, as long as you're connected to an ftp server, an > existsDir call should never return cfftp.succeeded=false correct? ... > I'm consistently getting these results from existsDir on CF 6.1 > > arguments.item = /ontap/_components/_cfc/test > > <cfftp directory="#arguments.item#" > action="#arguments.type#" > connection="#connection()#" > stoponerror="#stopOnError()#"> > > cfftp.errorcode = 250 > cfftp.errortext = 250 CWD command successful. > "/ontap/_components/_cfc" is current directory. > cfftp.returnvalue = NO > cfftp.succeeded = NO > > So it looks like cfftp is telling me: > > a) the directory doesn't exist > b) I can't tell you if the directory exists, because an error occurred > before I could figure that out
You are going to need to more tools to find out what is really going on. Either you need to watch the connection realtime on the FTP server (does it have a debugger), or you are going to need a packetsniffer. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207378 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

