Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8715110782 for ; Thu, 19 Sep 2013 08:51:57 +0000 (UTC) Received: (qmail 9906 invoked by uid 500); 19 Sep 2013 08:51:56 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 9753 invoked by uid 500); 19 Sep 2013 08:51:54 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 9739 invoked by uid 99); 19 Sep 2013 08:51:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 08:51:52 +0000 Date: Thu, 19 Sep 2013 08:51:52 +0000 (UTC) From: "Joakim Ek (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CAMEL-6266) Support for SFTP through a proxy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6266?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1370= 1005#comment-13701005 ]=20 Joakim Ek edited comment on CAMEL-6266 at 9/19/13 8:50 AM: ----------------------------------------------------------- Removed out of office auto-reply that ended up in JIRA. =20 was (Author: joakimek): Hi, I am on vacation until the 19th of August. For support matters please use the communicated support email addresses and= someone will get back to you. Regards, Joakim =20 > Support for SFTP through a proxy > -------------------------------- > > Key: CAMEL-6266 > URL: https://issues.apache.org/jira/browse/CAMEL-6266 > Project: Camel > Issue Type: Improvement > Components: camel-ftp > Reporter: Joakim Ek > Assignee: Christian M=C3=BCller > Priority: Minor > Fix For: 2.11.1, 2.12.0 > > Attachments: sftp_proxy.patch > > > FTP and FTPS have the 'ftpClient' option that allows the use of a custom = org.apache.commons.net.ftp.FTPClient instance. I.e. org.apache.commons.net.= ftp.FTPHTTPClient to access a FTP server through a HTTP proxy. > SFTP currently lacks proxy support in Camel. The used JSch library howeve= r has support for proxies. > This patch adds a SFTP only option 'proxy' which allows passing in an ins= tance of com.jcraft.jsch.Proxy to JSch. This enables the use of SFTP throug= h HTTP, SOCKS4 and SOCKS5 proxies. > Included are two new basic unit tests using [Little Proxy|http://www.litt= leshoot.org/littleproxy/] to verify consuming and producing through a HTTP = proxy. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira