core.put#

put#

Copies a file from local to remote.

Retargetable: True#

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

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

CLI arguments#

options:

  • -h, --help

    show this help message and exit

  • --src SRC

    path to the file on initiator

  • --dst DST

    path to where the file should be placed on the remote machine

  • --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).