Chapter 3: Condition Reference
ftp.method=
Tests FTP request methods against any of a
•ftp.method= evaluates to true if the request method matches any of the methods specified.
•ftp.method= evaluates to NULL if the request is not an FTP protocol request.
Syntax
ftp.method=ABORACCTALLOAPPECDUPCWDDELEHELPLISTMDTMMKDMODENLSTNOOPP
ASSPASVPORTPWDRESTRETRRMDRNFRRNTOSITESIZESMNT
STORSTOUSTRUSYSTTYPEUSERXCUPXCWDXMKDXPWDXRMDOPEN
where:
•ftp.method= evaluates to true if the request method matches any of the methods specified.
•It evaluates to NULL if the request is not an FTP protocol request.
Layer and Transaction Notes
•Use in <Proxy>, <Cache>, and <Exception> layers.
•Applies to FTP transactions.
See Also
•Conditions: category=, content_management=, http.method=, http.x_method=, im.method=, method=, server_url=, socks.method=
71