[teiid-issues] [JBoss JIRA] (TEIID-4441) Add FTP/SFTP based access to the File Resource Adapter

Ramesh Reddy (JIRA) issues at jboss.org
Fri Dec 2 12:11:00 EST 2016


    [ https://issues.jboss.org/browse/TEIID-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13333312#comment-13333312 ] 

Ramesh Reddy commented on TEIID-4441:
-------------------------------------

[~kylin] pull request for JIRA had a parallel definition of [FileConnection.java|https://github.com/teiid/teiid/blob/master/api/src/main/java/org/teiid/translator/FileConnection.java] to represent the FTP access which did not make much sense to me. Since we are requiring the abstraction layer over the File access, I thought why not use [JBoss VFS|https://github.com/jbossas/jboss-vfs] as interface definition, such that we can also cater access to HDFS, GlusterFS kind of source systems with unified interface. We can leave the current File as is and add this additional one or extend the FileConnection to cater both, and hide the complexities of access completely under resource-adapter implementation.

> Add FTP/SFTP based access to the File Resource Adapter
> ------------------------------------------------------
>
>                 Key: TEIID-4441
>                 URL: https://issues.jboss.org/browse/TEIID-4441
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Misc. Connectors
>            Reporter: Ramesh Reddy
>            Assignee: Kylin Soong
>             Fix For: Open To Community, 9.2
>
>
> This has been requested few times in the community, it would be nice to give provide this functionality.  Using http://commons.apache.org/proper/commons-net/ seems to be right decision.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list