Specifications
copy
Chapter 20
File Management Commands
582
Usage
The filename and file:filename URLs are equivalent. You can use either
URL to refer to a file in a UNIVERGE WL Controller nonvolatile memory. The
tftp://ip-addr/filename URL refers to a file on a TFTP server. If DNS is
configured on the UNIVERGE WL Controller, you can specify a TFTP server’s
hostname as an alternative to specifying the IP address.
The tmp:filename URL specifies a file in temporary storage. You can copy a file
out of temporary storage but you cannot copy a file into temporary storage.
Temporary storage is reserved for use by UNIVERGE WL Control System.
If you are copying a system image file into nonvolatile storage, the filename must
be preceded by the boot partition name, which can be boot0 or boot1. Enter the
filename as boot0:/filename or boot1:/filename. You must specify the boot
partition that was not used to load the currently running image.
The maximum supported file size for TFTP is 32 MB.
Examples
The following command copies a file called floorwl from nonvolatile
storage to a TFTP server:
PROMPT# copy floorwl tftp://10.1.1.1/floorwl
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
success: copy complete.
The following command copies a file called closetwl from a TFTP server to
nonvolatile storage:
PROMPT# copy tftp://10.1.1.1/closetwl closetwl
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
success: copy complete.
The following command copies system image UV04240.021 from a TFTP server
to boot partition 1 in nonvolatile storage:
PROMPT# copy tftp://10.1.1.107/UV04240.021 boot1:UV04240.021
...............................................................................
.............................success: received 9163214 bytes in 105.939 seconds
[ 86495 bytes/sec]
success: copy complete.