core.get#

get#

Copies a file from remote to local.

Retargetable: True#

cijoe.core.scripts.get.main(args, cijoe)#

Copies the file at args.src on the remote machine to args.dst on the local machine

CLI arguments#

options:

  • -h, --help

    show this help message and exit

  • --src SRC

    path to the file on remote machine

  • --dst DST

    path to where the file should be placed on the initiator

  • --transport TRANSPORT

    The name of the transport which should be considered as the remote machine. Use ‘initiator’ if the commands should be run locally. Defaults to the first transport in the config file (‘initiator’ if none are defined).