Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

ctfcpSetServerParameters

Description:

Sets the user name, password, and server name to use if copying files to another server.

Prototype:

NINT ctfcpSetServerParameters(FCPOPR fcpopr,pTEXT userid,pTEXT userword,pTEXT servername);

Parameters:

  • fcpopr [IN] - The file copy operation handle.
  • userid [IN] - The user ID.
  • userword [IN] - The user’s password.
  • servername [IN] - The server name.

Returns:

  • NO_ERROR - Success.
  • PNUL_ERR - The specified file copy operation handle is NULL.

See also

TOCIndex