Title: cfftp stop on error

Hi!

Crazy old cfftp doesn't seem to be behaving as expected for me in CFMX6.1 The docs say if you set stoponerror="no" it'll create the var cfftp.succeeded with a boolean value.

However, from my tests I've found it only created the var if it was successful. If it's unsuccessful cf falls over and I can't even test if the var exists...

                <cfftp action=""
                        server="127.0.0.1"
                        username="a"
                        password="a"
                        stoponerror="No"
                        connection="cone"
                        retrycount="1"
                        timeout="1"
                        port="21"
                        >
<!---  Watch it fall over (unless you are running an ftp server)! ---> <cfoutput>#cfftp.succeeded#</cfoutput>

Am I doing this wrong, or is this a bug?

Thanks,
Ben


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
______________________________________________________________________
This email, including attachments, is intended only for the addressee
and may be confidential, privileged and subject to copyright.  If you
have received this email in error, please advise the sender and delete
it.  If you are not the intended recipient of this email, you must not
use, copy or disclose its content to anyone.  You must not copy or
communicate to others content that is confidential or subject to
copyright, unless you have the consent of the content owner.



Reply via email to