Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 77251 invoked from network); 20 Sep 2010 07:22:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Sep 2010 07:22:25 -0000 Received: (qmail 78411 invoked by uid 500); 20 Sep 2010 07:22:25 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 78098 invoked by uid 500); 20 Sep 2010 07:22:23 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 78090 invoked by uid 99); 20 Sep 2010 07:22:22 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Sep 2010 07:22:22 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Sep 2010 07:22:02 +0000 Received: by qyk31 with SMTP id 31so4486368qyk.11 for ; Mon, 20 Sep 2010 00:21:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=7aSFLlNGvGqUOVbIROFCew6rBn0cPfvmVWvUfqI7ZnI=; b=df/Yupc6BusVQBx6xn4Tl6O1wjbs4FqioYU/BShfUnD8kzqda9VMPyc6PfTdSkU8ga iA3/BllT7JeZISaGINZhP+WD9SI2ArxiBp3CEEVUOv7DysWobhSQh4nzOHOhMWIhFDLi hzD4DmR9+N0XN4nyt2cqDaZIf82RYsXHGpBu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=MEolCRhYk6SnNVhvsDoiNdz8EUwU+mAJ/TfUy+MqT1MaVRMbdY5cXSs/2e9C+TU528 kUhWunQ7yWQ9MdS0zAZz3v991nnOyMHuf12xU6HcSEL+ysUe45VgMzIJzvftA/qh5yLS n/EJ1rStCEFrjoPz+9grf7a/dZ1X/gfixN/hQ= Received: by 10.229.1.228 with SMTP id 36mr5052965qcg.289.1284967301173; Mon, 20 Sep 2010 00:21:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.11.22 with HTTP; Mon, 20 Sep 2010 00:21:21 -0700 (PDT) In-Reply-To: <1284964675825-2846235.post@n5.nabble.com> References: <1284964675825-2846235.post@n5.nabble.com> From: Claus Ibsen Date: Mon, 20 Sep 2010 09:21:21 +0200 Message-ID: Subject: Re: anonymous FTP login fails To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Thanks for reporting. I have fixed it https://issues.apache.org/activemq/browse/CAMEL-3137 On Mon, Sep 20, 2010 at 8:37 AM, preben wrote: > > Hi > > Seems that there is a bug if you try to use ftp component with anonymous > login eg. > from("ftp://myftphost/myfolder").to("file://target/transfer"); > > Camel 2.4.0 will try to do a anonymous login with user=anonymous and > password = null with the result that you get a reply code 500 when sending > null as password. > > The workaround is to set up the route like: > from("ftp://anonymous@myftphost/myfolder?password=").to("file://target/transfer"); > > Seems that Camel-ftp should send "" as password instead of null. > > Thanks > Preben > -- > View this message in context: http://camel.465427.n5.nabble.com/anonymous-FTP-login-fails-tp2846235p2846235.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus