Creates a new script instance.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SshScript(
	Ssh ssh,
	string terminator
)
Visual Basic
Public Sub New ( _
	ssh As Ssh, _
	terminator As String _
)
Visual C++
public:
SshScript(
	Ssh^ ssh, 
	String^ terminator
)

Parameters

ssh
Type: Jscape.Ssh..::..Ssh
the underlayed SSH client
terminator
Type: System..::..String
the command terminator

See Also