function ov transport put

NAME [edit section]

ov_transport_put

SYNOPSIS [edit section]

DESCRIPTION [edit section]

ov_transport_put is an internal function used to transfer directories and files to the target.

It used information from the board file to select the correct method to use to transfer files to the target. Currently supported transports are:

takes the '-r' option to allow putting items recursively. You can use wildcards in the file specifications.

EXAMPLES [edit section]

See the put function for examples of arguments used with this function.

ENVIRONMENT and ARGUMENTS [edit section]

The following environment variables are used by ov_transport_put:

If $TRANSPORT is "ssh":

If $TRANSPORT is "serial":

If $TRANSPORT is "ttc":

For details about the meaning of the environment variables used here, see the TRANSPORT parameters section on the page Adding a board

The arguments are passed unchanged to the particular transport function selected by $TRANPORT. The following argument patterns can be seen in existing calls to 'put', which is the wrapper for this call:

RETURN [edit section]

Returns non-zero on error

SOURCE [edit section]

Located in overlays/base/base-board.fuegoclass

SEE ALSO [edit section]