Creates a new SSHPrompt object.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public SSHAuthPrompt(
	string prompt,
	string response
)
Visual Basic
Public Sub New ( _
	prompt As String, _
	response As String _
)
Visual C++
public:
SSHAuthPrompt(
	String^ prompt, 
	String^ response
)

Parameters

prompt
Type: System..::..String
prompt string from server, e.g. 'Password:'
response
Type: System..::..String
response to this prompt

See Also