Interface SftpCommandExecutor
- All Superinterfaces:
org.apache.sshd.common.NamedResource
public interface SftpCommandExecutor
extends org.apache.sshd.common.NamedResource
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteCommand(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Method Details
-
executeCommand
boolean executeCommand(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) throws Exception - Throws:
Exception
-