HP Cache Server Appliance Administrator Guide

201
Appendix D Configuration Files
proxy.config.ftp.server_data_default_
pasv
INT
1 Specifies the default method used to set up
server side data connections.
1 = Traffic Server sends a PASV to the FTP
server and lets the FTP server open a listening
port.
0 = Traffic Server tries PORT first (sets up a
listening port on the Traffic Server side of the
connection).
proxy.config.ftp.try_pasv_times
INT
1024 Specifies the number of times Traffic Server
can try to open a listening port when the FTP
client sends a PASV.
proxy.config.ftp.try_port_times
INT
1024 Specifies the maximum number of times
TrafficServercantrytoopenalisteningport
when sending a PORT to the FTP server.
proxy.config.ftp.try_server_ctrl_connect
_times
INT
6 Specifies the maximum number of times
Traffic Server can try to connect to the FTP
server's control listening port.
proxy.config.ftp.try_server_data_
connect_times
INT
3 Specifies the maximum number of times
Traffic Server can try to connect to the FTP
server's data listening port when it sends a
PASV to the FTP server and gets the IP/
listening port information.
proxy.config.ftp.try_client_data_connect
_times
INT
3 Specifies the maximum number of times
Traffic Server can try to connect to the FTP
client's data listening port when the FTP
client sends a PORT with the IP/listening port
information.
proxy.config.ftp.client_ctrl_no_activity_
timeout
INT
900 Specifies the no activity timeout for the FTP
client control connection.
proxy.config.ftp.client_ctrl_active_
timeout
INT
14400 Specifies the active timeout for the FTP client
control connection.
proxy.config.ftp.server_ctrl_no_activity
_timeout
INT
900 Specifies the inactivity timeout for the FTP
server control connection.
proxy.config.ftp.server_ctrl_active_
timeout
INT
14400 Specifies the active timeout for the FTP
server control connection.
proxy.config.ftp.pasv_accept_timeout
INT
120 Specifies the timeout value for a listening
data port in traffic server (for PASV, for the
client data connection)
proxy.config.ftp.port_accept_timeout
INT
120 Specifies the timeout value for a listening
data port in Traffic Server (for PORT, for the
server data connection)
Configuration Variable
Data Type
Default Value Description