Chapter 4: Property Reference

ftp.server_data( )

Determines the type of data connection to be used with this FTP transaction.

Syntax

ftp.server_data(autopassiveport)

where:

auto—First attempt a PASV data connection. If this fails, switch to PORT.

passive—Use a PASV data connection. PASV data connections are not allowed by some firewalls.

port—Use a PORT data connection. FTP servers can be configured to not support PORT connections.

Layer and Transaction Notes

Use in <Forward> layers.

Applies to FTP transactions.

See Also

• Properties: ftp.server_connection( ), ftp.transport( )

187

Page 187
Image 187
Blue Coat Systems Proxy SG manual Ftp.serverdata