[SFTP/SCP Only] PBy default, authentication is retried automatically using a different method if it fails.

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

Syntax

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

Remarks

This property applies to SFTP/SCP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also