[ https://issues.apache.org/jira/browse/HADOOP-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706380#action_12706380 ]
Steve Loughran commented on HADOOP-5732: ---------------------------------------- I've just stuck an ivy.xml that has an explicit sftp configuration, that extends the ftp one and is pulled in for testing. I've added a dependency for jsch 0.1.38. Test for this working: run ant ivy-retrieve and look in build/ivy/lib/Hadoop for the new configuration and the JARs you want How do you plan to test this, incidentally? I'd recommend having some test.* properties that, if set, would let you sftp back in to localhost or another named host. > SFTP FileSystem > --------------- > > Key: HADOOP-5732 > URL: https://issues.apache.org/jira/browse/HADOOP-5732 > Project: Hadoop Core > Issue Type: New Feature > Components: fs > Environment: Any environment > Reporter: Íñigo Goiri > Priority: Minor > Attachments: HADOOP-FS-SFTP.patch, HADOOP-FS-SFTP.patch, > ivy-for-hadoop-7532.patch, ivy-for-hadoop-7532.patch, SFTPException.java, > SFTPFileSystem.java, SFTPInputStream.java > > Original Estimate: 0h > Remaining Estimate: 0h > > I have implemented a FileSystem that supports SFTP. It uses JSch > (http://www.jcraft.com/jsch/) in order to manage SFTP. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.