File System Management
94
7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
3HE 16132 AAAB TQZZA Edition: 01
3.1.5 URLs
The arguments for the 7210 SAS file commands are modeled after standard
universal resource locator (URL). A URL refers to a file (a file-url) or a directory (a
directory-url).
7210 SAS OS supports operations on both the local file system and on remote files.
For the purposes of categorizing the applicability of commands to local and remote
file operations, URLs are divided into three types: local, ftp and tftp. The syntax for
each of the URL types is listed in Table 18.
All the commands can operate on the local file system. Table 19 describes which
commands also support remote file operations.
Table 18 URL Types and Syntax
URL Type Syntax Notes
local-url [cflash-id:\]path
[usb-flash-id:\]path
cflash-id is the compact flash device name
Values: cf1:\ and cf2:\ (only on 7210 SAS-T and
7210 SAS-Mxp)
usb-flash-id is the USB device name
Values: uf1:\
ftp-url ftp://[username[:password]@]host/path An absolute ftp path from the root of the remote
file system
username is the ftp username
password is the ftp user password
host is the remote host
path is the path to the directory or file
ftp://[username[:password]@]host/./path A relative ftp path from the user’s home directory
Note the period and slash (“./”) in this syntax
compared to the absolute path
tftp-url tftp://host[/path]/filename tftp is only supported for operations on file-urls
Table 19 File Command Local and Remote File System Support
Command local-url ftp-url tftp-url
attrib ✓
cd ✓✓
copy ✓✓✓