Zabee Ulla created SSHD-932:
-------------------------------

             Summary: File transfer to a remote Linux machine
                 Key: SSHD-932
                 URL: https://issues.apache.org/jira/browse/SSHD-932
             Project: MINA SSHD
          Issue Type: Question
    Affects Versions: 2.2.0
            Reporter: Zabee Ulla


We were using Jsch to SSH remote hosts and to get the tasks done. Now, we want 
to switch to Apache Mina. I tried a few things like connecting and executing a 
few Shell commands. 
I need to achieve the following features,
(a) List files of a remote host
(b) Change directory of a remote host
(c) Get file contents as bytes from a remote host
(d) Put a file into the remote host
I have the following questions,
(1) Can Apache Mina comes with all those features that I need?
(2) I am so far successful in doing (a) and (c) using 
session.executeRemoteCommand() how can I write a ZIP file to a remote host?
(3) Can I secure a connection between my localhost and remote through a 
certificate?
(4) As of now, I am using SSHD-CORE and SSHD-COMMON version 2.2.0. Are these 
libraries are enough or do I need to include any other libraries?
Sorry, if the questions sound naive.
Looking at this at an earlier opportunity will definitely help.
Thanks,
Zabee



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to