Determines client name that will be used with server.
Property type
A String value. Represents your client name on remote server.
Syntax
object.ClientName [= value]
The ClientName Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type wodFtpDLX.
value
A 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).