Back to product page

ClientName property


Determines client name that will be used with server.

Type

A String value. Represents your client name on remote server.

Syntax

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

Remarks

Prior to issuing Connect method, using ClientName property you can set custom client name that will be used with remote server. It is used for CLNT command.

ClientName property works only with FTP-alike transfer protocols (FTP and FTPS).

Platforms

Windows