7210 SAS-MXP, R6, R12, S, SX, T BASIC SYSTEM
CONFIGURATION GUIDE RELEASE 22.9.R1
File system management
Command local-url ftp-url tftp-url
version
✓ ✓ ✓
The system accepts either forward slash (‟/”) or backslash (‟\”) characters to delimit directories and
filenames in URLs. Similarly, the SCP client application on the 7210 SAS can use either slash or backslash
characters, but not all SCP clients treat backslash characters as equivalent to slash characters. In
particular, UNIX systems will often times interpret the backslash character as an ‟escape” character. This
can cause problems when using an external SCP client application to send files to the SCP server. If the
external system treats the backslash like an escape character, the backslash delimiter will get stripped by
the parser and will not be transmitted to the SCP server.
For example, a destination directory specified as ‟cf1:\dir1\file1” will be transmitted to the SCP server
as ‟cf1:dir1file1” where the backslash escape characters are stripped by the SCP client system before
transmission. On systems where the client treats the backslash like an ‟escape” character, a double
backslash ‟\\” or the forward slash ‟/” can typically be used to correctly delimit directories and the filename.
3.1.6 Wildcards
7210 SAS supports the standard DOS wildcard characters. The asterisk (*) can represent zero or more
characters in a string of characters, and the question mark (?) can represent any one character.
Example
A:ALA-1>file cf1:\ # copy test*.cfg siliconvalley
cf1:\testfile.cfg
1 file(s) copied.
A:ALA-1>file cf1:\ # cd siliconvalley
A:ALA-1>file cf1:\siliconvalley\ # dir
Volume in drive cf1 on slot A has no label.
Directory of cf1:\siliconvalley\
05/10/2006 11:32p <DIR> .
05/10/2006 11:14p <DIR> ..
05/10/2006 11:32p 7597 testfile.cfg
1 File(s) 7597 bytes.
2 Dir(s) 1082368 bytes free.
A:ALA-1>file cf1:\siliconvalley\ #
3.2 File management tasks
This section describes system file management tasks including copying, moving, displaying and deleting
files; modifying file attributes; and creating, displaying, and deleting directories.
Note:
When a file system operation is performed with a command that can potentially delete or
overwrite a file system entry (such as the copy, delete, move, rd, or scp command), a prompt
appears to confirm the action. The force keyword performs these file management operations
without displaying the confirmation prompt.
3HE 18197 AAAB TQZZA
© 2022 Nokia.
Use subject to Terms available at: www.nokia.com/terms/.
99
SPACER TEXT