Chapter 4: Property Reference
187
ftp.server_data( )
Determines the type of data connection to be used with this FTP transaction.
Syntax
ftp.server_data(auto|passive|port)
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( )