edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Checks the FTP type and throws an exception if it's incorrect.

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

Syntax

C#
protected virtual void CheckFTPType(
	bool ftpOnly
)
Visual Basic
Protected Overridable Sub CheckFTPType ( _
	ftpOnly As Boolean _
)
Visual C++
protected:
virtual void CheckFTPType(
	bool ftpOnly
)

Parameters

ftpOnly
Type: System..::..Boolean
true if the type must be FTP.

See Also