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

SecureFTPConnectionRetryAuthentication Property

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool RetryAuthentication { get; set; }

Property Value

Boolean

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