Specifying Filenames and URLs
In some CLI commands and configuration statements—including
file copy
,file archive,
load,
andsave
—you can include a filename.You can specify a filename or URL in one of the following ways:
filename
—File in the user's current directory on the local system. You can use wildcards to specify multiple source files or a single destination file. Wildcards are not supported in FTP.
path
/
filename
—File on the local system.File URL—
File URL of local files.usb:
filename
—Files on a dynamically mounted USB port.ftp://
hostname
/
path
/
filename
—File on an FTP server. You can also specifyhostname
asusername
@
hostname
orusername
:
password
@
hostname
.user@host>file copy ftp://username@ftp.hostname.net//filename
file copy ftp.hostname.net: Not logged in.