Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.4k views
in Java FTP by (1.3k points)
FTPClient.setAutoPassiveIPSubstitution(boolean)
Which behaviour will I get by setting this attribute to true ?

1 Answer

0 votes
by (162k points)
Instead of using the IP address sent back to the client in the reply to the PASV command, the client will use the server's IP address to establish the data socket (a new connection is used for each transfer).

Categories

...