SSHCommand

public class SSHCommand<T> : SSHChannel<T> where T : RawLibrary

Undocumented

  • Undocumented

    Declaration

    Swift

    public func execute(_ command: String, completion: ((String, Data?, Error?) -> Void)?)
  • Undocumented

    Declaration

    Swift

    public func execute(_ command: String, completion: ((String, String?, Error?) -> Void)?)