Custom Query (8168 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (901 - 1000 of 8168)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Summary Owner Type Priority Component Resolution
#758 FileZilla Server 0.9.3 crash/hang Bug report normal Other
Description

Sometimes, when many clients connects/disconnets my FileZilla Server hangs. I invistigate this problem, in reality it not hangs, it crashes (and stops when unhandled exception is processed in CExceptionReport::UnhandledExceptionFilter(), because this function wants user interaction, but FZS runs as service, and it not have possibility to show message boxes). Also I found (as I think :) ) cause of exception. Destructutor of CControlSocket object sends notification FSM_CONNECTIONDATA with partially filled op->data (filled only op->data->userid) other field filled with some junk, but when this notification processed by CServer::OnServerMessage() more than one field of op-

data is required (e.g. op->data->ip).

For resolve problem I make following patch in file Server.cpp (search attached file for PATCH HERE text).

#759 Upload fails at around 17k on ProFTPD Bug report normal Other
Description

Version 2.2.9

Just came across this problem. No errors are logged (looks successful) but files on the server are truncated to around 17k. Server works fine in WS_FTP.

It's reporting to be a ProFTPD server. We're running through NAT, etc...

#760 First file transfered fails Bug report normal Other
Description

When you click on the first file in the left hand window to transfer a file it begins to send that file immediately.

If then at the same time you hold the shift key down select a file at the bottom of the list (a group of about 5 - 8 files) and then drag and drop to the right window to transfer these files (fairly quickly). Causes a transfer error.

This seems to me to be a chase condition as it only tends to happen on the first transfer. The first file is been transfered whilst the group of files are been transfered. The first file then can cause an error to occur.

Hope that I have explained the problem......

Thanks for the hard work.

Jon

#761 App stops reading remote dir and refuses further interaction Bug report normal Other
Description

When I try to enter certain directories that have *many* files on my friend's SFTP server, Filezilla ultimately stops transferring data, doesn't display the directory, and refuses to have anything else to do with the server until disconnect and following reconnect.

I'm using Windows 98SE, and this bug *might* be related to the amount of available resources in Windows, since Filezilla DOES work correctly when Windows has been freshly rebooted, but the problem occurs again when Windows has been on for sufficiently long.

Along, I've attached a log file where I performed the said thing, with the suggested debug checkmarks turned on.

#763 In windows98, download is slow Bug report normal Other
Description

I use a filezilla client. In windows98, filezilla get the download speed max 1Mbps, But Microsoft's dos ftp get the download speed max 3~4Mbps. I set the HDD with DMA. In other Windows OS, the speed of filezilla is the same as that of Microsoft's. By using a filezilla client, I want to get the download speed as fast as Microsoft's windows ftp in the windows

Please explain the difference of the download speed and show me the solution to get the speed up. Please help me. Thanks in advance. Sorry, my english is poor.

#764 Upload a folder create unneed folder. Bug report normal Other
Description

I use a filezilla clinet program. I select a directory(/home/fff) in the remote tree. So, current directory is /home/fff in the remote site. I drag some folder(ok) in the local site to remote tree (/home/kk) by using a mouse. I expect that the directory(/home/kk/ok) will be created in the remote site. Yes. it created. But, dummy directory(/home/fff/ok) is created in the remote site, too. Filezilla creates dummy directory in the remote current directory.

#767 Empty remote list problem, detailed info Bug report normal Other
Description

Similar to request 1049781, 843691, 614962.

FileZilla is exhibiting a strange behavior. For just one server in my list of sites it's displaying an empty remote directory but not indicating any errors. This site had no problem when I first started using the app at 2.2.5 but recently "broke". Upgrading to 2.2.9 didn't resolve it. Switching active/passive has no effect. There have been no changes to the ftp server that I'm aware of, and other ftp clients including various installs of FileZilla still seem to work fine.

Below are transcripts of my sessions with a couple different configurations. Connecting with normal customized prefs file:

Status: Connecting to x.com ... Trace: FtpControlSocket.cpp(772): OnConnect(0) OpMode=1 OpState=-1 caller=0x00d4f3bc Status: Connected with x.com. Waiting for welcome message... Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-1 caller=0x00d4f3bc Response: 220 FTP Server ready [*] Command: USER x Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=0 caller=0x00d4f3bc Response: 331 Password required for x. Command: PASS Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4f3bc Response: 230-Welcome to our FTP Server, x. Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4f3bc Response: 230------- Response: 230-Please note that all activity on this server is logged and monitored. Response: 230-If you don't agree to this, please disconnect now. Response: 230-------- Response: 230- Response: 230 User x logged in. Command: FEAT Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-13 caller=0x00d4f3bc Response: 500 'FEAT': command not understood. Command: SYST Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-14 caller=0x00d4f3bc Response: 215 UNIX Type: L8 Standard Status: Connected Trace: FtpControlSocket.cpp(3502): ResetOperation(1) OpMode=1 OpState=-14 caller=0x00d4f3bc Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",1)

OpMode=0 OpState=-1 caller=0x00d4f3bc

Status: Retrieving directory listing... Command: PWD Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=0 caller=0x00d4f3bc Response: 257 "/" is current directory. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=0 caller=0x00d4f3bc

Command: PORT xxx,xxx,xxx,xxx,x,xxx Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=7 caller=0x00d4f3bc Response: 200 Port command successful. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=7 caller=0x00d4f3bc

Command: TYPE A Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=8 caller=0x00d4f3bc Response: 200 Type set to A. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=8 caller=0x00d4f3bc

Trace: TransferSocket.cpp(549): SetActive() caller=0x015c2c2c Command: LIST -a Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=9 caller=0x00d4f3bc Response: 150 Opening data connection for directory list. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=9 caller=0x00d4f3bc

Trace: TransferSocket.cpp(410): OnAccept(0) caller=0x015c2c2c Trace: TransferSocket.cpp(509): OnClose(0) caller=0x015c2c2c Trace: TransferSocket.cpp(1122): Close() caller=0x015c2c2c Trace: TransferSocket.cpp(1122): Close() caller=0x015c2c2c Trace: FtpControlSocket.cpp(1574): TransferEnd(4) OpMode=4 OpState=10 caller=0x00d4f3bc Trace: FtpControlSocket.cpp(917): List(TRUE,0,"","",0)

OpMode=4 OpState=10 caller=0x00d4f3bc

Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x015c2c2c Trace: TransferSocket.cpp(1122): Close() caller=0x015c2c2c Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=10 caller=0x00d4f3bc Response: 226 File sent ok Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=10 caller=0x00d4f3bc

Status: Directory listing successful Trace: FtpControlSocket.cpp(3502): ResetOperation(1) OpMode=4 OpState=10 caller=0x00d4f3bc Trace: FtpControlSocket.cpp(834): DoClose(0) OpMode=1024 OpState=-1 caller=0x00d4f3bc Trace: FtpControlSocket.cpp(3502): ResetOperation(4100)

OpMode=1024 OpState=-1 caller=0x00d4f3bc

Status: Disconnected from server

Connects ok, no errors when getting listing. The list is just blank, "<Empty directory listing>"

Connecting with clean prefs file, first try:

Status: Connecting to x.com ... Trace: FtpControlSocket.cpp(772): OnConnect(0) OpMode=1 OpState=-1 caller=0x00d4c594 Status: Connected with x.com. Waiting for welcome message... Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-1 caller=0x00d4c594 Response: 220 FTP Server ready [*] Command: USER x Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=0 caller=0x00d4c594 Response: 331 Password required for x. Command: PASS Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4c594 Response: 230-Welcome to our FTP Server, x. Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4c594 Response: 230------- Response: 230-Please note that all activity on this server is logged and monitored. Response: 230-If you don't agree to this, please disconnect now. Response: 230-------- Response: 230- Response: 230 User x logged in. Command: FEAT Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-13 caller=0x00d4c594 Response: 500 'FEAT': command not understood. Command: SYST Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-14 caller=0x00d4c594 Response: 215 UNIX Type: L8 Standard Status: Connected Trace: FtpControlSocket.cpp(3502): ResetOperation(1) OpMode=1 OpState=-14 caller=0x00d4c594 Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",1)

OpMode=0 OpState=-1 caller=0x00d4c594

Status: Retrieving directory listing... Command: PWD Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=0 caller=0x00d4c594 Response: 257 "/" is current directory. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=0 caller=0x00d4c594

Command: PORT xxx,xxx,xxx,xxx,x,xx Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=7 caller=0x00d4c594 Response: 200 Port command successful. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=7 caller=0x00d4c594

Command: TYPE A Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=8 caller=0x00d4c594 Response: 200 Type set to A. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=8 caller=0x00d4c594

