Hi Guys, 

Getting the following error using the below code. We have a proxy but
putting that in makes no difference. Am I missing something?

An exception occurred when performing the FTP ListDir operation.  
The cause of this exception was that: Connection reset.  

<cfftp 
        action="open" 
        connection="MyCareer" 
        server="ftp.myserver.com" 
        username="jeremy" 
        password="likesmonkies" 
        stoponerror="yes" 
        transfermode="auto"
        >
 <p>Did it succeed? <cfoutput> #cfftp.succeeded#  #cfftp.errorTEXT#</cfoutput>
 <cfftp 
        action="ListDir"
        Directory="/incoming"   
        Name="ListDirectory"
        Connection="MyCareer"
>


Any help would be good.
Thanks

Jeremy

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to