Opened 18 years ago

Last modified 17 years ago

#1165 closed Bug report

Queue stores PW when "Don'tRememberPassword=1"

Reported by: brcummin Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: brcummin, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Items in exported queue contain password (albiet
encrypted) even when "Don'tRememberPassword=1". I would
think queued servers would need to reauthenticate when
"Don't Remember" was set.

<?xml version="1.0" encoding="ISO-8859-1"?>
<FileZilla>
<TransferQueue>
<QueueItem>
<File Localfile="C:\Documents and
Settings\brcummin\Desktop\ILSTU_report.zip"
Size="9769744" Remotefile="ILSTU_report.zip"
Remotepath="4096 0 8 ilstuftp"/>
<Data Transfermode="1" Get="1" RetryCount="0" Open="0"/>
<Server Host="ftp.peopleadmin.com" Port="21"
User="ilstuftp" Pass="073007000092024003000072072"
FirewallBypass="0" DontRememberPass="0"
ServerType="4096" Path="" PasvMode="0" TimeZoneOffset="0"/>
</QueueItem>
<QueueItem>
<File Localfile="C:\Documents and
Settings\USER\Desktop\BADSPDF" Size="10"
Remotefile="BADSPDF" Remotepath="4112 0 6 INRBRC 3 TMN
3 JCL"/>
<Data Transfermode="1" Get="1" RetryCount="0" Open="0"/>
<Server Host="mvs.host.domain.edu" Port="21"
User="user" Pass="A mask of 24 numbers"
FirewallBypass="0" DontRememberPass="1"
ServerType="4112" Path="&apos;USER.&apos;" PasvMode="0"
TimeZoneOffset="0"/>
</QueueItem>
<QueueItem>
<File Localfile="C:\Documents and
Settings\user\Desktop\FAW.GLS.DOWNLOAD" Size="620"
Remotefile="AIX.xxx.xxxxxxxx" Remotepath="4096 0 4 home
8 user"/>
<Data Transfermode="1" Get="1" RetryCount="0" Open="0"/>
<Server Host="AIX.xxx.xxxxxxxx" Port="21" User="user"
Pass="A mask of 24 characters" FirewallBypass="0"
DontRememberPass="1" ServerType="4096" Path=""
PasvMode="0" TimeZoneOffset="0"/>
</QueueItem>
</TransferQueue>
</FileZilla>

Change History (1)

comment:1 by Tim Kosse, 17 years ago

Known limitation in the design of FileZilla. A fix would be
rather difficult.

Note: See TracTickets for help on using tickets.