So, we have a process that uses CFFTP to retrieve a file from a server. We're running CF 8.01.
This has been working fine until today, when the file we needed to retrieve had the "archive" bit set on the server, and CFFTP seems to be ignoring it. <cfftp action = "open" username = "<uname>" password = "<pword>" server = "P<server>" passive="yes" connection = "myFtp"> <cfftp action="CHANGEDIR" server="" username="" password="" stoponerror="Yes" directory="Data_out" connection="myFtp"> <cfftp action="listdir" directory="." name="files" connection="myFtp"> <cfdump var="#files#"> <cfftp action="CLOSE" connection="myFTP"> I can see the file with regular DOS FTP but it isn't in the list using CFFTP. The only noticeable file difference is that the file has the "archive" bit set for some reason. The remote server is Windows running FileZilla Server. -- *The beatings will continue until morale improves.* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350169 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

