Purpose
Copy a file to a remote location
from
the appliance.
Syntax
file
put localfile url
Parameters
- localfile
- Name of the local file to be transferred. This file must exist.
- url
- Uniform resource
locator, as described in file get; however,
the HTTP protocol is not supported for the file put command.
Example
Copy
local file
collect-pd.txt to a remote system as
diag.txt.
Console> file put collect-pd.txt scp://user1@system1.rtp.raleigh.ibm.com:~/diag.txt
user1@system1.rtp.raleigh.ibm.com's password:
collect-pd.txt 100% 101KB 101.4KB/s 00:00
Console>