SSHCommand
public class SSHCommand<T> : SSHChannel<T> where T : RawLibrary
Undocumented
-
Undocumented
Declaration
Swift
public override init?(host: String, port: UInt16 = 22, environment: [Environment] = [], terminal: Terminal? = nil)
-
Undocumented
Declaration
Swift
public override func close()
-
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)?)