By default, authentication is retried automatically using a different method if it fails.

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

Syntax

C#
public bool RetryAuth { get; set; }
Visual Basic
Public Property RetryAuth As Boolean
	Get
	Set
Visual C++
public:
property bool RetryAuth {
	bool get ();
	void set (bool value);
}

See Also