Opened 10 years ago
Closed 10 years ago
#10009 closed Bug report (rejected)
Encryption on all mgr connections reset to Use explicit FTP over TLS if available
Reported by: | Jim Michaels | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | 7x64sp1ult retail |
Description
around version 3.10.0, Encryption on all Site Manager connections get reset on the upgrade to Use explicit FTP over TLS if available. it's a real pain to put them back on 200 entries one by one.
I begin to wonder if somehow the setting in the XML file got globally set to this new value or the encryption setting simply got ignored due to a bug either in reading or writing the xml file.
if I change the entry, it stays changed, so I am guessing it only happened during the upgrade process.
strangely enough, I looked through the sitemanager.xml file, and nowhere do I see my Encryption type saved. so I guess it got dropped from some previous or current version.
edited sample:
<Server>
<Host>192.168.1.1</Host>
<Port>21</Port>
<Protocol>0</Protocol>
<Type>0</Type>
<User>JOE PALOOKA</User>
<Pass>ABCDEF</Pass>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_ACTIVE</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>jim 2</Name>
<Comments />
<LocalDir />
<RemoteDir />
<SyncBrowsing>0</SyncBrowsing>jim 2
</Server>
This is intentional. FileZilla now uses explicit FTP over TLS if the server supports it.
The used protocol (and encryption option) are stored in the Protocol element.