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

SecureFTPConnectionCheckFTPType Method

Checks the FTP type and throws and exception if it's incorrect.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected override void CheckFTPType(
	bool ftpOnly
)

Parameters

ftpOnly  Boolean
true if the type must be FTP.

See Also