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