Previous Topic: CopyFileData Method

Next Topic: SetFileAgent2 Method


SetFileAgent Method

Sets information used for accessing a remote system.

Syntax

object.SetFileAgent(szRemoteMachine, szRemoteUser, szRemotePassword, szClientPath)

Owning Class

CaWFormAttachment

Arguments

szRemoteMachine - remote machine name.

szRemoteUser - remote user name.

szRemotePassword - remote password.

szClientPath - client path.

Return Value

None

Example

FormAttachment.SetFileAgent(szBroker, szUser, szPassword, szPath)

More information: