Delete - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

v Uses SCP to copy a file from the specified URL to the store: directory.
v Uses SCP to copy a file from the logstore: directory to the specified remote
v Uses SFTP to copy a file from the specified URL to the store: directory.
v Uses SFTP to copy a file from the logstore: directory to the specified remote
v Copies a file from the config: directory to the local: directory.

delete

Deletes a file from the flash.
Syntax
delete url
Parameters
url
Guidelines
The delete command deletes a file on the DataPower appliance. The deletion of a
file is permanent. After a file is deleted, it cannot be recovered.
282
Command Reference
# copy scp://jrb@10.10.1.159//XML/stylesheets/InitialConvert.xsl
store:///InitialConvert.xsl
Password: yetanotherpassword
file copy successful
#
target (identified by a qualified host name).
# copy logstore:///Week1.log scp://jrb@ragnarok.datapower.com//LOGS/Week1.log
Password: yetanotherpassword
file copy successful
#
# copy sftp://jrb@10.10.1.159//XML/stylesheets/InitalConvert.xsl
store:///InitalConvert.xsl
Password: yetanotherpassword
file copy successful
#
target.
# copy logstore:///Week1.log sftp://jrb@10.10.1.159//LOGS/x/Week1.log
Password: yetanotherpassword
file copy successful
#
# copy config:///startup-config local:///startup-config
file copy successful (2347 bytes transferred)
#
Specifies a URL of the file to delete. This argument take the following
form:
directory:///filename
directory
Specifies a directory on the appliance. Refer to "Directories on the
appliance" on page xxii for details.
filename
Specifies the name of a file in the specified directory.

Advertisement

Table of Contents
loading

Table of Contents