Opened 16 years ago
Closed 16 years ago
#3908 closed Bug report (fixed)
Version 3.1.4.1 for MAC OS 10 trashes my sitemanager.xml
Reported by: | Larry | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | OS X | |
Operating system version: | 10.5.4 |
Description
Using Version 3.1.4.1 for my MAC OS 10 trashes my sitemanager.xml file and will not import it from a backup. The error manifests after install and the second tiome it launchs. Error begins with "can not load filezilla.xml". When I remove it, it then states "can not load sitemanager.xml". The sitemanager.xml file has a damaged record for an SFTP connection that uses port 20202. After the user entry the is garbage for the balance of that server record. The rest of the data is not damaged. Attached is a copy of the damaged <sever></server record.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | damaged_sitemanager.xml added |
---|
follow-up: 2 comment:1 by , 16 years ago
Status: | new → moreinfo |
---|
comment:2 by , 16 years ago
Status: | moreinfo → new |
---|
Replying to codesquid:
Are you sure you're using 3.1.4.1 and not 3.1.4?
Yes, if I use the currently available download (3.1.4.1) the sitemanager.xml gets trashed.
comment:3 by , 16 years ago
Priority: | critical → normal |
---|---|
Status: | new → moreinfo |
Does the data for that site contain any non-ASCII characters?
Does the problem reappear if you start over with an empty sitemanager.xml and recreate your sites?
comment:4 by , 16 years ago
Status: | moreinfo → new |
---|
The file I originally attached has the complete <sever></server> section that causes the failure. Remove it and the remaining sitemanager.xml can be substituted and works. Add it as here below and it corrupts as in the attached xml. I think perhaps the port 20202 may be at issue.
<Server>
<Host>67.151.115.114</Host>
<Port>20202</Port>
<Protocol>1</Protocol>
<Type>0</Type>
<User>webbackup</User>
<Pass>owempweoopwmwo</Pass>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>SAFCO FTP Backup</Name>
<Comments></Comments>
<LocalDir></LocalDir>
<RemoteDir></RemoteDir>SAFCO FTP Backup
</Server>
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Will be fixed in the next version.
Are you sure you're using 3.1.4.1 and not 3.1.4?