Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Group

Utilities
Description

Transfers files from the target node to the host development node using the FTP protocol. The FTP user used for the transfer is defined in the RT-LAB hardware configuration which can be modified through the RT-LAB MainControl sub-panels.

Required Control

None
Usage

RtlabApi.GetTargetFile (sourceNodeName, sourceFile, targetPath, mode, logicalId)

Input
  • sourceNodeName: Physical node name (defined in RT-LAB hardware configuration).
  • sourceFile: Path and name of the file to be transferred (accepts wildcards).
  • targetPath: Path (only) of the target directory.
  • mode: See OP_FILE_TRANSFER_MODE.
  • logicalId: See Glossary. To specify all subsystem, set the logicalId to 0.
Output

None

Exception
  • EOK: Success.
  • EFAULT: Invalid parameter.
  • EBADF: Model not specified by previous Connect or SetCurrentModel.
  • EINVAL: Invalid subsystem id.
  • EIO: Error sending the request or receiving the reply.
ExamplesSee example file_transfer.
Related ItemsOP_FILE_TRANSFER_MODE, PutTargetFile.
Modulesimport RtlabApi
  • No labels