Back to product page

Hostname property


Determines Hostname of remote server.

Type

A String value. Represents name of remote server.

Syntax

  • Basic
object.Hostname[= value]
The Hostname(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA String value.

Remarks

Prior to issuing Connect method, you should set Hostname property to name of remote server, or his IP address. wodFtpDLX will resolve given string, and will use that value when Connect method is called.

Resolving of the hostname can take few seconds, and it all depends on your operating system. It is possible that component will freeze in that time because resolving is a blocking call. There's not much we could internally do to prevent it from happening.

Platforms

Windows