C613-50100-01 REV C Command Reference for x930 Series 115
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
FILE AND CONFIGURATION MANAGEMENT COMMANDS
Valid characters The filename and path can include characters from up to four categories. The
categories are:
1) uppercase letters: A to Z
2) lowercase letters: a to z
3) digits: 0 to 9
4) special symbols: all printable ASCII characters not included in the previous
three categories. Including the following characters:
•-
•/
•.
•_
•@
•"
•'
•*
•:
•~
•?
Do not use spaces or parentheses within filenames. Use hyphens or underscores
instead.
Syntax for
directory listings
A leading slash (/) indicates the root of the current filesystem location.
In commands where you need to specify the local filesystem’s Flash base directory,
you may use flash or flash: or flash:/. For example, these commands are all the
same:
• dir flash
• dir flash:
• dir flash:/
Copying with SFTP sftp://[[<location>]/<directory>]
/<filename>
To specify a file in the top-level
directory of the server:
sftp://10.0.0.5/example.cfg
Copying to or from
stack member
Flash
<hostname>-<stack_ID>/flash:[/][<
directory>/]
<stack_member_filename>
To specify a file in the configs directory
on member 2 of a stack named vcstack:
vcstack-2/flash:/configs/example.cfg
When you copy a
file...
Use this syntax: Example: