Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D860104B0 for ; Thu, 12 Dec 2013 13:45:34 +0000 (UTC) Received: (qmail 89381 invoked by uid 500); 12 Dec 2013 13:45:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 89288 invoked by uid 500); 12 Dec 2013 13:44:54 -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 89212 invoked by uid 99); 12 Dec 2013 13:44:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 13:44:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dharmendra.k.patel@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 13:44:40 +0000 Received: by mail-ob0-f182.google.com with SMTP id wp4so416081obc.27 for ; Thu, 12 Dec 2013 05:44:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=vgGj6284iSC9lWzF0Q++0b6npa1+0OuV+5LUCmyQ1UM=; b=f4YRCrP9gMj5sEmp/SwCWByWVYqqljPa7Iqdap0MXZDbCUitn0fxjmVH6l+v/Jqr/0 be3GDytAnFCsGRvTtqLmfKmeSSQIPr/j66UcfHISNw3ocvgA4Ef/vwl+SscTUOUvsm2O g+ZBHOYUFUxeX4cDQYu8D437KSUlJR4Kgfc+o9fYaSaVpXSrWvIAosnwABVI2VIFV+rH OwFu401KzHrt4GpTgxZ9WxXgOOSXuSCWiZwvWT3UhapwzcDjK4ys00qYJgTyb1xjaCBr Q/7ahE3v5aEE85lxX8K4JU0El7H3sEKEzMg2FkQMqQl6gspfcB5FMiPqQa8cyYq0H9+L ZoxA== X-Received: by 10.182.232.4 with SMTP id tk4mr5595014obc.9.1386855859835; Thu, 12 Dec 2013 05:44:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.173.68 with HTTP; Thu, 12 Dec 2013 05:43:58 -0800 (PST) In-Reply-To: <1386841734018-5744659.post@n5.nabble.com> References: <1386820470341-5744649.post@n5.nabble.com> <1386841734018-5744659.post@n5.nabble.com> From: Dharmendra Patel Date: Thu, 12 Dec 2013 19:13:58 +0530 Message-ID: Subject: Re: Archive files using apache camel To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d0445178fe159ea04ed568ad0 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0445178fe159ea04ed568ad0 Content-Type: text/plain; charset=ISO-8859-1 Hi There, In camel there is a camel-zipfile component. But i think it works for single file only. http://camel.apache.org/zip-file-dataformat.html I am not sure but i think camel-exec component may work in your case. http://camel.apache.org/exec.html --f46d0445178fe159ea04ed568ad0--