OMG, you got it! I had passive="yes" in the CFFTP OPEN command, thought that would apply to the whole session! Thanks so much!

From: Marlon Moyer <[EMAIL PROTECTED]>
Reply-To: Dallas/Fort Worth ColdFusion User Group Mailing List<[email protected]> To: Dallas/Fort Worth ColdFusion User Group Mailing List<[email protected]>
Subject: Re: [DFW CFUG] Strange CFFTP error...
Date: Mon, 14 Nov 2005 10:48:26 -0600
MIME-Version: 1.0
Received: from lists1.safesecureweb.com ([209.41.174.16]) by mc11-f2.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 14 Nov 2005 08:49:04 -0800 Received: from localhost ([127.0.0.1] helo=lists1.safesecureweb.com)by lists1.safesecureweb.com with esmtp (Exim 4.50)id 1EbhVO-00074h-Nf; Mon, 14 Nov 2005 11:48:30 -0500 Received: from xproxy.gmail.com ([66.249.82.194])by lists1.safesecureweb.com with esmtp (Exim 4.50)id 1EbhVN-00074c-0sfor [email protected]; Mon, 14 Nov 2005 11:48:29 -0500 Received: by xproxy.gmail.com with SMTP id i31so1062656wxd for <[email protected]>; Mon, 14 Nov 2005 08:48:26 -0800 (PST) Received: by 10.65.75.16 with SMTP id c16mr574561qbl; Mon, 14 Nov 2005 08:48:26 -0800 (PST)
Received: by 10.65.123.2 with HTTP; Mon, 14 Nov 2005 08:48:26 -0800 (PST)
X-Message-Info: QIy1oIULmHf41HtVK4MbDdHTsPfqmghbplxNySpUOvk=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;s=beta; d=gmail.com;h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;b=h+elt6Y1CWctbFo5HNqVEzrnP9XcT01KxBkPrDw5QKPBmb0jOmbtyrTRMHiK7oU4QYpsZH/O/sBymLiX7VTxbB76CaBeHMObGv3qx4rx6AyQvoD2Q6ISO8JH3lFQL+Y1GUmJVXRAv3wjoQxBGrVzwy3VsjTPnz6FXdaAeHC2/CU=
References: <[EMAIL PROTECTED]>
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Dallas/Fort Worth ColdFusion User Group Mailing List<list.list.dfwcfug.org>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[email protected]>
List-Subscribe: <http://lists1.safesecureweb.com/mailman/listinfo/list>,<mailto:[EMAIL PROTECTED]>
List-Archive: <https://lists1.safesecureweb.com/archives/list>
List-Unsubscribe: <http://lists1.safesecureweb.com/mailman/listinfo/list>,<mailto:[EMAIL PROTECTED]>
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 14 Nov 2005 16:49:04.0627 (UTC) FILETIME=[527E2C30:01C5E93B]

have you tried putting  passive="true" in the cfftp upload command?


On 11/14/05, Tim Fitzpatrick <[EMAIL PROTECTED]> wrote:
> Hey gang, I'm getting a strange error that I can't find referred to on the
> net...
>
> I'm writing a file with CFFILE (to the temp directory) and I need to FTP it
> to a client with CFFTP. No big deal, right?
>
> Well, for some reason at the point of the PUT command in CFFTP, I get this
> error:
>
> "An exception occurred when performing the FTP PUTFILE operation. The cause
> of this exception was that: IOException caught while copying.."
>
> This is going to me internal FTP server on my dev box. It actually succeeds > in initiating the upload. The file is there (correct name), but it's 0 K.
>
> I can manually FTP it to that same directory with the same login info. I can > confirm that the file is readable by CF with CFFILE READ. I just can't CFFTP
> it.
>
> Any ideas?
>
> Thanks in advance...
>
>
>
> _______________________________________________
> List mailing list
> Reply to DFWCFUG:
> [email protected]
> Subscribe/Unsubscribe:
> http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archive:
> http://lists1.safesecureweb.com/mailman/private/list
>


--
Marlon

"And I have no religion and I don't know what's what
And I don't know the limit, the limit of what we got"

_______________________________________________
List mailing list
Reply to DFWCFUG:
[email protected]
Subscribe/Unsubscribe:
http://lists1.safesecureweb.com/mailman/listinfo/list
List Archive:
http://lists1.safesecureweb.com/mailman/private/list



_______________________________________________
List mailing list
Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archive: http://lists1.safesecureweb.com/mailman/private/list

Reply via email to