The copy command allows you to copy a file. The syntax is the reverse of the clone command.
Syntax
[email protected]:~$ copy file
Possible completions:
http://<user>:<passwd>@<host>/<file>
Copy files from specified source
scp://<user>:<passwd>@<host>/<file>
ftp://<user>:<passwd>@<host>/<file>
tftp://<host>/<file>
1.2.0-beta1://config/
999.201702162137-://config/
running://config/
To copy from file A to file B:
[email protected]:~$ copy <file A> to <file B>