Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 68693 invoked from network); 7 Mar 2007 22:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 22:46:52 -0000 Received: (qmail 76429 invoked by uid 500); 7 Mar 2007 22:46:55 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 76342 invoked by uid 500); 7 Mar 2007 22:46:55 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 76209 invoked by uid 99); 7 Mar 2007 22:46:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 14:46:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 14:46:45 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F0C9A71407F for ; Wed, 7 Mar 2007 14:46:24 -0800 (PST) Message-ID: <12256215.1173307584982.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 14:46:24 -0800 (PST) From: "Brad Davis (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (VFS-115) Sftp should support keypairs and private keys in locations other than fies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sftp should support keypairs and private keys in locations other than fies -------------------------------------------------------------------------- Key: VFS-115 URL: https://issues.apache.org/jira/browse/VFS-115 Project: Commons VFS Issue Type: Improvement Reporter: Brad Davis Priority: Minor I am attempting to use jar based keypairs in several applications I am developing. Unfortunately because the SFTP configuration only allows for a file to be specified for the private key, in order to use a key stored in a resource I have to first copy the resource to the local filesystem and then use that temporary file. I'd much rather that I could specify the location of the location of private key as a VFS url. Jsch supports using a byte array instead of a file to specify the private key, so VFS could be used to turn the URL into a byte array and pass that to JSCH instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org