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, --helpshow this help message and exit
--src SRCpath to the file on remote machine
--dst DSTpath to where the file should be placed on the initiator
--transport TRANSPORTThe 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).