Purpose
Copy a file to the appliance
from a
remote location.
Syntax
file
get url localfile
Parameters
- url
- Uniform resource locator that is specified in one
of the two following formats. In the following formats, white space
is added only for readability. Do not included any white space in
the URL on the command.
- localfile
- Name to be assigned to the local copy of the file. No absolute
path elements (leading forward slashes) or subdirectories (forward
slashes) are allowed. It must be a relative, flat name.
Example
Retrieve
a firmware file from a remote
location and give it the name of
newfirmware on the appliance.
Console> file get scp://user1@server1.raleigh.ibm.com:~/dev_bedrock.scrypt2 newfirmware.scrypt2
user1@server1.raleigh.ibm.com's password:
dev_bedrock.scrypt2 100% 136MB 34.0MB/s 00:04
Wrote 142553856 bytes to local storage
Console>