Trace: TransferSocket.cpp(549): SetActive() caller=0x017f008c Command: LIST Error: Timeout detected! Trace: TransferSocket.cpp(1122): Close() caller=0x017f008c Trace: FtpControlSocket.cpp(1574): TransferEnd(132) OpMode=4 OpState=9 caller=0x00d4c594 Trace: FtpControlSocket.cpp(917): List(TRUE,128,"","",0) OpMode=4 OpState=9 caller=0x00d4c594 Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x017f008c Trace: TransferSocket.cpp(1122): Close() caller=0x017f008c Trace: FtpControlSocket.cpp(834): DoClose(0) OpMode=4 OpState=9 caller=0x00d4c594 Trace: FtpControlSocket.cpp(3502): ResetOperation(4100)

OpMode=4 OpState=9 caller=0x00d4c594

Error: Could not retrieve directory listing

Times out and disconnects completely. It does register as the last server connected and makes the reconnect option available. If I wait a few minutes before trying to reconnect it behaves this same way. However if I use reconnect within seconds of the first attempt:

Status: Connecting to x.com ... Trace: FtpControlSocket.cpp(772): OnConnect(0) OpMode=1 OpState=-1 caller=0x00d4c594 Status: Connected with x.com. Waiting for welcome message... Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-1 caller=0x00d4c594 Response: 220 FTP Server ready [*] Command: USER x Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=0 caller=0x00d4c594 Response: 331 Password required for x. Command: PASS Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4c594 Response: 230-Welcome to our FTP Server, x. Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=3 caller=0x00d4c594 Response: 230------- Response: 230-Please note that all activity on this server is logged and monitored. Response: 230-If you don't agree to this, please disconnect now. Response: 230-------- Response: 230- Response: 230 User x logged in. Command: FEAT Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-13 caller=0x00d4c594 Response: 500 'FEAT': command not understood. Command: SYST Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=1 OpState=-14 caller=0x00d4c594 Response: 215 UNIX Type: L8 Standard Status: Connected Trace: FtpControlSocket.cpp(3502): ResetOperation(1) OpMode=1 OpState=-14 caller=0x00d4c594 Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",1)

OpMode=0 OpState=-1 caller=0x00d4c594

Status: Retrieving directory listing... Command: PWD Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=0 caller=0x00d4c594 Response: 257 "/" is current directory. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=0 caller=0x00d4c594

Command: PORT 170,149,138,135,8,94 Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=7 caller=0x00d4c594 Response: 200 Port command successful. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=7 caller=0x00d4c594

Command: TYPE A Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=8 caller=0x00d4c594 Response: 200 Type set to A. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=8 caller=0x00d4c594

Trace: TransferSocket.cpp(549): SetActive() caller=0x017f008c Command: LIST Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=9 caller=0x00d4c594 Response: 150 Opening data connection for directory list. Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=9 caller=0x00d4c594

Trace: TransferSocket.cpp(410): OnAccept(0) caller=0x017f008c Trace: TransferSocket.cpp(1122): Close() caller=0x017f008c Trace: FtpControlSocket.cpp(1574): TransferEnd(4) OpMode=4 OpState=10 caller=0x00d4c594 Trace: FtpControlSocket.cpp(917): List(TRUE,0,"","",0)

OpMode=4 OpState=10 caller=0x00d4c594

Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x017f008c Trace: TransferSocket.cpp(1122): Close() caller=0x017f008c Trace: FtpControlSocket.cpp(640): OnReceive(0) OpMode=4 OpState=10 caller=0x00d4c594 Response: 226 File sent ok Trace: FtpControlSocket.cpp(917): List(FALSE,0,"","",0)

OpMode=4 OpState=10 caller=0x00d4c594

Status: Directory listing successful Trace: FtpControlSocket.cpp(3502): ResetOperation(1) OpMode=4 OpState=10 caller=0x00d4c594 Trace: FtpControlSocket.cpp(834): DoClose(0) OpMode=1024 OpState=-1 caller=0x00d4c594 Trace: FtpControlSocket.cpp(3502): ResetOperation(4100)

OpMode=1024 OpState=-1 caller=0x00d4c594

Status: Disconnected from server

Works perfectly. Remote directory list is filled.

Extra notes:

  • If "show raw directory listing" is enabled, no such

data is shown when connecting with clean prefs the first time, while the second (successful) try does. With a customized prefs file this option outputs "Empty directory listing" as the list data.

  • When displaying an empty list, manually navigating to

a directory that is known to exist is successful, but subsequently also displays an empty list.

  • Uploading files into an empty listing works. Manually

downloading known existing files works.

Below are the contents of my typical prefs file, minus sensitive info:

<?xml version="1.0" encoding="ISO-8859-1"?> <FileZilla> <Settings> <Item name="Last Server Port" type="numeric">21</Item> <Item name="Last Server User" type="string">x</Item> <Item name="Last Server dont save pass" type="numeric">0</Item> <Item name="Last server name" type="string">xxx</Item> <Item name="Last Server Pass" type="string">0000000000</Item> <Item name="Last Server Firewall Bypass" type="numeric">0</Item> <Item name="Last Server Path" type="string">4096 0 </Item> <Item name="Last Server Type" type="numeric">4096</Item> <Item name="Last Server transfer mode" type="numeric">2</Item> <Item name="Default Folder" type="string">C:\mypath\</Item> <Item name="Logontype" type="numeric">0</Item> <Item name="FWHost" type="string"></Item> <Item name="FWPort" type="numeric">0</Item> <Item name="FWUser" type="string"></Item> <Item name="FWPass" type="string"></Item> <Item name="Timeout Length" type="numeric">30</Item> <Item name="Use Keep Alive" type="numeric">1</Item> <Item name="Interval Low" type="numeric">15</Item> <Item name="Interval High" type="numeric">30</Item> <Item name="Retry Delay" type="numeric">5</Item> <Item name="Num Retries" type="numeric">5</Item> <Item name="Proxy Type" type="numeric">0</Item> <Item name="Proxy Host" type="string"></Item> <Item name="Proxy Port" type="numeric">0</Item> <Item name="Proxy User" type="string"></Item> <Item name="Proxy Pass" type="string"></Item> <Item name="Proxy Use Logon" type="numeric">0</Item> <Item name="Default Folder Type" type="numeric">0</Item> <Item name="Sitemanager on startup" type="numeric">0</Item> <Item name="SiteManager Folders First" type="numeric">0</Item> <Item name="No Expand SiteManager Folders" type="numeric">0</Item> <Item name="Transfer Mode" type="numeric">0</Item> <Item name="ASCII files" type="string">ASP;BAT;C;CFM;CGI;CONF;CPP;CSS;DHTML;DIZ;H;HPP;HTM;HTML;INC;JS;MAK;NFO;PAS;PATCH;PHP;PHTML;PINERC;PL;QMAIL;SH;SHTML;SQL;TCL;TPL;TXT;VBS;</Item> <Item name="No toolbar" type="numeric">0</Item> <Item name="No Quickconnbar" type="numeric">0</Item> <Item name="No Statusbar" type="numeric">0</Item> <Item name="No Messagelog" type="numeric">0</Item> <Item name="No Treeview" type="numeric">0</Item> <Item name="Show Remote Treeview" type="numeric">1</Item> <Item name="No Queue" type="numeric">0</Item> <Item name="No view labels" type="numeric">0</Item> <Item name="Remember View settings" type="numeric">0</Item> <Item name="Remember Window Size" type="numeric">1</Item> <Item name="Minimize to Tray" type="numeric">0</Item> <Item name="Remember Local View" type="numeric">0</Item> <Item name="Local List View Style" type="numeric">0</Item> <Item name="Hide Local Columns" type="numeric">0</Item> <Item name="Remember Local column widths" type="numeric">1</Item> <Item name="Local Filesize format" type="numeric">0</Item> <Item name="Show Local Statusbar" type="numeric">1</Item> <Item name="Local doubleclick action" type="numeric">0</Item> <Item name="Remember Remote View" type="numeric">0</Item> <Item name="Remote List View Style" type="numeric">0</Item> <Item name="Hide Remote Columns" type="numeric">32</Item> <Item name="Remember Remote column widths" type="numeric">1</Item> <Item name="Remote Filesize format" type="numeric">0</Item> <Item name="Always Show Hidden Files" type="numeric">1</Item> <Item name="Show Remote Statusbar" type="numeric">1</Item> <Item name="Remote doubleclick action" type="numeric">0</Item> <Item name="Use GSS" type="numeric">0</Item> <Item name="GSS enabled servers" type="string">mit.edu;</Item> <Item name="Debug Trace" type="numeric">1</Item> <Item name="Debug Show Listing" type="numeric">0</Item> <Item name="Enable debug menu" type="numeric">1</Item> <Item name="Pasv" type="numeric">1</Item> <Item name="Limit Port Range" type="numeric">0</Item> <Item name="Port Range Low" type="numeric">1</Item> <Item name="Port Range High" type="numeric">65535</Item> <Item name="Transfer IP" type="string"></Item> <Item name="Use directory cache" type="numeric">1</Item> <Item name="Max Dir Cache Time" type="numeric">1800</Item> <Item name="Preserve DL file time" type="numeric">0</Item> <Item name="Primary TransferMax Size" type="numeric">1024</Item> <Item name="Transfer Api Count" type="numeric">4</Item> <Item name="Use multiple connections" type="numeric">1</Item> <Item name="File exists Action" type="numeric">0</Item> <Item name="Default View Edit Prog" type="string">C:\WINNT\NOTEPAD.EXE</Item> <Item name="Custom View Edit Progs" type="string"></Item> <Item name="Use Ident server" type="numeric">0</Item> <Item name="Ident when connecting only" type="numeric">0</Item> <Item name="Ident reply same IP" type="numeric">0</Item> <Item name="Ident UserID" type="string"></Item> <Item name="Ident OS" type="string">UNIX</Item> <Item name="SpeedLimit Download Type" type="numeric">0</Item> <Item name="SpeedLimit Download Value" type="numeric">10</Item> <Item name="SpeedLimit Upload Type" type="numeric">0</Item> <Item name="SpeedLimit Upload Value" type="numeric">10</Item> <Item name="SpeedLimit Download Rules" type="string"></Item> <Item name="SpeedLimit Upload Rules" type="string"></Item> <Item name="SSH Use Compression" type="numeric">0</Item> <Item name="SSH Force Protocol" type="numeric">0</Item> <Item name="Local treeview location" type="numeric">0</Item> <Item name="Remote treeview location" type="numeric">0</Item> <Item name="Switch view locations" type="numeric">0</Item> <Item name="Debug Log To File" type="numeric">0</Item> <Item name="Debug Log File" type="string"></Item> <Item name="Use custom messaglog font" type="numeric">0</Item> <Item name="Messagelog font name" type="string">MS Shell Dlg</Item> <Item name="Messagelog font size" type="numeric">8</Item> <Item name="Local column sort direction" type="numeric">17</Item> <Item name="Remote column sort direction" type="numeric">17</Item> <Item name="Last Window Size" type="string">1 -4 -4 1284 1000</Item> <Item name="Last Splitter Pos" type="string">116 481 303 303 633</Item> <Item name="Local column widths" type="string">315 66 100 138</Item> <Item name="Remote column widths" type="string">252 70 80 76 54 90 90</Item> <Item name="Enable IPv6" type="numeric">0</Item> <Item name="Transfer IP v6" type="string"></Item> <Item name="VMS display all revisions" type="numeric">0</Item> <Item name="Log Timestamps" type="numeric">0</Item> <Item name="Use MODE Z " type="numeric">2</Item> <Item name="MODE Z level" type="numeric">8</Item> <Item name="Last Server Host" type="string">x.com</Item> </Settings> <RecentServers/> <Sites> <Site Name="xxx" Host="x.com" Port="21" User="x" RemoteDir="" LocalDir="" Pass="0000000000" Logontype="1" FWBypass="0" DontSavePass="0" ServerType="0" PasvMode="0" TimeZoneOffset="0" TimeZoneOffsetMinutes="0" Comments="" DefaultSite="0"/> </Sites> </FileZilla>

