- file copy source destination
- <source-address address>
Command introduced before JUNOS Release 7.4.
source-address option added in JUNOS Release 7.4.
Copy files from one place to another on the local router or between the local router and a remote system.
source — Source of the original file. Specify this as a URL or filename.
destination — Destination of the copied file. Specify this as a URL or filename. If you are copying a file to the current directory (your home directory on the local router) and are not renaming the file, specify the destination with a period (.).
source-address address — (Optional) Source IP host address. This option is useful for specifying the source address of a secure copy (scp) file transfer.
maintenance
When you enter this command, you are provided feedback on the status of your request.
user@host> file copy /var/tmp/rpd.core.4 berry:/c/junipero/tmp
...transferring.file...... | 0 KB | 0.3 kB/s | ETA: 00:00:00 | 100%
The following sample command copies a configuration file from Routing Engine 0 to Routing Engine 1:
user@host> file copy /config/juniper.conf re1:/var/tmp/copied-juniper.conf
The following sample command copies a log file from Routing Engine 0 to Routing Engine 1:
user@host> file copy lcc0-re0:/var/log/chassisd
lcc0-re1:/var/tmp