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
- ctCopyFile
- Copy Files Between FairCom DB Servers (Copy Files Between FairCom DB Servers, /doc/ctreeplus/63314.htm)