IBM WebSphere XS40 Command Reference Manual page 307

Datapower xml security gateway
Table of Contents

Advertisement

directory
filename
v If the source file or target destination is remote to the DataPower
appliance and the transport protocol is SCP or SFTP, these arguments
take the form that is compliant with RFC 1738.
To use an absolute path:
To use a path that is relative to the user's home directory:
Where:
host
port
After issuing the command, the system prompts you for the remote
login password.
Guidelines
The copy command transfers files to or from the DataPower appliance. You must
issue this command from the appliance. When the source file or target destination
is remote to the appliance, this command supports only the following protocols:
v HTTP
v HTTPS
v Secure Copy (SCP)
v Secured File Transfer Protocol
To send a file from the appliance as an email, use the Global send file command.
When using the copy command, be aware of the following restrictions:
v You cannot copy files from the cert: directory
v You cannot copy files to the audit:, logstore:, or logtemp: directory.
Related Commands
delete, dir, move, send file (Global)
Examples
v Uses HTTP to copy a file from the specified URL to the image: directory.
# copy http://host/image.crypt image:///image.crypt
file copy successful (1534897 bytes transferred)
#
v Uses HTTP over SSL to copy a file from the specified URL to the image:
directory.
# copy https://host/image.crypt image:///image.crypt
file copy successful (1534897 bytes transferred)
#
directory:///filename
Specifies a directory on the appliance. Refer to "Directories on
the appliance" on page xxii for details.
Specifies the name of a file in the specified directory.
scp://user@host:port//file_path
sftp://user@host:port//file_path
scp://user@host:port/file_path
sftp://user@host:port/file_path
Specifies the fully-qualified host name or IP address of the
remote server. If DNS is enabled, the host name.
Specifies the listening port on the remote server.
Chapter 20. Flash configuration mode
281

Advertisement

Table of Contents
loading

Table of Contents