Checks the FTP type and throws an exception if it's incorrect.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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.