That fixed it! That's weird, in ACF 8, I *specifically* had to do passive="false" to get it to work with this FTP server. Now, in ACF 10, I *specifically* have to do passive="true" Go figure.
On Thu, Feb 21, 2013 at 5:07 PM, Russ Michaels <[email protected]> wrote: > > Try switching to pasv mode > > Regards > Russ Michaels > www.michaels.me.uk > www.cfmldeveloper.com - Free CFML hosting for developers > www.cfsearch.com - CF search engine > On Feb 21, 2013 10:38 PM, "John M Bliss" <[email protected]> wrote: > > > > > Hi! We have: > > > > <cfftp connection="myconnection" action="open" server="someserver.com" > > username="myusername" password="mypassword" passive="false"> > > <cfftp connection="myconnection" action="listDir" directory="./" > > name="getfiles" passive="false"> > > > > This works fine under ACF 8 in dev, stage, and prod. (Credentials also > work > > fine with FileZilla.) However, when I run it under ACF 10 in dev, I get: > > > > An error occurred during the FTP listDir operation. > > Error: Accept timed out. > > > > Ideas? > > > > -- > > John Bliss - http://about.me/jbliss > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:354622 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

