edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHAuthPrompt(String, String) Constructor

Creates a new SSHPrompt object.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SSHAuthPrompt(
	string prompt,
	string response
)

Parameters

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

See Also