Hi,
I found a (small) bug in the FTP Connect (Ctrl+Q) dialog.
In the case where a FTP site already exists in the FTP Address Book (Ctrl+Shift+Q), then the "PASV" choice in the Connect dialog is not respected. Instead, the value from the Address Book is always used.
Steps to reproduce (this is most obvious if you know of an FTP site that does NOT support PASV):
- Open "Edit Address Book (Ctrl+Shift+Q)".
- Put in a new FTP site, one that does not support PASV.
- Make sure that on the "Network" tab, PASV is active. (Which should mean the connection will fail.)
- Save the settings.
- Open the "FTP Connect (Ctrl+Q)" dialog.
- Select the just created address book entry for "FTP host".
- Make sure you remove the checkmark for "Use PASV".
- Try to connect.
Expected results: The connection should succeed.
Actual results: The connection fails. In the FTP log a message "Entering Passive Mode" is visible, even though PASV was unchecked. In the server log, it is obvious the "PASV" command has been used.