Clean prefs contents:

<?xml version="1.0" encoding="ISO-8859-1"?> <FileZilla> <Settings> <Item name="Last Server Port" type="numeric">21</Item> <Item name="Last Server User" type="string">x</Item> <Item name="Last Server dont save pass" type="numeric">0</Item> <Item name="Last server name" type="string">xxx</Item> <Item name="Last Server Pass" type="string">0000000000</Item> <Item name="Last Server Firewall Bypass" type="numeric">0</Item> <Item name="Last Server Path" type="string">4096 0 </Item> <Item name="Last Server Type" type="numeric">4096</Item> <Item name="Last Server transfer mode" type="numeric">0</Item> <Item name="Default Folder" type="string"></Item> <Item name="Debug Trace" type="numeric">1</Item> <Item name="Debug Show Listing" type="numeric">0</Item> <Item name="Last Server Host" type="string">x.com</Item> </Settings> <RecentServers/> <Sites> <Site Name="xxx" Host="x.com" Port="21" User="x" RemoteDir="" LocalDir="" Pass="0000000000" Logontype="1" FWBypass="0" DontSavePass="0" ServerType="0" PasvMode="0" TimeZoneOffset="0" TimeZoneOffsetMinutes="0" Comments="" DefaultSite="0"/> </Sites> <TransferQueue/> </FileZilla>

#769 FileZilla breaks RFC 2228 with Implicit SSL? Bug report normal Other
Description

When using Implicit SSL the FileZilla client (version 2.2.9) automatically uses SSL for data connections without first issuing the command 'PROT P'. RFC 2228 states that unless otherwise specified, the data channel will remain clear.

This causes issues with many FTP servers that support Implicit SSL, as they expect the connection to be in clear text, not SSL. The result is an inability to do any file listings, or transfers.

#770 Spelling error in German version Bug report normal Other
Description

Versions of Filezilla tested: 2.2.8, 2.2.9 (German interface)

Problem: During connecting to the FTP server the windows title of FileZilla changes to "Vebinde mit ..." and after the connection is established it switches to "Verbunden mit...".

Wrong spelling: "Vebinde mit" Correct spelling would be: "Verbinde mit"

Jürgen

#771 FZ Server 0.9.2 beta crashed Bug report normal Other
Description

FileZilla Server - Unhandled exeption

#772 Spelling error in Russian version Bug report normal Other
Description

There are: Transfer / File overerite settings / Resume in Russian version called "@>?CAB8BL" (Propustit') It is wrong!

Resume -> @>4>;68BL (Prodolzhyt')

#773 upload in ascii mode results in 16k truncation Bug report normal Other
Description

Hi there,

found a most annoying bug when uploading an asp file (in auto-ascii mode) to my hosting-provider. Any asp file larger than 16k seems to be truncated to 16k resulting in a corrupt file. The same for html-files which makes me believe it has something to do with ascii mode in general. Upload from command-line ftp (microsoft client) works just fine (in ascii mode) so it's not the ftp-server.

Im running v2.2.9 on Windows 2000

regards, Koen.

#774 Messaging wrong on open file issue (2.2.9) Bug report critical Other
Description

In the Client (2.2.9, 2.16a...) you cannot transfer a file when it is being edited in another program in Windows XP SP2. This is probably true for all windows versions. SmartFTP gives the correct error message, something like "cannot transfer file because it is open in another program". Filezilla says "too many retries" and does not give a clue as to why you cannot transfer a file.

For example: Open Office is open and editing an HTML document. You open Filezilla Client 2.2.9 and attempt to transfer the file. It appears to be a network issue, or a transfer issue, when in fact it is caused by Filezilla choking because Open Office has the file open.

I am not sure if this is a limitiation in the Windows platform, but the messaging should be clear because it seems like an issue which might be resolved by passive transfer, but it is not.

#775 "Overwrite if newer" when date/time equal Bug report normal Other
Description

On uploading, "Overwrite if newer" fires when date/time of local and remote files is equal. I would like it to fire only when the local file is newer. Win95, FileZilla 2.2.9, sftp connection.

#777 libwxGTK 2.5 not installed Bug report normal Other
Description

Trying to compile CVS version of FileZilla 3 downloaded some minutes ago, i was using libwxGTK2.4.

The configure script didn't detect that i was needing libwxGTK2.5.3

Doing make in FileZilla3/locales/, i got the following error : libwx_base_xml-2.5.so.3: cannot open shared object file: No such file or directory. libwx_base-2.5.so.3: cannot open shared object file: No such file or directory.

#778 Extremely Slow Upload Bug report normal Other
Description

I have been using this program for several weeks and the uploads are extremely slow. Something has to be really wrong for this program to be this slow.

Bob

#783 Stop appending already! Eirik Bug report normal Other
Description

No matter if I choose "ask" or "overwrite", many times (no always, but it happens a lot) it just decides to append the files I upload.

Sometimes I keep trying until it gives up, but usually, if it's a small file, I give up myself and just delete and upload again from scratch.

Although I don't use SFTP much (which uses different upload commands), I must mention it never happened there for me.

Please make this program respect my choice of "ask" or "overwrite" at all times, no matter how strongly it thinks I should append...

#786 VxWorks Problem Bug report normal Other
Description

Hello,

I have tried version 2.2.10 on VxWorks and i still have problems. It connects ok and gives me the initial file listing but then when you try and change directories it fails because the CDUP command is not valid on VxWorks. I have tried it on WsFTP and that tries this command first and when that fails it uses the command "CWD ..". I have tried sending this as a raw ftp command and it does change the current working directory but then when you try and get the file listing it fails with a "can't build data connection error".

I have attached a copy of the log file which show a few attempts with the same results.

Simon

#787 Hang /w rundll32 / Win98SE Bug report normal Other
Description

When I start Filezilla 2.29 under Win98/SE, the system hangs when turning it off or connecting to other network resources. The problem occurs only if I connected to an ftp server and close the connection without closing Filezilla; the more often I do so, it becomes more likely the error will occur; and it is always rundll32 that causes the system shutdown to fail. The problem could not be reprocuced if I use another ftp client, that's why I assume it is Filezilla that attempts to reconnect periodically if minimized with a closed ftp connection. Beside that, the program is great! Yours sincerely - Thomas H. Hey'l

#792 no space = losing all site manager entries Bug report normal Other
Description

When the computer runs out of space (filled by FZ) and FZ is closed, all site manager entries are lost when FZ is opened again. A few blank exclamation point boxes popped up when FZ was shutting down, but no indication, warning, or other option to abort was presented. There does not appear to be a backup of the site manager entries anywhere (if there is, please tell me!)

#793 Server timezone offset glitch Bug report normal Other
Description

The server timezone offset adjustment (in the Advanced section of Site Manager) works fine ... if the connection is made directly through this mechanism.

However, this offset adjustment setting is ignored if one reconnects to a site using the "R" button on the toolbar. Curiously, the offset adjustment is still honored (that is, it does function properly) if one reconnects using the CTRL+R keyboard combination instead.

When ignored, the server file timestamps are displayed as though the server timezone offset were set to zero.

#795 Filezilla shows empty dir listing for some sites Alexander Schuch Bug report normal Other
Description

this is really weird ! -Filezilla Server is running. CuteFTP client can connect (PASV) and list and work with it so can many otyher clients FTP client in command line of W2K/XP works too.

Filezilla (client) however, *DOES NOT* show any files, directorys and it does NOT show any error after recieving directory listing.

this is at least true for 2.2.9 and 2.2.10 for windows.

Please fix :)

BTW:to whoever looks into this - feel free to contact me and i will give you and IP and account to the Filezilla server - so you can reproduce thei problem in no-time.

Regards

#798 filezilla client is switching content of textfiles Eirik Bug report normal Other
Description

When I download a directory of files by rightclicking the directory and selecting download some of the files exchange content.

I've seen this more than a few times with the Filezilla client - this time it was with version 2.2.9.

The server from where I download is a Filezilla server but I dont know the version number. Anyway it never happends when I use WS_FTP or Microsoft FTP.

Best,

Jesper

#799 Folder Icons not displayed in "local site" and "remote site" Bug report normal Other
Description

In version 2.2.10, I'm experiencing a bug where the folder and drive icons do not get displayed at all in the "local site" and "remote site" zones (see the attached .jpg).

I think the cause of this bug is the fact that I installed Windows on the I: partition (for complex reasons involving Linux :-P ), instead of the more standard C: .

It is also interesting to note that in the "file explorer" zone, just under the "local site" zone, icons get displayed perfectly right...

Is it possible that somewhere there's a "hard coded" default directory for system icons ?

--Yop83

My config: Filezilla 2.2.10 (French locale) WinXP Pro SP2 French (installed on I: ) P-III 733 Mhz 512 MB ram

#800 Multiple Trojan bugs Bug report normal Other
Description

When uploading with the FileZilla v2.2.9 client, Norton Internet Security pops up with 'Secutiry alerts', and is blocking the intrusion attempt. This is multiple trojan horses, including "ShockRave", "SubSeven", "Bugs", "DeepThroat" and other trojan horses.

At this state I do not have any screenshots of it, but it can be arranged if needed.

#801 Multiple Trojan bugs Bug report normal Other
Description

When uploading with the FileZilla v2.2.9 client, Norton Internet Security pops up with 'Secutiry alerts', and is blocking the intrusion attempt. This is multiple trojan horses, including "ShockRave", "SubSeven", "Bugs", "DeepThroat" and other trojan horses.

At this state I do not have any screenshots of it, but it can be arranged if needed.

#806 zlib missing in source FZ server Bug report normal Other
Description

TransferSocket.h has this #include <zlib.h>

zlib is not part of VC 7.1

After adding the missing zlib files to the zlib subdirectory and changing to

#include "zlib\zlib.h"

there are still errors.

Microsoft Development Environment 2003 reports: Linking... LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library Accounts.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "public: virtual unsigned char * thiscall t_group::ParseBuffer(unsigned char *,int)" (? ParseBuffer@t_group@@UAEPAEPAEH@Z) Options.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "public: void thiscall COptions::SetOption(int,char const *)" (? SetOption@COptions@@QAEXHPBD@Z) Permissions.obj : error LNK2019: unresolved external symbol "bool cdecl IsValidAddressFilter(class CStdStr<char> &,bool)" (? IsValidAddressFilter@@YA_NAAV?$CStdStr@D@@_N@Z) referenced in function "protected: void thiscall CPermissions::ReadSpeedLimits(class CMarkupSTL *,class t_group &)" (? ReadSpeedLimits@CPermissions@@IAEXPAVCMarkupSTL @@AAVt_group@@@Z) Accounts.obj : error LNK2019: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) referenced in function "public: bool thiscall t_group::AccessAllowed(struct sockaddr_in)const " (? AccessAllowed@t_group@@QBE_NUsockaddr_in@@@Z) ControlSocket.obj : error LNK2019: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) referenced in function "public: void thiscall CControlSocket::ParseCommand(void)" (? ParseCommand@CControlSocket@@QAEXXZ) ListenSocket.obj : error LNK2001: unresolved external symbol "bool cdecl MatchesFilter(class CStdStr<char> const &,unsigned int,char const *)" (? MatchesFilter@@YA_NABV?$CStdStr@D@@IPBD@Z) .\Debug/FileZilla server.exe : fatal error LNK1120: 2 unresolved externals

#808 ASCII file transfer truncates all files Bug report normal Other
Description

When you upload a file using ASCII as transfer method, all the files over 15700 bytes are truncated to aproximately between 15750 and 18900 bytes long, the remaining is lost.

I've cheked it and applies to every file I upload, even a 19Kb long file full of 'a', but every binary transfer works correct.

The bug applies to 2.2.9,2.2.10 and probably to versions prior.

#809 ASCII file transfer truncates all files Bug report critical Other
Description

When you upload a file using ASCII as transfer method, all the files over 15700 bytes are truncated to aproximately between 15750 and 18900 bytes long, the remaining is lost.

I've cheked it and applies to every file I upload, even a 19Kb long file full of 'a', but every binary transfer works correct.

The bug applies to 2.2.9,2.2.10 and probably to versions prior.

#811 Non repsonsive server Tim Kosse Bug report high Other
Description

When hammering the FTP server on a local host (127.0.0.1) with wrong logins, the server becomes non-responsive after 12 attempts. I see the '(not logged in)' text in the server log when a user logs on, but the server never returns the password prompt ans stalls for this connection completely.

Valid users cannot log on anymore as well.

#812 network drive Bug report normal Other
Description

Filezilla version 0.9.4e beta and also a former version did not show up with the contents of the home directory when this is on a netwerkdrive. It shows up just blank. Local works fine. I tried with several clients: Filezilla, IE and Totalcommander. Assigning a driveletter does not work either. No errors are reported

#815 can't use FileZilla with pure-ftpd in TLS/SSL mode Bug report normal Other
Description

There has been a bug report (#1015355) with the same subject which unfortunatley has been deleted without any comments.

My experiences have been the same: the connection is established, but somehow filezilla can't get a directory listing.

Is there any way to connect with filezilla to a pure-ftp server over a tls secured connection?

Regards,

Peter Daum

#816 Changing Folders on FTP Server Stops Working Intermittently Bug report normal Other
Description

FileZilla v2.2.10 Windows XP SP2 (Windows Firewall Disabled) ZoneAlarm Security Suite Firewall v5.5.062.011

When changing folders (Browsing) on my comcast FTP server FileZilla will stop working after one or two folder changes. This forces me to close FileZilla and restart it to upload to a different folder. This is an ongoing problem and for at least the last three versions of FileZilla. I keep downloading new versions hoping itwill be fixed but it is not. Changing between Passive Mode and Active does not help. The problem intermittently happens after either 1 to 3 FTP Server Folder changes and FileZilla just hangs on the "List" command but does nothing else.

#818 Error sending PROT P command in Explicit TLS/SSL connections Bug report normal Other
Description

Error sending PROT P command in Explicit TLS/SSL connections

This bug *may* be the same as 906633, 965367 and 1143883.

Symptoms: FileZilla connects using Explicit TLS or SSL connection but fails to get a directory listing.

Version: FileZilla 2.2.10 trying to connect to a RaidenFTP server.

Description: With the help of the guy running the server, we traced down the problem to be with the order of login and sending the PROT P command. In other clients like CuteFTP Pro, the client first logs in and then issues the command PROT P, which is accepted. With FileZilla, it first issues the command PROT P, which is rejected, and then logs in. FileZilla then fails to retrieve a file listing. Although then you can manually issue PROT P or PROT C commands and they are accepted, you can't still get a file list.

Configurations tried: Using port 21, this exact problem happens with both active and passive mode, and with both "FTP over SSL (explicit encryption)" and "FTP over TLS (explicit encryption)". Also tried disabling compression, which seems to have nothing to do with this problem.

Comments: Apparently FileZilla doesn't know how to handle the transfers after PROT P being rejected. This might need to be handled. Although I'm not aware of how the Explicit TLS/SSL connection standard describes the adequate process of connection, it might be worth it to place somewhere an option to send PROT P before or after the login for these kind of connections. Another option would be resending PROT P *after* the login in the case it was rejected when sent before it.

Attachment: A log with Trace and Show Listings enabled. Host details have been removed for privacy. The two last commands were sent manually to show their results after the login.

#819 Server - AsyncSocketEx.cpp compiler warning. Bug report normal Other
Description

When compiling the server the following warning occurs:

AsyncSocketEx.cpp(809) : warning C4552: '!=' : operator has no effect; expected operator with side-effect

Which is: VERIFY(closesocket(m_SocketData.hSocket)! =SOCKET_ERROR);

Isn't it true that the SOCKET_ERROR won't exist unless the first part fails? If this is true, then shouldn't this be: VERIFY(closesocket(m_SocketData.hSocket) && SOCKET_ERROR);

This removes the warning.

Glen

#821 Additional Name for January Bug report normal Other
Description

In Austria (Lang de_AT) is the January named "Jänner" or in short form "Jän" Please insert this in the month table, because the files and directories created in january are not shown in the filelist.

Regards Helmut

#822 import/export problem Bug report normal Other
Description

When exporting xml settings and importing on another pc, there are still no sites in "site manager" on the other PC?

Version 2.2.11 / Windows xp

is it a bug or me doing something wrong?

#825 Unicode uploads get scrambled Bug report normal Other
Description

Hi,

We've been having issues with FileZilla screwing up Unicode files on upload. The content seems to stay broadly the same, but it corrupts them somehow and adds a load of extra characters to the top of the uploaded file.

Thanks,

G

#826 command ended with new line return FTPS error Bug report normal Other
Description

FIREWALL Error Generated after rejecting FTPS Session = Port command ended without a new line

This was a FTPS connection attempt.

Can an option be placed to have a new line return following commands. Firewalls warn not to turn off this security as follows:

For those of you that run into the same problem I did. A few people gave me the answer below. I also had to go into Smart Defense and change the FTP Security Server to "Configurations apply only to connections related to resources used in the rule base". Otherwise I would not get past my firewall.

On the Management Station:

  1. Edit the $FWDIR/lib/base.def
  2. Change (comment out) the following line:

#define FTP_ENFORCE_NL to: #define FTP_ENFORCE_NL

  1. Re-install the security policy.

BUG: Error Generated after rejecting FTPS Session = Port command ended without a new line - error on firewall but is due to no end of line return.

Status: Connecting to www.swgas.com ... Status: Connected with www.swgas.com, negotiating SSL connection... Error: Timeout detected! Error: Unable to connect! Status: Waiting to retry... (5 retries left) Status: Connecting to www.swgas.com ... Error: Can't establish SSL connection

#827 No FTP possible with MVS / z/OS ( HFS ) Tim Kosse Bug report normal Other
Description

With FileZilla 2.2.12 and some older versions I'm unable to to transfer data to and from our z/OS mainframe with HFS file system. I think the directory is formatted incorrectly as it contains brackets which is not allowed, like '/u/test/(test.txt)'. It worked correctly with ealier versions of FileZilla, I don't know which version is the first version containing this errror. Here are some extracts of the log: Connecting to mvs2 ... Status: Connected with mvs2. Waiting for welcome message... Response: 220-FTPD1 IBM FTP CS V1R4 at MVS2, 13:33:22 on 2005-02-24. Response: 220 Connection will close if idle for more than 50 minutes. Command: USER xxxx Response: 331 Send password please. Command: PASS Response: 230 xxxx is logged on. Working directory is "xxxx". Command: FEAT Response: 211 no Extensions supported Command: SYST Response: 215 MVS is the operating system of this server. FTP Server is running on z/OS. Status: Connected Status: Retrieving directory listing... Command: CWD /u/ Response: 250 HFS directory /u/ is the current working directory Command: PWD Response: 257 "/u/" is the HFS working directory. Command: PORT xxx Response: 200 Port request OK. Command: TYPE A Response: 200 Representation type is Ascii NonPrint Command: LIST Response: 125 List started OK Response: 250 List completed successfully. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD interaris Response: 250 HFS directory /u/interaris is the current working directory Command: PWD Response: 257 "/u/interaris" is the HFS working directory. Command: PORT xxx Response: 200 Port request OK. Status: Starting download of '/u/interisk(rias.wsdl)' Command: CWD '/u/interisk' Response: 250 HFS directory /u/interisk is the current working directory Command: PWD Response: 257 "/u/interisk" is the HFS working directory. Command: TYPE I Response: 200 Representation type is Image Command: PORT xxx Response: 200 Port request OK. Command: RETR '/u/interisk(rias.wsdl)' Response: 550 Command RETR fails: /u/interisk (rias.wsdl) does not exist. Error: Download failed

#830 2.2.12a File Listings Broken Bug report normal Other
Description

After upgrading to 2.2.12a, file listings are now inconsistent. I'm using explicit FTPS (FTP with TLS) and after I connect, the directory listing I receive is incomplete. If I refresh the listing, I get a different result almost every time I do so.

For example, I should see 5 directories off of the root of the FTP site, however on first connect, I'll see some random number of them like 3, 2, or 4. If I refresh the list, one of the other directories may pop-up (or mabye not), or one may disappear from the listing. As I said, it seems almost random.

As an additional FYI, this is against Ipswitch WS_FTP Server 5.04 Hotfix 1 (which was working fine with FileZilla 2.2.11; I think with exception to the recursive delete problem I logged in this bug forum long ago and I think has not yet been fixed).

#831 problems if no read premission on root dir Bug report normal Other
Description

if a user logs in with no read permission on the root directory (ie a secure ftp drop site that denies it), the program fails to continue to process commands. I would assume it chokes without being able to fill in the remote listview. a sample log goes like this:

Response: 200 PORT command successful. Command: TYPE A Response: 200 Type set to A. Command: LIST Response: 150 Opening ASCII mode data connection for /bin/ls. Response: 550 .: Access is denied. Error: Could not retrieve directory listing

After this error it will not allow a file to be transfered.

I tried this on our local server which was causing the problem, and then on another server which has other non-readable directories. There does not seem to be a problem if a lower level directory denies read access, or it maybe limited to a windows FTP server as those were the only two variables that differed between a working server and a failing server.

#833 trojan and worms Eirik Bug report normal Other
Description

since the last install of the 2.2.12a version, Norton keeps warning me a trojan and worm attacks when i use filezila. Each time the worm/trojan is different. the last one is black extreme trojan horse, Please advise.

#834 FireZilla Server 0.9.5 maxium connection count Bug report high Other
Description

FireZilla server does not limit the maxium number of connections under one account. I set the IP limit and that works per IP. However, the total number of connections for an account cannot be limited. I set a limit using the group maxium connection count and the user maxium connection, but users keep connecting with the limited account passed the specified limit.

#837 FileZilla Server: compression chokes on certain files Bug report high Other
Description

server: FileZilla Server 0.9.5 client: FileZilla 2.2.12b, 2.2.11, presumably any client that supports compression

When downloading certain files with compression enabled, the server "chokes". The file transfer is not completed and the server process consumes 98%+ CPU time. It is not possible to "kick" the account that initiated the transfer, and further client logins are impossible (time out in client). With compression disabled, the transfer works fine. Example file is attached, I may be able to provide more examples if needed.

#838 Installer version mismatch Bug report normal Other
Description

The 2.2.12c installer lists its version as 2.2.12b.

#839 HELP FILE typo alert Bug report normal Other
Description

v2.2.12c On the page: "Quick Guide" Change "availabe" To "available"

#841 documentation is not standards-compliant Alexander Schuch Bug report normal Other
Description

The documentation pages (http://filezilla.sourceforge.net/documentation/) are good, but there are some problems. Cross-browser support would be improved by making the pages standards-compliant. Tools such as the Firefox Web Developer (http://www.chrispederick.com/work/firefox/webdeveloper/) and Checky (http://checky.sourceforge.net/extension.html) make this much easier to achieve.

A specific example of a problem is the folding menu: One fold will open but then not close. No other fold can then be opened (I am browsing using Firefox).

Another problem: the line if (self.name != 'menu') { self.location.href = 'index.htm'; } should be removed because it is malfunctioning.

#845 transfer error when having site open in right window Alexander Schuch Bug report normal Other
Description

When having the remote site still open in the right window i occasionally gets "transfer error #xxx" trying again".

When closing the remote connection this problem dissapears and i do not get any more "transfer error". I.e. the transfer is errorfree.

This problem has existed as long as i have used filezilla both as server and as a client. ( aprox 6 months ) and duing this time i frequently have updated to latest versions on both sides.

Currently using client 2.2.12c and server 0.9.6a(beta). Both sides are using WinXP, Serverside is SP1 and client is SP2.

#846 FileZilla.xml trouble when HDD is full Bug report normal Other
Description

Hello! I've found a problem with the FileZilla.xml! I was loading from my FTP-Server and suddently my HDD is full! Then I've closed filzilla and while closing filezilla writes the filezilla.xml, but cause my hdd don't allows that the xml-file was set to 0 kbyte. Eventualy there is the needing of a space-check before wrting the xml-file!

regards Peter Hansen

#849 Charset conversion between local and remote machines Bug report normal Other
Description

For example, my linux server uses UTF-8 as a default charset, and my WindowsXP laptop uses CP949 (EUC- KR) as a default charset. There should be some charset conversion for FileZilla client to get files with correct names, and FileZilla should be able to cope with conversion failure.

#851 FileZilla profile Bug report normal Other
Description

This is not really a bug but a missing feature. I'm running Filezilla as an unprivileged user on Windows XP. First the program can not open the log file, then my preferences cannot be saved. The problem is that Filezilla writes user specific data in the installation directory (as c:\Programs Files\Filezilla) instead of %userprofile%\Filezilla.

Thanks and regards Manlio Perillo

#854 Cannot xfer a file from AIX / missing from Bug report normal Other
Description

Status: Starting download of /oracle/product/9.2.0.3/bin/dbstart Command: CD /oracle/product/9.2.0.3/bin/ Response: Remote working directory is now /oracle/product/9.2.0.3/bin Command: GET dbstart D:\oracle\product\9.2.0.3 \bin\dbstart FALSE Response: /oracle/product/9.2.0.3/bindbstart: no such file or directory Error: Download failed

#856 CLNT before UTF8 still broken in 2.2.13 Bug report normal Other
Description

This was originally posted here: http://filezilla.sourceforge.net/forum/viewtopic.php?p=3403

I'm running the latest Filezilla (2.2.13) and the latest Gene6 FTP Server (v3.5.0 (Build 10)). Gene6 requires CLNT to be sent before OPTS UTF8 ON. According to the Gene6 programmers, this is the correct method. I have their full response in the forum post above.

I saw that the CLNT before UTF8 was listed as a fixed bug in 2.2.13, but it's still broken for me. Here's the relevant output from a connection:

Response: 220 Gene6 FTP Server v3.5.0 (Build 10) ready... Command: AUTH TLS Response: 234 AUTH command ok; starting SSL connection. Status: SSL connection established. Waiting for welcome message... Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 PROT command successful. Command: USER me Response: 331 Password required for me. Command: PASS * Response: 230 User me logged in. Command: FEAT Response: 211-Extensions supported: Response: AUTH TLS Response: CLNT Response: EPRT Response: EPSV Response: MDTM Response: MLST type*;size*;created;modify*; Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: SSCN Response: TVFS Response: UTF8 Response: XCRC "filename" SP EP Response: XMD5 "filename" SP EP Response: 211 End. Command: OPTS UTF8 ON Response: 501 Please CLNT first. Command: SYST Response: 215 UNIX Type: L8 Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory.

#858 Win XP freezes Bug report normal Other
Description

v2.2.1.3 keeps locking up my entire Windows XP pro SP2 system. From time to time after I choose one file to upload it says error then tries to upload again and the freezes everything causing me to have to reboot.

#859 ssl support is getting worse in each release Bug report normal Other
Description

In version 2.1.6a I can connect to my FTPserver in implicit and explicit mode no problem. In version 2.2.8c only implicit works. In version 2.2.12 and 2.2.13 none work.

[implict failure] When it fails it just says "Status: SSL connection established. Waiting for welcome message..." and then it timeouts (after 60 seconds). The accept cert dialog box works and looks fine.

[explicit failure] After issuing AUTH SSL command the server send 250 status but FileZilla says "Error: Can't establish SSL connection Error: Disconnected from server Error: Unable to connect! ".

You can download my FTPServer @ http://digiforce.sourceforge.net and try it out if you like. It uses OpenSSL. Like I said it all works perfect with 2.1.6a and I'm not sure exactly at which versions the ssl code breaks but I gave some examples above.

Thanks.

#860 2.2.13a VIRUS!!!! Bug report critical Other
Description

I've tried downloading FileZilla from two separate mirrors (Phoenix, AZ and Kent, UK). In both instances, my virus checker (AVG Free) doesn't allow me to finish the download.

The virus is apparently called: Trojan horse Downloader.Istbar.8.K

I don't know if this is the SourceForge's problem or yours, but since it's happening on at least two different mirrors, I'm guessing the problem is from the upload. Please check, as I would like to download the crash fix soon.

#861 VIRUS IN WINDOWS INSTALLER! Bug report normal Other
Description

There is a trojan detected in the Windows installer for 2.2.13a! AVG Antivirus reports that the installer file contains the Downloader.Istbar.8.k trojan.

#862 Window state not stored between sessions Bug report normal Other
Description

The application does not remember between sessions if the main window has been maximized.

#863 [FZ Server] Put hardcoded string in ressources Bug report normal Other
Description

Hi, it seems like some strings in the FZS interface and FZS service are harcoded:

  • "Page" entries (General, Shared Folders, Speed

Limits, IP Filters) in the users and groups dialog of the FZS interface

  • The "ID" "Account" "IP" "Transfer" "Progress" "Speed"

of the main interface dialog for the informations on the current connections

  • barely all strings dealing with the FZS service ("Logged

On" "Retrieving Settings" etc.)

Can you please put this strings as localizable ressources ?

Thanks and regards,

#866 Directory Empty since v.2.2.13b Bug report normal Other
Description

Hi,

Since v2.2.13b when i want to connect to a Titan FTP Server v4.02 b248 directories are empty and Filezilla can't retrive directory list.

I change nothing on the server, juste update Filezilla.

#870 taskbar icon delayed Bug report normal Other
Description

when setting filezilla to open site manager, with the new version sitemanager starts without the main window. the sitemanager itself has no icon for the taskbar and sometimes the icon for the mainwindow is delayed then. so i often have a filezilla window somewhere in the back and no way to bring it to front.

#873 FileZilla hangs up after local file-explore Bug report normal Other
Description

If I want to explore (expand for example the c-drive) in the local site, FileZilla hangs up - it freeze so I have to kill the process.

System: Win98 (running via Win4Lin under Gentoo Linux) Latest used version is 2.2.13b

#874 leading space in filename->file not found Bug report normal Other
Description

hi,

if there's a leading space in a filename (the first char of a filename is a space), filezilla can not do anything with this file, it shows the name without the leading space and tries to get or rename,... the file without leading space, this results in error message: "no such file" from the ftp server.

-Dominik Weber

#876 website: server & client product and docs not differentiated Bug report normal Other outdated
Description

The website at: http://filezilla.sourceforge.net/ does not make it clear to a new users that the client and server products are seperate which can lead to confusion for users who accidently download the wrong program. This is especially a problem for users who get the program from another source (such as xaamp) and visit the sourceforge or other sites looking for documentation to help them with the program. In addition, the documenation at http://filezilla.sourceforge.net/ does not specify whether it applies only to the client or server version, or to both.

Suggested changes: Currently the main page states "FileZilla is a fast and reliable FTP client and server with lots of useful features and an intuitive interface." Which would be clearer as:

"FileZilla-Client and FileZilla-Server are a fast and reliable FTP client and server with lots of useful features and an intuitive interface."

*The documentation should also be split into two version, or if there isn't seperate documentation for the Server version, links to tutorials would be helpful.

#877 Default Remote entry field Bug report normal Other
Description

In the Site Manager. Advanced. Default remote entry field. Everytime I enter a path in the box; FileZilla keeps prepending and appending a slash ("/").

This generates an error when I try to use FileZilla on an IBM mainframe AS/400 system.

Please do not add or remove any characters to what the user enters into this field.

Thanks,

#878 explicit SSL over normal connection bug Bug report normal Other
Description

If explicit SSl is forced for normal connections (and possibly if it is simply allowed), a remote connection from a UNIX client running ftp-ssl disconnects. This is what the client sees:

227 Entering Passive Mode ({IP address}) 150 Connection accepted ftp: SSL_connect DATA error -1 - error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number 226 Transfer OK ssl_getc: SSL_read failed -1 = 104 421 Service not available, remote server has closed connection

The server believes everything is fine, authenticates and sends LIST, but then disconnects.

This does not occur using Filezilla client under windows.

#881 Filezilla won't download to network file shares. Bug report normal Other
Description

I just realized Filezilla won't download to network file shares. This is very easy to reproduce. I have it set up with local and remote tree views. In the local view, I type in
workstation\d$\folder and hit enter, and the shared folder is displayed in the tree view is it should be. Then I connect to a server and select a file or files, right click them and hit Download. The files appear to download successfully, but they're nowhere in the remote folder! As it turns out they're instead downloading to the root folder of my local disk. I can find them in C:\workstation\d$\folder

As far as I'm concerned this is a serious functionality problem. I'm using the latest build, 2.2.13c.

#884 Could somebody help to confirm? Bug report normal Other
Description

I get trouble sevel day. I cannot connect to one ftp server but today I just find I put one more space after the host name. After I delete the space, it pass.

Fail like this "abc.def.com " Pass like this "abc.def.com"

It is funny, please help me to confirm it is realy or not

Thanks

#885 can not delete folder?? Bug report normal Other
Description

i use zope ftp server filezilla can not delete folder why?

windows 2000 sp4 zope 2.7.5 FileZilla_2.2.13c

#921 FileZilla runs but main dialog doesn't show up Bug report normal Other
Description

This is BUG [ 988100 ] "filezilla runs but no GUI appear" still occurring.

Someone closed that bug and said to reopen if it happened again, and it is still happening, so opening a new bug for it -- I hope that's right?

Version 2.2.14b Windows XP SP2

As in that bug, I can see filezilla.exe in the task manager, but the main window has never shown up. I assume it got stuck doing something at initialization time.

#945 File corruption when uploading via SSL (client problem) Tim Kosse Bug report normal Other outdated
Description

I am using the newest Filezilla Server and newest Filezilla client: Client: 2.2.16 Server: 0.9.10a

I have SSL implicit FTPS setup on both sides. I uploaded a 3Mb zip file and it is corrupted at the destination. I am using a proxy (I tried socks 5 and http proxies) and passive mode. I have used autoTYPE and also forced BINARY; I have tried this with and without compression and it still fails. I also am experiencing a lot of dropped connections that I think are related to the client.

So to figure out which side is having problems, I used the WSFTP client to connect to filezilla server via SSL. and it works fine uploading the same file with no change to FZ server properties.

It looks like the client might be truncating the files, as the filesizes look like: source file: 3,837,305 bytes dest file: 3,832,693 bytes

FTP open says corrupted file.

thanks for providing a cool program with mucho features.

#999 Can't upload some AVI files to FZ-Server!?! Bug report normal Other
Description

I've a strange behaviour with Filezilla 2.2.17 and Filezilla-Server 0.9.11 - perhaps someone of you can check if this is really a bug - or if simply my router (Linksys WRT54GS, but doesn't matter) may be the reason for this.

I set up a Filezilla-Server on my computer (192.168.0.2) behind my extrenal router (192.168.0.1). The router is configured to let traffic on port 20/21 through to my server. The Filezilla-Server is configured to accept connections on port 21 as usual. In the "Passive mode settings" i wrote my external IP address in the "Use the following IP" field and configured the "Custom port range" to 20-20.

Now i took a Filezilla-Client on one of my other computers (192.168.0.130), configured a connection to my server using the PASSIVE mode and connected to the server. I uploaded some files - no problem, the upload worked well.

Then i uploaded one of my DivX-AVI's to the server - the upload went to 99% and stalled!?!?!

I took the AVI and removed most of the frames, thus bein able to reduce the file in question down to a size of ~160KB, so i could to attach it to this mail. When i try to upload this file to a Filezilla-server configured as above, the first ~32 KB are uploaded and then the upload stalls!

BTW: When i configure the server zo use Z-Compression, the upload seems to work. Also in Active-mode in my local network the upload works. But using Filezilla-Client or IE6.0 in Passive mode, the upload stalls after the first 10-32 KB.

The same behaviour also accurs, if i contact my server from outside (e.g. from my university with the standard ftp console program) any try to upload from there.

Auf bai...

Mighty Knife

#1013 Socks 5 BIND Command Bug Bug report normal Other
Description

In AsyncProxySocketLayer.cpp Line 636 : int port; Should be : unsigned short port;

Regards

#1025 FileZilla main dialog does not appear Bug report normal Other
Description

FileZilla client 2.2.18

I know I reported this before, but I think my bug report was closed without being addressed :(

I just experienced it again, and now I have a good guess what causes this bug.

I think this is due to the same problem that causes FileZilla to be painful to use on network drives -- it slows to a crawl if network drives are involved.

My guess is that last time I ran FileZilla, the last drive I used was a network drive, so now it is in some stupid, painful loop trying to read a network drive, and therefore the main window is never appearing.

I guess if that is true, the solution would be to hunt down the recent settings memory (registry?) and kill them, to fix this.

#1043 Traditional Chinese Display Problem on FileZilla Server Bug report normal Other
Description

abuout http://sourceforge.net/tracker/index.php? func=detail&aid=1447051&group_id=21558&atid=372241

TEST1:

FileZilla_Server-0_9_14a.exe and FileZilla_2_2_19a_setup.exe

I can see almost Directory of Traditional Chinese Font on FileZilla Server , but not see some Directory of Traditional Chinese Font on FileZilla Server , ex : "免 費軟體"

TEST2:

FileZilla_Server-0_9_14a.exe and FTP on "Command Prompt" of Windows XP PRO

It still failed !

TEST3:

FileZilla_Server_0_9_3.exe and FTP on "Command Prompt" of Windows XP

It's OK !

TEST4:

FileZilla_Server_0_9_3.exe and FileZilla_2_2_19a_setup.exe

It's OK !

The problem come from new version FileZilla Server.

#1044 Traditional Chinese Fonts with FileZilla Server TEST Bug report normal Other
Description

Traditional Chinese Fonts with FileZilla Server TEST

I can see almost Directory of Traditional Chinese Font on FileZilla Server , but not see some Directory of Traditional Chinese Font on FileZilla Server , ex : "免 費軟體"

http://sourceforge.net/tracker/index.php? func=detail&aid=1447051&group_id=21558&atid=372241

http://sourceforge.net/tracker/index.php? func=detail&aid=1460386&group_id=21558&atid=372241

FileZilla_Server_0_9_3.exe OK FileZilla_Server_0_9_9.exe OK FileZilla_Server-0.9.10a.exe OK FileZilla_Server-0.9.11.exe OK

FileZilla_Server-0.9.12c.exe , Fail FileZilla_Server-0_9_14a.exe , Fail

#1055 SFTP very slow Bug report normal Other
Description

I am using Filezilla 2.2.19a on winXP SP2+all patches I am connecting to a remote Solaris server. I am trying to transfer a 80MB binary zip file from the remote solaris server to the local drive.

My internet connection speed is (ADSL) 512KB/s down 128KB up.

My transfer speeds using FileZilla max out at approximately 21KB/s using the SFTP protocol.

I repeated the transfer using WinSCP 3.80 (SFTP) for the same remote Solaris server and same file and was able to get about 38KB/s

I then repeated the transfer using scp from a Suse Linux 9.1 box to the same Solaris server and same file and was able to get about 47 KB/s

The test file was about 80MB.

Any ideas why Filezilla is so slow on sftp transfers?

/sanjay

#1061 transfer queue when minimizing Bug report normal Other
Description

hi, with version 2.2.21 the height of my transfer-queue is been set to 0 when minimizing filezilla and not reset when restore or starting new upload.

another issue: i think when dragging a file on transfer queue upload should start, but this must be choosen from contextmenu.

regards Frank

#1090 Filezilla 2.2.24 install will not execute under Windows 98SE Bug report normal Other
Description

The Filezilla 2.2.24 install will not execute under Windows 98SE or under Windows ME. The md5 sum checks out with the downloaded installation file.

The installation program seems to run normally.

I have attempted to run the newly installed 2.2.24 on seven different Windows 98SE machines and on one Windows ME machine, with the same results across the board.

This is the same unhappy problem that Filezilla 2.2.23 and Filezilla 2.2.23a had.

The error message received upon attempting the execute the newly installed 2.2.24 is as follows:

"Microsoft Visual C++ Runtime Library

"Runtime Error!

"C:\program files\filezilla\filezilla.exe

"This application has requested the Runtime to terminate in an unusual way.

"Please contact the application's support team for more information.

"OK"

Like before, reinstalling Filezilla 2.2.22 solves the problem.

Best regards,

Judy Tanner

#1091 Filezilla 2.2.24 install will not execute under Windows 98SE Bug report normal Other
Description

The Filezilla 2.2.24 install will not execute under Windows 98SE or under Windows ME. The md5 sum checks out with the downloaded installation file.

The installation program seems to run normally.

I have attempted to run the newly installed 2.2.24 on seven different Windows 98SE machines and on one Windows ME machine, with the same results across the board.

This is the same problem that Filezilla 2.2.23 and Filezilla 2.2.23a had.

The error message received upon attempting the execute the newly installed 2.2.24 is as follows:

"Microsoft Visual C++ Runtime Library

"Runtime Error!

"C:\program files\filezilla\filezilla.exe

"This application has requested the Runtime to terminate in an unusual way.

"Please contact the application's support team for more information.

"OK"

Like before, reinstalling Filezilla 2.2.22 solves the problem.

Best regards,

Judy Tanner

#1093 Filezilla 2.2.24a install will not execute under Win98SE&ME Bug report normal Other
Description

The Filezilla 2.2.24a install will not execute under Windows 98SE or under Windows ME. The md5 sum checks out with the downloaded installation file.

The installation program seems to run normally.

I have attempted to run the newly installed 2.2.24a on seven different Windows 98SE machines and on one Windows ME machine, with the same results across the board.

This is the same problem that Filezilla 2.2.23, Filezilla 2.2.23a, and Filezilla 2.2.24 had.

The error message received upon attempting the execute the newly installed 2.2.24a is as follows:

"Microsoft Visual C++ Runtime Library

"Runtime Error!

"C:\program files\filezilla\filezilla.exe

"This application has requested the Runtime to terminate in an unusual way.

"Please contact the application's support team for more information.

"OK"

Like before, reinstalling Filezilla 2.2.22 solves the problem.

Best regards,

Judy Tanner

P.S.: I note with interest that my three tries to post

this same bug report about Filezilla 2.2.24 were deleted. Doubtless there was a good reason why my three attempts to post a legitimate bug report were deleted?

#1096 Typo in bug notes on release at sourceforge Bug report normal Other
Description

https://sourceforge.net/project/shownotes.php?release_id=421084

nagivation -> navigation

#1117 Drag'n'drop files on to a local directory Bug report normal Other
Description

Selected a few directories and a few files on a remote system. Drag'n'dropped these on to a folder icon on the local system file list. The files selected went into the directory - correct. But the directories were copied into the same level as the destination directory.

Example....

Files selected on remote file list: DirA DirB FileA FileB

Driectory on local machine C:\Download

Dir1 <--- drop files here Dir2 File1 File2

You end up with

Dir1

FileA FileB

Dir2 DirA DirB

I would expect

Dir1

DirA DirB FileA FileB

Dir2 File1 File2

#1159 Release Notes - MD5 not necessary for installer Bug report normal Other
Description

Dear FileZilla Author,

The download for each build lists an MD5 file. That's great for people working with all the package files offered, except the installer. A typical home user doesn't need the MD5 file, because the installer will verify itself at the start of the installation. However, people with file library's would want the MD5 for the installer, to make sure what they're hosting isn't corrupt. I know this to be true with Inno Setup.

Can someone who knows a thing or two about the

NullSoft install system respond whether or not my assumption is also true with NSIS, the installer FileZilla employs? If that's the case then it'd be great if you ended every release notes with "Note: The MD5 file is not necessary if you are using the installer, because it'll verify itself at startup."

Thanks, Christian

#1176 Always trust this certificate is not working Bug report normal Other
Description

Checking the "always trust this certificate" is not working -- I am prompted every time whether or not to accept the certificate.

Client is FileZilla 2.2.28 (and I reproduced with 2.2.24 also).

Server is FileZilla Server 0.9.19beta

The popup prompt says self-signed certificate (which is true, as I used the FileZilla Server to generate the cert, several versions ago), error at depth 1 in the chain.

(My guess is that my previous report of this bug was closed because this bug doesn't affect people who use Windows 9x, or who only have Administrator on Windows 2000 and XP?)

#1196 4 GB file limit Bug report normal Other
Description

transfering a 9 GB file using port 21, I got a 4 GB (exactly 232) file. Start and destination computer are Win2K on Intel. Client is Filezilla 2.2.28 Server is 0.9.20 beta

#1205 Can I create a separate thread when disconnecting? Bug report normal Other
Description

Dear all,

I create a separate thread in the destructor of ControlSocket. But the server exited unexpectedly and I couldn't stop the server from the service console. Can I do something asynchronisely when the user disconnected with the server?

Thanks in advance and look forward to your reply.

#1239 Can't delete empty remote directory Bug report normal Other
Description

Trying to delete empty remote directory named "Index_files". I get the confirmation message box "Really delete 'Index_files'?" and answer "Yes", but the directory is not deleted. The command box shows "/Index_files/: is a directory".

I've attached the log file.

#1259 FileZilla crashes Windows Bug report normal Other
Description

I am transfering a copy of the Joomla CMS (http://joomla.org) from my local development server (Windows XP, Professional, all updates, service packs) onto an FTP-Server (I think Proftpd, some Linux).

This is a regular FTP transfer (port 21), no SSL, no SFTP etc..

Fyi, the files I am trying to upload total 18 MB and they include many .php (= text), .css, graphics and pdf files. Roughly 700 files I'd say.

I am using 4 concurrent connections to upload, I had my settings on 8 before but lowering them to 4 didn't avoid crashing.

Somewhere in the middle of the transfer, the screen freezes. No bluescreen, nothing. It just freezes. There is no read from the HDD when it freezes, I have to manually power down to restart.

I updated FileZilla from 2.2.16 to the latest (2.2.32) today, hoping to solve this, but it didn't fix the issue - it continues to freeze.

I've also tried to transfer the files using Windows Explorer and it works just as expected. Even though through Windows Explorer it's very, very slow.

Right now I am testing the same files/transfer with FireFTP (http://fireftp.mozdev.org) and it's working as well. No freezing, no crashes.

What can I do to reproduce this crash?

#1274 FileZilla forgets that you told it to Resume when retrying Bug report normal Other
Description

FileZilla 2.2.30

When continuing an upload, if there is a transfer error, FileZilla forgets that you already told it to Resume, and hangs at a prompt asking you again, until you come back (perhaps hours later) to find it hung waiting to be told again to Resume :(

#1275 Cannot read file sizes in FileZilla Bug report normal Other
Description

The file sizes are long strings of numbers with no commas, and they keep changing (as the file is uploaded), so you cannot make out what magnitude they are -- you cannot tell what is billions, what is millions, what is thousands, etc.

Just needs commas so a human can read it.

FileZilla 2.2.30

#1283 Can not compile with sun CC for vector::begin() Bug report critical Other
Description

"RemoteListView.cpp", line 262: Warning: extra ";" ignored. "RemoteListView.cpp", line 1020: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1057: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1059: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1061: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1063: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1065: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1068: Error: Incorrect access of a member from const-qualified function. 7 Error(s) and 13 Warning(s) detected. make[3]: * [filezilla-RemoteListView.o] Error 7

#1304 Client: Can't access/delete directories starting with space Bug report normal Other
Description

Using FileZilla client v3 or 2.x.x you can't access nor delete directories starting with a space character (i.e. " mydir") even if they are visible in tree view.

#1312 Accessibility - Navigating tree views with the keyboard Bug report normal Other
Description

Letter navigation doesn't work in the local or remote tree views. For example, typing the letter F repeatedly should cycle through all the expanded items beginning with that letter. Possibly not a priority issue, but never the less it's inconvenient for visually impaired users like myself who rely primarily on the keyboard and screen reading software. I'm using the latest 3.0.1 official release.

#1329 Ftp stopped working Bug report normal Other
Description

updated to filezilla 3.0.3 client last update 11-7-07. I have vista ie7. Filezilla stops working when deleting folders with small thumnail images from my web host site. no recent changes to my files or folders. Only happens when deleating from host. started when i did the latest update. error message Filezilla FTP client has stopped working . a problem caused the program to stop working , windows will close the program. uploads files and folders to my site fine no problems. only when deleating

#1344 Filezilla crashes when entering server command GET KJ.RAR Bug report normal Other
Description

Filezilla crashes with a protection violation (read attempt of memory address 0x08) when entering server command GET KJ.RAR

  • run Filezilla and connect to an ftp server
  • navigate to a subfolder on the server
  • the subfolder is configured for read access but no execute access (people can not see the files there, but can download them)
  • Server/Enter custom command ==> GET KJ.RAR enter
  • crash
  • I have activated the requested debug levels, but don't get any log files (may be because FileZilla crashes so quickly?)

==> any idea how to get the debug file?

  • Using FileZilla version 3.0.5
  • old version was uninstalled by the installer of the new version, before the new version was installed.

Anything I can do to get more data/clarify this issue?

Cheers, Klaus

#1348 VMS Directory List Fail Bug report normal Other
Description

Hi,

Connecting to my VMS box with version 3.0.4.1, which worked fine with version 2.2.31, it responds 'failed to get directory list' and you are then unable to navigate the remote site. Regards, John

#1361 Filezilla client maximized window too big Bug report normal Other
Description

After latest Filezilla upgrade (to 3.0.6), Filezilla maximized window frame (with controls and menu), extends outside monitor image area. This is new behavior, and doesn't occur with any other program. Alt+SPACE+r does not restore it.

#1374 refresh Bug report normal Other
Description

i was downloading some files using filezilla (3.0.0 - the latest for ubuntu). i added a file to the remote directory (by some action there - ssh), but could not see the added file in filezilla's showing of the directory. i was looking for a 'refresh' button, to have filezilla re-read the directory, i did not find one (is there one?)

how to proceed in such situations? should filezilla not reread the directories?

thank you for a wonderful too! andrew

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.