You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Norbert Pfistner (JIRA)" <ji...@apache.org> on 2008/12/03 16:39:44 UTC

[jira] Created: (NET-246) SFTP support

SFTP support
------------

                 Key: NET-246
                 URL: https://issues.apache.org/jira/browse/NET-246
             Project: Commons Net
          Issue Type: Improvement
            Reporter: Norbert Pfistner
            Priority: Minor


It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NET-246) SFTP support

Posted by "Mike Baliel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918744#action_12918744 ] 

Mike Baliel commented on NET-246:
---------------------------------

It would be great to see this project implement SFTP support... What would be really nice is an SFTP client that mirrors the commands of the FTP and FTPS client. I think a lot of developers come looking for SFTP support via the commons net and are disappointed that it does not have support...


> SFTP support
> ------------
>
>                 Key: NET-246
>                 URL: https://issues.apache.org/jira/browse/NET-246
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>            Reporter: Norbert Pfistner
>            Priority: Minor
>
> It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NET-246) SFTP support

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-246:
---------------------

    Component/s: FTP

> SFTP support
> ------------
>
>                 Key: NET-246
>                 URL: https://issues.apache.org/jira/browse/NET-246
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>            Reporter: Norbert Pfistner
>            Priority: Minor
>
> It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NET-246) SFTP support

Posted by "Binoy Joseph (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731303#action_12731303 ] 

Binoy Joseph commented on NET-246:
----------------------------------

I used JCraft's JSch library (http://www.jcraft.com/jsch/index.html) in my project. Its free.

> SFTP support
> ------------
>
>                 Key: NET-246
>                 URL: https://issues.apache.org/jira/browse/NET-246
>             Project: Commons Net
>          Issue Type: Improvement
>            Reporter: Norbert Pfistner
>            Priority: Minor
>
> It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NET-246) SFTP support

Posted by "Shikhar Bhushan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697008#action_12697008 ] 

Shikhar Bhushan commented on NET-246:
-------------------------------------

SFTP support depends on an SSH implementation, not FTP

> SFTP support
> ------------
>
>                 Key: NET-246
>                 URL: https://issues.apache.org/jira/browse/NET-246
>             Project: Commons Net
>          Issue Type: Improvement
>            Reporter: Norbert Pfistner
>            Priority: Minor
>
> It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (NET-246) SFTP support

Posted by "Guillaume Coté (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895064#action_12895064 ] 

Guillaume Coté commented on NET-246:
------------------------------------

I think it should have a common interface with FTPClient and FTPSClient.  It would be difficult to extend the same class.

> SFTP support
> ------------
>
>                 Key: NET-246
>                 URL: https://issues.apache.org/jira/browse/NET-246
>             Project: Commons Net
>          Issue Type: Improvement
>          Components: FTP
>            Reporter: Norbert Pfistner
>            Priority: Minor
>
> It would be nice to have SFTP supported. SFTP should extend FTP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.