Previous Topic: SetFileAgent Method

Next Topic: CaWHarvest


SetFileAgent2 Method

Sets information used for accessing a remote system.

Syntax

object.SetFileAgent2(szRemoteMachine, szRemoteUser, szRemotePassword, szClientPath, szPortNumber)

Owning Class

CaWForm

Arguments

szRemoteMachine - remote machine name.

szRemoteUser - remote user name.

szRemotePassword - remote password.

szClientPath - path to client file.

szPortNumber – agent port number.

Return Value

None

Example

Form.SetFileAgent2(szBroker, szUser, szPassword, szPath, “7001”)

More information:

CHSDK Programming Fundamentals

CaWFormAttachment