Interface SftpCommandExecutor

    • Field Summary

      • Fields inherited from interface org.apache.sshd.common.NamedResource

        BY_NAME_COMPARATOR, NAME_EXTRACTOR
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean executeCommand​(java.lang.String args, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr)  
      • Methods inherited from interface org.apache.sshd.common.NamedResource

        getName
    • Method Detail

      • executeCommand

        boolean executeCommand​(java.lang.String args,
                               java.io.BufferedReader stdin,
                               java.io.PrintStream stdout,
                               java.io.PrintStream stderr)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception