Response-Type; Response-Url - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

response-type

Selects how to make a response available for gateway transactions started by an
FTP STOR or SOUT operation.
Syntax
response-type {none | virtual-filesystem | ftp-client}
Parameters
none
virtual-filesystem
ftp-client
Guidelines
The response-type command selects how to make a response available for gateway
transactions started by an FTP STOR or SOUT operation.
If virtual-filesystem is chosen, the response is made available as a file in the
virtual file system that can be read by the FTP client. The directory for responses is
configured on a per-virtual directory basis. The suffix specified by the
response-suffix command is added to the input file name. The virtual-directory
command controls where the files are stored.
If ftp-client is chosen, the response is not made available using the FTP server. The
response is written using the FTP client. The response is written to the URL
specified by the response-url command. The file name consists of the incoming file
name plus the suffix specified by the response-suffix command.
This command is relevant when filesystem is virtual-ephemeral or
virtual-persistent. Otherwise, it is ignored.
Related Commands
filesystem, response-suffix, response-url, virtual-directory

response-url

Selects the generated response URL.
Syntax
response-url URL
Parameters
URL
(Default) Indicates that no response is made available to the client. Any
response from the server is dropped.
Indicates that the response is made available as a file in the virtual file
system that can be read by the FTP client.
Indicates that the response is written by the FTP client.
Specifies the URL that is used for the generated response. The default is to
have no response generated, which is an empty string. Use a regular
expression in the ^(|ftp://[^/]+(/[^/]+)*)$ form.
Chapter 23. FTP Server Front Side Handler mode
311

Advertisement

Table of Contents
loading

Table of Contents