Back to product page

BindIPType property


Determines when component binds interface.

Type

A BindTypes enumeration.

Syntax

  • Basic
object.BindIPType [= value]
The BindIPType(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueA BindTypes enumeration, as described in settings.

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.

The settings for value are:
Constant Value Description
bindControl0 Bind only control connection.
bindData 1 Bind only data connection.
bindBoth2 Bind both control and data connection.

Platforms

Windows