Skip to content

Is it possible to support exec-out ? #150

@Ryanznoco

Description

@Ryanznoco

How can I implement exec-out, just like this ?

public InputStream executeOut(String command, String... args) throws IOException, JadbException {
    Transport transport = getTransport();
    StringBuilder shellLine = buildCmdLine(command, args);
    send(transport, "exec-out:" + shellLine.toString());
    return new BufferedInputStream(transport.getInputStream());
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions