Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 19388 invoked from network); 11 Aug 2010 08:18:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 08:18:14 -0000 Received: (qmail 49542 invoked by uid 500); 11 Aug 2010 08:18:14 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49414 invoked by uid 500); 11 Aug 2010 08:18:12 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 49406 invoked by uid 500); 11 Aug 2010 08:18:11 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 49403 invoked by uid 99); 11 Aug 2010 08:18:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 08:18:11 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 08:18:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7B8HliF007199 for ; Wed, 11 Aug 2010 08:17:47 GMT Message-ID: <10412463.4871281514667363.JavaMail.jira@thor> Date: Wed, 11 Aug 2010 04:17:47 -0400 (EDT) From: "Andreas Asmuss (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2822) Enable sendSiteCommand()-method in FTP uri. In-Reply-To: <25011268.16231276677412433.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61151#action_61151 ] Andreas Asmuss commented on CAMEL-2822: --------------------------------------- Personally I would only need it "just after connecting" but I'm unsure if there could be other use cases that would need commands before every upload. I doubt it though - maybe Bengt has an opinion: http://camel.465427.n5.nabble.com/camel-ftp-and-login-script-td599274.html#a599274 Consumer side: Personally I don't need it but I suppose there could be uses for it. A site specific command could be anything really. So I would think that all the combinations theoretically could be relevant - I don't know how often though. > Enable sendSiteCommand()-method in FTP uri. > ------------------------------------------- > > Key: CAMEL-2822 > URL: https://issues.apache.org/activemq/browse/CAMEL-2822 > Project: Apache Camel > Issue Type: New Feature > Components: camel-ftp > Reporter: Andreas Asmuss > Fix For: 2.5.0 > > > Sometimes you need to send a special site command to an FTP server, for example before uploading files. > The FTP endpoint should support this in the URI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.