HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

Fabric OS 5.0.0 command reference guide 113
Examples
To download a configuration file using FTP from host “citadel, using account “jdoe, and file
config.txt”:
To download the same configuration file using SCP:
See also
configDefault
configShow
configUpload
configure
file Specifies the file name, in quotation marks: for example, “config.txt”.
Absolute path names might be specified using a forward slash (/). Relative
path names search for the file in the user’s home directory on UNIX hosts
and in the directory on which the FTP server is running on Windows hosts.
passwd Specifies the password for the FTP login.
switch:admin> configdownload -p ftp
"citadel","jdoe","config.txt",“passwd”
Committing configuration...done.
download complete
switch:admin> configDownload -p scp "citadel","jdoe","config.txt"
jdoe@citadel's password: ********
Committing configuration...done.
download complete