wodFTPServer ActiveX Control - BindIPType Property
      
 

Description

Determines when component binds interface.


Property type

A BindTypes enumeration.  


Syntax

object.BindIPType [= value]



The BindIPType Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFTPD.
value A BindTypes enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 bindControl 0 Bind only control connection.
 bindData 1 Bind only data connection.
 bindBoth 2 Bind both control and data connection.

Remarks

BindIPType property defines when will wodFTPServer bind interface specified in BindIP property - for Control connection, for Data connection, or for both connections. This allows you to, for example, force using one interface only for accepting incoming control connections, but allow using any other for data connections to speed up transfers.