Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (801 - 900 of 4044)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Summary Owner Priority Resolution Created Modified
#4094 Product does not save settings normal rejected 15 years 15 years
Description

The option "Always use this action" resets every time the program is closed.

#4096 Filezilla Client Produces ECONNABORTED with TLS/SSL low rejected 15 years 15 years
Description

Hi.

FileZilla Client 3.1.6 in MacOS X 10.5.4 has exactly the same problem here. See Log of filezilla below.

NOTE: same behaviour as Bugreport #4021

Note: OS X set to no firewalls - no security software Mac connected through router to internet router has hardware-firewall, but no port-adress-translation or filters operating.

HINT: Macbay Host tested with Filezilla and had no problems. Filezilla will connect without TLS/SSL Cyberduck and Captain FTP connect without problems Status: Filezilla currently not usable

LOG:

Status: Auflösen der IP-Adresse für ftp.macbay.de Status: Verbinde mit 193.164.134.194:21... Status: Verbindung hergestellt, warte auf Willkommensnachricht... Antwort: 220 193.164.134.194 FTP server ready Befehl: AUTH TLS Antwort: 234 AUTH TLS successful Status: Initialisiere TLS... Status: Überprüfe Zertifikat... Befehl: USER PL12813 Status: TLS/SSL-Verbindung hergestellt. Antwort: 331 Password required for PL12813 Befehl: PASS Antwort: 230 User PL12813 logged in Befehl: SYST Antwort: 215 UNIX Type: L8 Befehl: FEAT Antwort: 211-Features: Antwort: LANG en Antwort: MDTM Antwort: UTF8 Antwort: AUTH TLS Antwort: PBSZ Antwort: PROT Antwort: REST STREAM Antwort: SIZE Antwort: 211 End Befehl: OPTS UTF8 ON Antwort: 501 OPTS: UTF8 not understood Befehl: PBSZ 0 Antwort: 200 PBSZ 0 successful Befehl: PROT P Antwort: 200 Protection set to Private Status: Verbunden Status: Empfange Verzeichnisinhalt... Befehl: PWD Antwort: 257 "/" is the current directory Befehl: TYPE I Antwort: 200 Type set to I Befehl: PASV Antwort: 227 Entering Passive Mode (193,164,134,194,237,83). Befehl: LIST Antwort: 150 Opening ASCII mode data connection for file list Status: Server hat die TLS-Verbindung nicht ordnungsgemäß geschlossen Fehler: Could not read from transfer socket: ECONNABORTED - Connection aborted Antwort: 226 Transfer complete Fehler: Verzeichnisinhalt konnte nicht empfangen werden Antwort: 421 Idle timeout (250 seconds): closing control connection Status: Server hat die TLS-Verbindung nicht ordnungsgemäß geschlossen Fehler: Konnte vom Socket nicht lesen: ECONNABORTED - Connection aborted Fehler: Verbindung zum Server getrennt

#4100 ntohs() defintion issues with HP-UX 11.X normal fixed 15 years 15 years
Description

HP-UX 11.X has an annoying habit of putting function or macro declarations of the same functions in more than one system header file and then documenting which header file to include in the man page, dependent on the compiler flags you use. Yes, it is barmy and, unfortunately, ntohs() is one of those functions.

"man ntohs" says that #include <netinet/in.h> should be used to declare the ntohs() function *unless* _XOPEN_SOURCE_EXTENDED is defined, in which case #include <arpa/inet.h> is included instead. I've been compiling the FileZilla Client 3.1.6 with -D_XOPEN_SOURCE_EXTENDED in HP-UX 11.X, so the #include <netinet/in.h> in src/engine/socket.cpp isn't good enough to declare ntohs(). Here's a fix I inserted just above the include in src/engine/socket.cpp (line 24 or so):

#if defined(hpux) && defined(_XOPEN_SOURCE_EXTENDED)

#include <arpa/inet.h>

#endif #include <netinet/in.h>

You may find a more elegant way to do this (e.g. if all systems have <arpa/inet.h>, you might not need the defined(hpux) bit).

#4101 Compiler warnings from HP-UX's C++ normal fixed 15 years 15 years
Description

When compiling FileZilla Client 3.1.6 in HP-UX 11.X, there are a fair number of fussy compiler warnings from HP's C++ compiler (plus a link failure that I've documented in a separate bug). I've attached the output from the build so that you can look through the warnings and decide if any of them need fixing (the trailing comma in an enum warning is an easy fix). The output is from a PA-RISC HP-UX 11.11 machine using HP's latest C++ compiler (A.03.85) and is after I've fixed any build issues mentioned in the recent bugs I filed for HP-UX 11.X.

#4110 FileZilla CrashReport high fixed 15 years 15 years
Description

FileZilla crashes due startup and uploads.

#4117 File/directory date included in name normal rejected 15 years 15 years
Description

My server is running Solaris 10 with ftpd as the ftp server. Using Filezilla version 3.1.6 as client.

When listing files and folders that have been modified in december of 2008 the date of the file is included in the name. E.g. The directory "htdocs" is listed as "des. 29 13:12 htdocs".

To reproduce this error you can try logging into: ip: 217.77.36.135 u: file p: file

I have tried different ftp clients to see if the same error occurs. Using internet explorer the same error does occur. However using SmartFTP the error does not occur.

#4118 Directorylist jumps back to first entry after download/add queue normal duplicate 15 years 15 years
Description

Hey,

if you browse a directory with many entries and you add one or several to download or add-queue, the browser jumps to the upper position (entry ..) instead of staying where I add the files.

Greets from Germany

#4116 Last modified cuts off seconds normal rejected 15 years 15 years
Description

Last modified changes seconds to 00 instead of the actual value. I don't know if this is a limitations of the server, although MTDM does return all the seconds.

So am I correct to say that if you wanted to show the entire last modified you would have to do a MTDM for each file?

Shouldn't FileZilla use MTDM to find the last time the file was modified and use that date/time for the local file date/time when you download files. It currently doesn't seem to do this. I end up with last modified files of XX/XX/XXXX XX:XX:00XX

Log of file download with preserve timestamps enabled.

00:06:15 Status: Connecting to .*.*.:21... 00:06:15 Status: Connection established, waiting for welcome message... 00:06:15 Response: 220 Microsoft FTP Service 00:06:15 Command: USER * 00:06:15 Response: 331 Password required for *. 00:06:15 Command: PASS 00:06:17 Response: 230-FTP-SSL (AUTH TLS, Explicit FTPS or FTPES) security is available 00:06:17 Response: 230 User logged in. 00:06:17 Command: SYST 00:06:17 Response: 215 Windows_NT 00:06:17 Command: FEAT 00:06:17 Response: 211-Extended features supported: 00:06:17 Response: LANG EN* 00:06:17 Response: UTF8 00:06:17 Response: AUTH TLS;TLS-C;SSL;TLS-P; 00:06:17 Response: PBSZ 00:06:17 Response: PROT C;P; 00:06:17 Response: CCC 00:06:17 Response: HOST 00:06:17 Response: SIZE 00:06:17 Response: MDTM 00:06:17 Response: 211 END 00:06:17 Command: OPTS UTF8 ON 00:06:17 Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON. 00:06:17 Status: Connected 00:06:17 Status: Retrieving directory listing... 00:06:17 Command: CWD / 00:06:18 Response: 250 CWD command successful. 00:06:18 Command: PWD 00:06:18 Response: 257 "/" is current directory. 00:06:18 Command: TYPE I 00:06:18 Response: 200 Type set to I. 00:06:18 Command: PASV 00:06:18 Response: 227 Entering Passive Mode (,*,*,,*,70). 00:06:19 Command: LIST 00:06:19 Response: 125 Data connection already open; Transfer starting. 00:06:19 Response: 226 Transfer complete. 00:06:19 Command: PASV 00:06:19 Response: 227 Entering Passive Mode (,*,*,,*,131). 00:06:19 Command: LIST -a 00:06:20 Response: 125 Data connection already open; Transfer starting. 00:06:20 Response: 226 Transfer complete. 00:06:20 Status: Calculating timezone offset of server... 00:06:20 Command: MDTM configuration.asp 00:06:21 Response: 213 20081228061510 00:06:21 Status: Timezone offsets: Server: -25200 seconds. Local: -21600 seconds. Difference: 3600 seconds. 00:06:21 Status: Directory listing successful 00:09:01 Status: Starting download of /configuration.asp 00:09:01 Command: PASV 00:09:01 Response: 227 Entering Passive Mode (,*,*,,*,187). 00:09:01 Command: RETR configuration.asp 00:09:02 Response: 125 Data connection already open; Transfer starting. 00:09:02 Response: 226 Transfer complete. 00:09:02 Status: File transfer successful

/configuration.asp Remote Last modified 12/28/2008 12:15:00AM Local Last modified 12/28/2008 12:15:00AM

Notice the actual time: 12/28/2008 06:15:10 AM UTC

I am -6 GMT. Server is Mountain Standard Time with no Daylight Saving Time -7 GMT.

The display I don't really care about, but for downloads, I have software that uses the last modified time. If its different it automatically makes a backup of it. I could configure it to use checksums, but in the past that has taken too much time.

If you could please look into this I would greatly appreciate it.

Thank you,

-Sean

#4115 download speed doesn't show speed really are normal rejected 15 years 15 years
Description

when i limit download speed (for example 120 kb/s) and i change limit to 0 (no limit speed) so speed indicator at queued file doesn't show speed really are. i mean it's still show 120 kb/s but my bandwidth meter show 500+ kb/s. so i think it is a bug.

( sorry for my poor English skill but i try to communicate )

#4102 z/OS Libraries List as Empty in v3.1.6 normal rejected 15 years 15 years
Description

z/OS PDS libraries don't show any members at all in FZ 3.1.6. This works fine in FZ 2.2.9.

#4128 Edit filters... string not in dictionary normal rejected 15 years 15 years
Description

Click View > Directory listing filters The top-right button, "&Edit filters..." does not exist in the .po file for translation, and is thus not translateable.

#4129 Typo in error message "reveive" low fixed 15 years 15 years
Description

Status: Listing directory /backup/Pictures Status: Directory listing successful Status: Disconnected from server Status: Retrieving directory listing... Command: cd "Lottery" Error: did not receive a valid SFTP packet: sftp_recvdata failed, could not reveive packet length Error: Failed to retrieve directory listing

Should be receive.

The connection sat idle for a while and then was Disconnected from server. I tried to change directories and this misspelled error was printed.

#4131 filezilla client shows proxy password in connection window normal fixed 15 years 15 years
Description

When generic proxy is set, the password is showed in plain text in connection window as :

Commmand: proxy 1 "myproxy" port "user" "password(in plain text)"

filezilla client: 3.1.6

#4097 Use of setenv() is not portable normal fixed 15 years 15 years
Description

In the FileZilla Client 3.1.6 code, src/interface/locale_initializer.cpp makes a call to setenv(), which unfortunately not every platform has (my example is HP-UX 11.11). To fix this in a somewhat kludgy way, I took the gitsetenv() routine from git's compat/setenv.c and put it in locale_initializer.cpp (I had to cast the malloc() call in the gitsetenv() function to (char *) as well). Whether there's a more elegant solution, I'll leave it up to you (e.g. you could test for setenv() in configure and #ifdef HAVE_SETENV or something, but you'll still need some code for your equivalent setenv() call of course).

#4139 FTP session timeout normal invalid 15 years 15 years
Description

FTP session will not complete successfully. Log reports session timeout.

Version 3.1.6

#4140 Drag and drop in server window causes move instead of copy normal wontfix 15 years 15 years
Description

When you drag and drop a file or folder(s) on the right side (Server window) from one directory to another, Windows shows a little plus sign next to the mouse arrow -> user expects that the file(s) will be copied. Instead, after releasing the mouse button, a mv command is carried out.

The same behaviour occurs when Shift or Ctrl-key is pressed additionally. Files are always moved, never copied.

#4125 Directory does not refresh and display the new items uploaded normal rejected 15 years 15 years
Description

Steps to reproduce:

  1. Open FileZilla and login to ftp site (not secure)
  2. View the contents of the directory.
  3. Login to ftp site from a UNIX box.
  4. Upload files to the same ftp site using "put" command.
  5. Display the files from Unix box in ftp location, verify that files are uploaded.
  6. Refresh the FileZilla folder to view the uploaded documents in FileZilla interface.
  7. New files are not displayed in Filezilla folder view even though they are uploaded successfully unless the FileZill is completely restarted.
#4144 Can't FTP to ComCast.net normal rejected 15 years 15 years
Description

This has been an ongoing problem for me for 2 revisions now. What gives.

I just upgraded to FileZilla version 3.2.0 I'm running WindowsXP Pro SP3 (Vista Sucks!)

ComCast.net is the host with usual ID and PW. Nothing fancy, yet I can't get past the directory list issue. See below

BTW: command line FTP and Notepad++ v5.1 have no problems connecting and listing directories.

Help!


Status: Resolving address of upload.comcast.net Status: Connecting to 216.87.188.9:21... Status: Connection established, waiting for welcome message... Response: 220 FTP server (Version 5.339PWS/AI) ready. Command: USER jraff Response: 331 Password required for jraff. Command: PASS * Response: 230 User jraff logged in. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 500 'FEAT': command not understood. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (216,87,188,9,222,150) Command: LIST Response: 150 Opening BINARY mode data connection for /bin/ls. Response: 426 Data connection: No child processes. Error: Failed to retrieve directory listing

#4149 Incomplete deletion of old sites normal rejected 15 years 15 years
Description

Windows XP with snd service pack installed. FileZilla 3.2.0

I want to delete a Web site on the Remote Site. I right click the main directory and click delete. Message pops up, "Really delete all selected files and/or directories?" I respond "yes" The following appears in the Message Log area.

Command: CWD /webdocs/Guerrant Springs/Pictures and Directions_files Response: 250 CWD command successful. Command: PWD Response: 257 "/webdocs/Guerrant Springs/Pictures and Directions_files" is current directory. Command: RMD _vti_cnf Response: 550 _vti_cnf: File exists Command: CWD /webdocs/Guerrant Springs Response: 250 CWD command successful. Command: RMD Pictures and Directions_files Response: 550 Pictures and Directions_files: File exists Command: CWD /webdocs Response: 250 CWD command successful. Command: RMD Guerrant Springs Response: 550 Guerrant Springs: File exists Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (207,217,98,200,160,219). Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete. Status: Directory listing successful

However, the main directory, a sub directory and a subdirectory to the sub directory remain. These directories have no files contained in them.

Trying to delete each directory does not work. From the Message Log when trying this:

Command: CWD /webdocs/Guerrant Springs/Pictures and Directions_files Response: 250 CWD command successful. Command: CWD _vti_cnf Response: 250 CWD command successful. Command: PWD Response: 257 "/webdocs/Guerrant Springs/Pictures and Directions_files/_vti_cnf" is current directory. Command: PASV Response: 227 Entering Passive Mode (207,217,98,200,167,169). Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete. Status: Directory listing successful Command: CWD /webdocs/Guerrant Springs/Pictures and Directions_files Response: 250 CWD command successful. Command: RMD _vti_cnf Response: 550 _vti_cnf: File exists Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (207,217,98,200,167,171). Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226 Transfer complete. Status: Directory listing successful My email is dnsmithnc@… if you have any further questions. Thank you

#4069 Custom Server-Side Commands Features critical fixed 15 years 15 years
Description

Every day I want to upload some files to FTP server and then rename them. It is a hard work when I have to rename many of files.

So I suggest that FileZilla will provide Custom Server-Side Commands feature.

i.e.: If there are 3 files(1.txt,2.txt.3.txt) will to be rename to (a.txt,b.txt,c.txt), then Filezilla can let me define a commmands-group as a menu to do this work.

#4153 difficulty transferring files normal rejected 15 years 15 years
Description

On both programs i have experienced the following error: Command: PASS Response: 421 I can't accept more than 1 connections as the same user Error: Could not connect to server Status: Delaying connection due to previously failed connection attempt... Response: 421 I can't accept more than 1 connections as the same user Error: Could not connect to server Status: Delaying connection due to previously failed connection attempt... This error is negated by terminating the connection which allows the transfer to take place. it occurs in both the down and upload routine.

#4154 User error: Invalid or inacessible sitemanager.xml low rejected 15 years 15 years
Description

Started filezilla, it said there is an update --> I updated as i ALWAYS do.( first install/upgrade option ) Started filezilla --> first error when clicking sitemanager: cannot open sitemanager.xml .... no changes will be ...

Then tried to import my filezilla.xml --> same error but then it says: import done , after restart ... I restart but that did not made any difference.

Think for more than one & 1/2 year it was running fine , update after update but now looks like I will have to insert all sites again becuase right now I cannot even ADD any site for it keeps returning the first error: cannot open ...

I run XP PRO XP3.

#4156 incorrect instantaneous speed normal rejected 15 years 15 years
Description

The speed that I have on the transfer line is not correct. It presents the average speed of the total transfer and IT SHOULD BE THE INSTANTANEOUS speed. If I limit the speed in 5 kb/second for exemple, this will drop so slowly, because it the average of the total transfer. And it is not correct. I want the speed to drop to 5 kb immediately to show the current speed upload. Ok, you could give average and instantaneous speed and that would be perfect! But this way, it is not what I expected to see. So the remain time is affected by this value too.

And thank you for this amazing piece of art! I use client and server versions.

#4158 Warning Notices when I start File Zilla client, When I close, When I click getting Help, When I click Report a Bug. Also can I change default browser? normal rejected 15 years 15 years
Description

When I start File Zilla client I get this warning ...

Could not load C;\Documents and Settings\All mankind\FileZilla\queue.xml", please make sure the file is valid and can be accesses. The queue will not be saved.

The same warning comes when I close File Zilla!

When I try to access 'Getting Help' or 'Report a Bug' menu I get this warning notice ...

Windows cannot find 'http://file-zilla-project.org/support.php?type=client&mode=bugreport@version=3.20'. Make sure you typed the name correctly, and then try again. To search a file, click the Start button, and then click Search.

Also can I change default browser which File Zilla uses to access the net? File Zilla uses IE - I prefer using Opera and Firefox!

I am using the latest version 3.2.0 but have had this problem with the previous version too.

Apart from this I like File Zilla - it is a super FTP client!

All good wishes for 2009 to the entire team and thanks guyz!

Me Paparazzi

#3940 Cannot handle files with some special character normal duplicate 16 years 15 years
Description

Filezilla will fail transferring files with filename starting with the special character '-'. Filezilla will also fail with filenames containing the special character '!'.

Not sure if this problem is only related to SFTP (my case) or to other protocols as well.

#4160 Improper TLS Shutdown normal rejected 15 years 15 years
Description

WAIT, don't just close this, I know this is due to bugs on servers. Please read on.

I know that the "Server did not properly shut down TLS connection - ECONNABORTED" issue is caused by servers with bugs that create a security vulnerability. However, for those of us who LOVE FileZilla as a client, but don't have any control over the server we connect to, this issue renders FileZilla completely useless to us until the admins on the servers we connect to get their at together and fix/update their servers.

In the mean time, I think it would be a good move for FileZilla to allow servers with this problem, but treat the issue as a "WARNING" rather than an error that makes the FileZilla client useless.

Thanks,

-S

#4161 unhandled response 530 low rejected 15 years 15 years
Description

it should just wait, instead it fails and says password error

you can test it on my hosting account:

ftp: ftp.servage.net user: site1test password: test12341234

Command: PASV Response: 220 FTP Server # 1 Command: USER site1 Response: 227 Entering Passive Mode (77,232,67,104,245,60). Command: STOR Console_TestListener.php Response: 331 Password required for site1 Command: PASS Response: 530 Sorry, the maximum number of clients (5) from your host are already connected. Error: Could not connect to server Status: Resolving address of ftp.site1.co.il Status: Connecting to 77.232.67.104:21... Response: 150 Opening BINARY mode data connection for Console_TestListener.php Status: Connection established, waiting for welcome message... Response: 220 FTP Server # 1 Command: USER site1 Response: 226 Transfer complete Status: File transfer successful Response: 331 Password required for site1

#4162 The LIST command is failing for FTPES connections for v3.2.0 normal rejected 15 years 15 years
Description

Below are the logs. The connection is still open, but all I see is the ".." entry under the filename & <Directory listing failed> on the server side window. The Remote site: window shows the correct tree, which is the default directory I set up using the advanced tab from the Site Manager screen I used to define the FTPES connection. Other FTPES clients don't seem to have this issue connecting to this server. After I pasted the logs below, I attempted to change directories & again I got the same error as shown below. Though I did see the order of messages below the LIST command & the 150 response change sometimes.


Status: Resolving address of hetsft1.harrahs.org Status: Connecting to 10.3.5.87:21... Status: Connection established, waiting for welcome message... Response: 220 Secure FTP Server ready. Command: AUTH TLS Response: 234 SSLv23/TLSv1 Status: Initializing TLS... Status: Verifying certificate... Command: USER rms Status: TLS/SSL connection established. Response: 331 Password required for rms. Command: PASS Response: 230 Virtual user rms logged in. Command: SYST Response: 215 Cygwin Type: L8 Command: FEAT Response: 211-Extensions supported Response: CHMOD Response: IDLE Response: UMASK Response: HELP Response: AUTH Response: MIRR Response: RTCK Response: STCK Response: VERS Response: FEAT Response: CHPWD Response: PROT Response: PBSZ Response: APPE Response: XCRC Response: FEATURES Response: USER-AGENT Response: DISPOSITION Response: CCC Response: UTF8 Response: 211 END Command: OPTS UTF8 ON Response: 500 'OPTS UTF8 ON': command not understood. Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 PROT command successful Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (10,3,5,87,41,36) Command: LIST Response: 150 Opening BINARY mode SSL data connection for file list. Response: 226 Transfer complete. Status: Server did not properly shut down TLS connection Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing

#4164 No View of Remote or Local Files low worksforme 15 years 15 years
Description

I can't see my remote or local files since I updated to version 3.20.

Thanks, Rebecca Beasley

#4111 Repeatedly connects to server and disconnects because of ""Bad packet length 3605174332" normal rejected 15 years 15 years
Description

I tried dragging a folder from my remote site to my local folder. At one point it said that the file existed on my local directory and what would I like to do. I selected Overwrite, Always perform this action, and clicked OK. Then I started noticing it kept disconnecting because of bad packet lengths. This has happened a lot. I know my connection is somewhat spotty, but I don't think it should be happening this much (and I tried the same operation of copying a folder to my local drive using VanDyke's SecureFX 6.1 and it worked fine). Also, at some point in the middle of all of this, the Stop button got disabled, which meant I had to close Filezilla to stop the transactions (it would go on forever). Also, a folder named "1211079332421" appeared mysteriously inside my local folder, with some weird files in it. I have attached all the output that was printed before I closed Filezilla.

#4138 Mouse movement intolerance when double clicking normal rejected 15 years 15 years
Description

Filezilla is very intolerant to mouse movement when doubleclicking on a directory (in both the tree and the list). With my mouse it doesn't bother me because I don't move the mouse while clicking. However, with my tablet it's almost impossible to enter a directory because I can't double click without moving at all. It will try to move the directory into itself, which ofcourse isn't possible.

This doesn't seem to be a problem in the Windows version.

#4159 removing directories doesn't work in DOS-Mode normal rejected 15 years 15 years
Description

If the servertype is fixed to DOS Mode, then it's possible to create directories, but the removing of the same, empty directory fails. I don't even get an error.
The reason: command RMD is missing

I also installed filezilla server and tested it there. same problem here. If I set the servertype to standard, it works (so the rights are set correctly), but if I set servertype to DOS the command RMD is missing and the directory will not be deleted.

#4169 "Failed Transfer" bug normal rejected 15 years 15 years
Description

If maximum number of session (set on the server) is exceeded and the client get error "530 Not logged in, too many connection" , the "Queue Items" was wrongly moved to "Failed Transfer Tab" (bug) => The client should maintain the queue until got the connection or get other error message.

There is a 'closed' bug about the same item but the solution is not really fixing the bug: Ticket #3394: "Too many connections" wrongly marked "Failed Transfer" http://trac.filezilla-project.org/ticket/3394

That bug is closed with remark "Increase the number of retries and the reconnect delay in the settings dialog to avoid this problem."

The solution is not really solution because say I increase 3 retries with delay 30s each (total 90s) to 10 retries with 60s delay (total 600s), then after 600s the same thing will happen (not fixing the problem, just delaying the problem)

I use client version 3.2.0 and still see this daily.

Here is how I recreate the problem easily:

  1. Say the server maximum session from the same ip address is 8.
  2. Place on the server a folder with hundreds of file (big and small: 1kb size to 500MB size), say 200 or more files (make sure the transfer will last long enough to observed). I call it "folder A"
  3. Make a second folder "folder B" on server: just copy of 'folder a"
  4. Download "folder A" with OTHER FTP CLIENT. (I use cuteftp 8.3.2) just make sure I use some of the session handler)
  5. Now connect FILEZILA (set delay and retry to minimum) to server and download "folder B"
  6. The "queued files" tab is filled with the file list, but soon enough they are wrongly moved to "Failed Transfer" tab.

This 'bug' is quite annoying because I transfer a big size quite frequently that usually takes 2-3 hours download and unattended. With this bug, after 3 hours I come back to the console only find that some of the files are on "Failed Transfer" tab and have to wait another 1 or 2 hours to complete that transfer. (My current solution of this problem is to use cuteftppro that is not giving me the problem, but as open source fanatic I reckon FileZilla should be able to overcome this small problem - hope this can be solved before the trial period over.. ;-) )

NOTE: the problem is still occurring even only 1 client connect to the server (the above just to exaggerate) - the key is have to be a lot number of file with various mix of size

Thank you for the great product and great job for all the team !

LOG: .... Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Response: 150 Opening BINARY mode data connection for [filename] ([size] Bytes). Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently.

.....

#4171 Time change on local machine not recognised by client normal rejected 15 years 15 years
Description

Running v3.2.0

If after starting Filezilla, you change the date and time on the workstation, the displayed timestamps of the files on the server are adjusted by the same amount.

To repeat error. Set time on workstation incorrectly by a large amount backwards ie 6 months Connect to server Correct time on workstations Timestamps on server files are now displayed as being 6 months in future.

Restarting Filezilla shows correct timestamps

I know that the local machine time should always be correct, but in this instance it was not when Filezilla was started.

#4172 Fail to transfer files with unicode characters from IIS6 (W2K3) normal rejected 15 years 15 years
Description

Hello,

I am running Windows XP SP3 and FZ 3.2.0. I am trying to download file from IIS 6 server hosted on W2K3. FZ fails, while WinSCP succeeds. I would expect that it is bug of IIS, but still WinSCP manages to retrieve a file. More info in log.

#4174 Site Manager dropdown won't scroll on monitor with lower resolution than main monitor normal wontfix 15 years 15 years
Description

Simple bug really, possibly a limitation of wxWidgets.

I've noticed that the dropdown scrolls on my main monitor if the list becomes too large for the screen's height, but I have a second monitor with a lower resolution and the dropdown doesn't detect this lower resolution and compensate with the scroller.

If the list isn't big enough to scroll on my main monitor but it is too big for my secondary monitor then the list displays without any scrollers and goes off the bottom of the screen with no way to access the bottom items except by mousing over the bottom or top displayed items and then using the arrow keys and enter to select off-screen ones.

If the list it too big for my main monitor and thus too big for my smaller one, then the scrollers appear, but as before, the bottom scroller is off the screen, and I still have the problem.

I realise that this is something of an edge case, and I can temporarily fix it by reorganising my site manager to have fewer items in each folder, but I just thought I'd put this out there as it's definitely a bug (although as I said, probably a limitation of wxWidgets).

#4173 uploading and overwriting existing file: date/time not uptdated normal rejected 15 years 15 years
Description

when uploading a newer version of an already existing file (selecting "overwrite" in the dialog box), the date-/time-info in the server list of that file is not updated subsequent to the completion of the download. in addition, the context menu does not provide an "acutalize" entry.

workaround: you have to change the actual directory and then go back to the original one (so that the list is created again) see the new (updated) date- and time-stamp of the file.

#4176 Abnormal display in the 'Remote site:' bar. normal rejected 15 years 15 years
Description

I am living in china, Simplified Chinese is the mainland's offical language. I used the Filezilla 3.2.0 to login into some ftp site which have some Simplified Chinese directories. The problem is that these directories was showed abnormally in the 'Remote site:' bar as below words: '/¡ô¶¯ÂþÒ»Çø¡ô'. But these directories were showed normally in the remote directories list.

I have to use the Filezilla 2.2.32, it is ok in this situation.

#4183 Client 3.2.0 does not support åäö in path low rejected 15 years 15 years
Description

Client 3.2.0 does not support Swedish characters åäö in path. Client report:

18:22:19 Command: RETR /srvmmxap001_e$/Home som Skall_Flyttas/1076/DOKUMENT/Bilder/Björk/PICT5534.JPG 18:22:19 Response: 550 /srvmmxap001_e$/Home som Skall_Flyttas/1076/DOKUMENT/Bilder/Björk/PICT5534.JPG: The system cannot find the path specified. 18:22:19 Error: Critical error 18:22:41 Status: Sending keep-alive command

#4185 non-standard characters in home path prevent client from functioning normally high fixed 15 years 15 years
Description

I installed FileZilla FTP client, started it, and an error message popped up:


Error loading xml file


Could not load "C:\Documents and Settings\Dženan Zukić\Application Data\FileZilla\filezilla.xml", make sure the file is valid. For this session, default settings will be used and any changes to the settings are not persistent.


OK


After clicking OK, several more similar messages are displayed, and file window is shown. Some more messages may appear during usage, all referring to the same file.

I believe that reason is character "ć", which is not included in charset ISO 8859-1 (US-ASCII) which is default on my system.

Again when closing the application, similar message is displayed.

#4188 Error loading XML File - fzdefaults.xml normal fixed 15 years 15 years
Description

When I used fzdefaults.xml, I get 2 Group (My Sites and Predefined Sites). When I select a sites in the groupe "Predifined Sites" I get an error messages :

Could not load "", please make sure the file is valid and can be accessed. Any changes made in the site manager will be not saved.

Everything works, but if my last selection was a predifined site I get the error message at startup.

#4198 Transfer fails when source folder contains special chars like à è etc. normal rejected 15 years 15 years
Description

As per summary, tasted on Gentoo Linux amd64 with filezilla client 3.1.3.1 and 3.2.0

#4201 Can't browse Cyrillic folders on the remote server low rejected 15 years 15 years
Description

Program Version: 3.2 When I encounter some folders on the remote server that have some or all of the characters in Cyrillic, they are displayed by the fine, but as soon, as I click on it, the second folder gets created with the wrong charset. The program takes me to the wrong charset folder, while the folder that has normal Cyrillic characters doesn't disappear. When I try to click on the correct version, it sends me back to the folder duplicate with the wrong charset. I can see all of the files and folders inside of the wrong charset folder, but I cannot do anything with them, only look at them. It gives me an error if I try to download or view files, or browse nested folders. When I type the directory path in address bar - same thing happens.

#4202 No way to set the Idle time low rejected 15 years 15 years
Description

The idle time is WAY to short, but to make it worse, there is no way for the user to change this. A very strange omission! Many people probably falsely assume that they can change the "time out" setting, but this is only for transfers, not idle time. Why not let the user adjust this? I am tired of, every 30 seconds, having to re-connect and navigate back to the subdirectory on the server before I can ftp a file again. Thanks for hearing my rant - and yes I kind of would call this a "bug" :-)

This is for version 3.2.0 (and the previosu one).

#4194 Dragging not very accessible in site manager normal duplicate 15 years 15 years
Description

As far as I can tell, the only way to arrange existing sites into folder is to drag them onto the folder names in the site manager. Each folder is sorted alphabetically and there's nothing that can be done about that.

Right, so here's where the problem comes in. If one folder has so many sites that all you can see if that folder's sites, it's impossible to move a site out of that folder. Imagine that in your site manager you have a folder "Personal" and in there there's another folder "No longer used" or similar. Now imagine that the 'No longer used' folder has exactly 26 sites, labelled A-Z, and you want to me Site 'M' out to its parent folder 'Personal' (maybe the site's coming back into use, that was my specific problem). Because the window's only big enough to see C-M or H-R or M-W (see the problem?) you can't actually see the parent folder and thus ypou can't move M out.

Correct me if I'm wrong and there's a simple way to do this that I can't see, but as far as I can tell this is impossible.

I'm aware that the site manager window is resizeable, and luckily this fixed my specific problem, but this could still happen at maximum (screen resolution-restricted) size.

Basically, the fix I see is to make it so that the list view scrolls when you drag near the top or bottom, but I understand that this may be impossible due to not being implemented in wxWidgets. Alternatively, make the listing not force alphabetical sorting, that way one can slowly move it up the tree. Not ideal but definitely a solution. Maybe a button or right click action can "alphabetise this folder" or whatever for people who want that.

#4204 FileZilla Client (Windows) uses IPv6 in preference to IPv4 high rejected 15 years 15 years
Description

I have several Windows clients running Windows XP Pro SP3 and Windows Vista SP1. I have FileZilla client 3.2.0 installed. All these machines have a dual IPv4 and IPv6 configuration as I am currently testing IPv6. My DNS server (Windows 2003 Server SP2) returns both IPv4 and IPv6 addresses for my servers when queried.

My FileZilla sever (0.9.30) is running on a Windows XP SP3 machine, also with a valid IPv6 configuration.

When I use the FileZilla client to try and connect to a server for which my DNS server can return both an IPv6 address and an IPv4 address, the FileZilla client always tries to use the IPv6 address in preference to the IPv4 address. This might not be an issue except that the FileZilla server does not seem to listen to/accept connections on its host's IPv6 address. As a result the client is not able to connect. I have tried changing the binding order on the client machines to make IPv4 come before IPv6 but it does not help.

This seems like a bug to me. Surely use of IPv6 should at a minimum only be by explicit request? Ideally one could specify which to use as a default at the client level and maybe also with a host specific override. I imagine mixed environments are becoming quite common and this could become a big problem.

#4207 Bug Report Ntwk Conf Wzrd: normal rejected 15 years 15 years
Description

Running the Network Configuration Wizard to try to resolve a problem connecting to an FTP server. SFTP connects without issue. The following are the test results from a configuration test which advise submitting a Bug Report. I tried running the wizard without any initial settings set to see if that would work first.

*IP ADDRESS REMOVED FOR PRIVACY* Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.2.0 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 79.XX.XXX.XX hj-be-bfh-gj Response: 200 OK PREP 51936 Response: 200 Using port 51936, data token 348041089 PORT 79,XX,XXX,XX,202,224 Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed

When clicking next in the wizard the Summary of test Results is as follows: The server sent an unrecognized reply. Please make sure you are running the latest version of File Zilla. Visit http://filezilla-project.org for details. *(I am running version 3.2.0 bld date 2009-01-07) Submit a bug report if this problem persists with the latest version of File Zilla. *(problem occurs each time Wizard is run)

#4211 filenames with two consecutive periods won't transfer normal rejected 15 years 15 years
Description

I find that Filezilla 3.2.1 will not transfer files that have two periods '..' in the middle of a file name. (The double periods are a typo on my part - not intended]. The output below is the result of a Windows XP 'fc' comparison between the original directory on cb and the destination directy on jh. Note that the file test..file.txt did not transfer. I would expect a file with any legitimate Windows XP filename to transfer correctly.

* cb.txt \jvh\tmp\test..file.txt \jvh\tterm\delpassw.tt_ * JH.TXT \jvh\tterm\delpassw.tt_ *

Both machines are running Windows XP.

#4214 error on startup normal rejected 15 years 15 years
Description

program works after the two attached error messages appear

#4216 After installing 3.2.1 I couldn´t edit my index.html file normal fixed 15 years 15 years
Description

After installing 3.2.1 I couldn´t edit my index.html file And no other files as well . After uninstalling and installing 3.2.0 everything works great again . See message enclosed Regards - great program !!! Benke

#4217 Crashes on launch when external drive is not present blocker fixed 15 years 15 years
Description

Using the latest release (3.2.1) on Mac OS X Leopard 10.5.6 (Mac Pro, Intel Quad Core Xeon, 4GB RAM):

If an external drive was last used as the 'Local Site', and has since been ejected, and FileZilla closed, re-opening the application will immediately crash, and no access to the application will be gained until the same external drive is reconnected.

Normally, the application should revert to a default folder on the OS hard drive, but in the latest version, this does not seem to be the case.

#4221 F5 freeze on Windows XP Pro SP 3 normal rejected 15 years 15 years
Description

When you upload a file, and you press F5 on the server side (right) to update the list, it freezes the window and it says (Not responding) in the title bar, for about 30 secs, then it refresh the list and it works just fine, is just a 30 sec freeze.

#4220 chmod low rejected 15 years 15 years
Description

hi,

i want to change the permission of my files. but when i change it into chmod777 , the status describes that " 500 'SITE CHMOD 777 filename.php': command not understood "

due to this problem, i cannot upload any kind of forms and other files like poll system.

your help would be most appreciated.

#4226 Cannot create directory called "form" normal rejected 15 years 15 years
Description

I created an account by http://www.awardspace.com and filezilla is not able to create any directory called "form". Please see the workaround below:

Tue, Feb 10 2009 4:38am Hi,

My ftp client cannot create any directory called "form". This problem happens only by this free hosting provider.

To solve this problem, I have to create this directory 7 times in different places using the "File Manager". It is a knightmare.

Is this a bug or there is a better solution?

Thanks !

Joao

Tue, Feb 10 2009 7:41am - Kathy Gardens Hello Joca,

What FTP Clinet are you using? Do you receive any error message when trying to create this form directory? Please provide us with more ifnromation, thank you.

Best Regards, Kathy Gardens, Awardspace Dedicated Support Team

Tue, Feb 10 2009 2:16pm This error is happening since 2008.

I am using Filezilla (latest version)

Comando: MKD form Resposta: 550 form: Forbidden filename Comando: MKD /nossafamilia.org/components/com_fabrik/views/form Resposta: 550 /nossafamilia.org/components/com_fabrik/views/form: Forbidden filename

Best regards, Joao

Tue, Feb 10 2009 4:11pm - Kriss Hanks Hello Joca,

This does not seem to be a bug. At least it is not a bug in our system. If it was, the File Manager wouldn't have let you create this folder. I tried to create the same folder called "form" using FileZilla and I got the same error. Maybe FileZilla support might know the answer. We will have to consult with them. If we can help you further with something, please let us know.

Best Regards, Kriss Hanks

AWARDSPACE Dedicated Support Team support@…

"Your winning web hosting provider" http://www.awardspace.com

#4222 File download ends and restart again increasing infinitely file destination size normal rejected 15 years 15 years
Description

I have this bug in all Filezilla versions tested, also the last one 3.2. I always have this problem when i connect to ftp.peoplesoft.com delivery system and download any file.

For test you can connect to ftp.peoplesoft.com/outgoing/GSC/CRM as a anonymous user and download NIMS_8_0_SP3GA.zip or any other file, after download finish, the file download restart again automatically and write over the same destination file in a infinite loop, this error produce a destination file with a great size.

In fact the download process never ends, it start and start again...

#4234 Transfert abort after 5 440 octets with delay expired normal rejected 15 years 15 years
Description

Hello,

I use filezilla 3.2.1 Compiled for : i586-pc-mingw32msvc Compiled on : x86_64-unknown-linuxè-ngu Date : 1009-02-06

When i try to transfer some file greater than 5 440 Octets, the transfert try a first time, try a second (and ask for replace), stop with this message : delay expired.

There is no problème with root account of my server and FileZilla. There is no problème with monchy account and IE (or other ftp software) There is no problème with monchy account and Filezilla. I have no firewall on my computer. Server : Unix, Client : Windows XP Pro SR2

If you want, i can send you user/password account to test.

Thank you for this good product.

Log : Commande: USER monchy Réponse: 331 Password required for monchy Commande: PASS Réponse: 230 User monchy logged in Statut: Connecté Statut: Démarrage de l'envoi de C:\Documents and Settings\Iatrino\Bureau\Procédure_PriseEnMain_Distance.doc Commande: CWD /httpdocs Réponse: 250 CWD command successful Statut: Récupération du contenu du dossier... Commande: TYPE I Réponse: 200 Type set to I Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,234,112). Commande: LIST Réponse: 150 Opening ASCII mode data connection for file list Réponse: 226-Transfer complete Réponse: 226 Quotas off Commande: TYPE A Réponse: 200 Type set to A Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,231,65). Commande: STOR Procédure_PriseEnMain_Distance.doc Réponse: 150 Opening ASCII mode data connection for Procédure_PriseEnMain_Distance.doc Erreur: Délai d'attente expiré

#4237 Some files are not shown normal rejected 15 years 15 years
Description

As the attachment shows, ls command succeeded with 7 matches, which means there should be 7 file/dir entries. But in the server file list window, there are only 4 listed. See attachment 2.

#4241 DDE association not working high fixed 15 years 15 years
Description

Attempts to do "View/Edit" on a remote file that happens to be a Microsoft Office file (e.g., Word .doc, Excel .xls) fail with the new version of Filezilla (3.2.1). They worked just fine in 3.2.0. The error message you see is:

The file "" cannot be opened: The associated program (WX_DDE #c:\Program Files\Microsoft Office\OFFICE11\Excel.exe" /e#Excel#system#[open("")]) could not be found.

Since I use this program to remotely edit Office files on outside computers, this is a blocker for me, but I have set the priority to "high".

#4228 Filetype Associations Error on Transfer normal fixed 15 years 15 years
Description

Upon installation of update 3.2.1 the file associations with MS word and MS excel documents was lost. Pdf's are ok. When I try and open the doc's from the transfer window using the right click function (open) FileZilla gives an error saying the file could not be opened due to the associated program not being found. It goes on to say 'Please check your filetype associations'. The files are certainly there and can be opened normally from and explorer window. This only happened with the recent update.

#4245 FZ MacOsX client crashes during opening normal fixed 15 years 15 years
Description

Hi, as summary says it crashes during startup *if* it doesn't find last local directory anymore (i.e. if I change its name or I remove it *after* last FZ client termination.

#4247 Ohloh mirror offline: 502 Bad Gateway normal wontfix 15 years 15 years
Description

When attempting to download the client from this site ../download?filename=FileZilla_3.2.1_win32-setup.exe

I receive a 502 Bad Gateway error.

#4250 Failure to open associated software normal fixed 15 years 15 years
Description

In 3.2.0 when I opened a PHP file associated with PHP Editor both the editor and the file opened without a problem.

When I try to do the same after upgrading to 3.2.1 i get the following error.


Cannot edit file


The file 'phpfile.php' cannot be opened: The associated program (WX_DDE#"C:\Program Files\PHP Editor\PHPEditor.exe" "phpfile.php"#PHPEditor#Macros#[Open("phpfile.php")]) could not be found. Please check your filetype associations.


OK


To fix this problem I went into the file associations and clicked OK. I tried again and the problem seems to be fixed.

#4254 cant go up in file list. low invalid 15 years 15 years
Description

i cant go up past the c: to my computer. so i can see all my drives.

#4258 The application Filezilla quit unexpectedly - after upgrade high fixed 15 years 15 years
Description

I recently upgraded to the latest version of FileZilla. I think it worked after upgrading but a day or two later, I cannot open it anymore. It comes up saying "The application Filezilla quit unexpectedly"...

I've tried uninstalling and reinstalling it and the same issue occurs. The only time I got it to work was when I restarted my computer.

The only other thing is I also upgraded the software on my Mac recently... Could that have done anything?

#4252 Mac issues high fixed 15 years 15 years
Description

I recently updated my intel Macbook pro. Filezilla now refuses to open and keeps getting an error. Can you please fix this because I love this FTP client and I need to use it for school but I can't if it won't run on my computer.

#4253 Open Folder with a lot of files normal rejected 15 years 15 years
Description

When there is a folder with realy a lot of files, then the server sends a timeout during getting the filelist. As result you are not able to delete the folder!

#4262 Crash after Apple Security Update 2009-001 high fixed 15 years 15 years
Description

Hi everyone, after Apple released the Security Update 2009-001 FileZilla Client crashes and could not start up! Please help! Thanks in advance Simone

#4266 downloaded latest update and cannot open my files low fixed 15 years 15 years
Description

I get the error message: Call-list.2009xls cannot be opened. The associated program(WX_DDE#"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE"\e#Excel#systen#[open("Call_List_2009.xls")]) could not be found. Please check your file type associations.

Yikes! How do I get back to the last version? Can I delete this last update and go back to another version? Thank you for your help! Angie

#4268 bug:cannot open file for writing normal duplicate 15 years 15 years
Description

I tried to download a file... This is what I got Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing

There is enough space on the disk.

#4267 Errors on Files with names beginning with numbers normal rejected 15 years 15 years
Description

Hello,

I'm using a recent 3.2.1 filezilla and the listing of some files (name and size) is false. This bug is more than just visual, files wrongly displayed can not be downloaded. Comparing with an older version (2.2) it seems to me that the problems concerns files having their names beginning with a number, or begining with a number and having a blankspace, etc...

See screenshots, where original filename

02Conversion PDF Output-StartPage_000000001.pdf weight 541078b modification date 11/02 at 2 o clock is displayed:

PDF Output-StartPage_000000001.pdf, weighting 11 o, mod date 02/02 So seems to be a lag: files seem to have their size displayed as their modification date, their modification date as their modification time and so on

Odd enough, some dates are not concerned: 07 and 10 for example...

See attached files Thanks in advance for any help

Distant OS is AIX 5.3

#4264 Filezilla fails to start for no apparent reason normal wontfix 15 years 15 years
Description

After installing 3.2.1 I get only one dialog window with OK button telling me to report all bug I encounter. After clicking OK the dialog disappears but nothing else happens. The process keeps running but I get no top level window.

#4260 * at end of name after rename normal rejected 15 years 15 years
Description

After uploading a file and renaming it so that the file name ends with an asterisk (*), the file has become unaccessible

E.g. I upload a file "test.zip" Then I rename it to "test.zip *old version*"

FileZilla shows "test.zip *old version" (the last * is missing) I'm unable to do anything with that file anymore. Not even a delete.

#4143 SSH Keys Authentification ( without password ) stopped working normal outdated 15 years 15 years
Description

The feature from: Ticket #2804 (closed Feature request) has stopped working when I upgraded from 3.0.xx to 3.2.0 of FileZilla. I run Windows Vista Ultimate SP1. And I use putty pageant for my ssh key auth (SFTP). I had my connection working, upgraded FileZilla and after the upgrade I tried Reconnect, it didn't work, I had to add a password to my connection.

#4273 if use socks5 proxy, filezilla ignore "use the server's external IP address instead" setting normal rejected 15 years 15 years
Description

and use server reported ip

#4274 Navigating to drive list through .. filelist item normal fixed 15 years 15 years
Description

I have 3 disk attached to my computer. In the old release I can press \.. until showme all disk of my computer. In this version I just go until the disk root of my local folder. Ex. I have a C, D and L Disk. My start local folder is in the C. So in this version when press \.. a just can go to C:\ in the last version when I pressed \.. I go to see C:\ D:\ or L:\ disk.

#4275 Downloading files to wrong directories high fixed 15 years 15 years
Description

I saw some older tickets about this issue, but never with a (working) solution.

When I checked my local hdd after downloading a big folder with images, I noticed that directories are all over the place. I can't figure out if the messing up is consequent.

I'm using active mode, but the wizard tells me everythings fine. I'm also using a filefilter to exclude thumbnails. When I add the dir to the queue, everything seems fine, trouble start when processing the queue (wrong folders are immediately created, while NOT listed in the queue before).

#4276 3.2.2 doesn't handle download of directory tree correctly high duplicate 15 years 15 years
Description

Steps to reproduce :

1/ connect to a remote ftpd 2/ select a remote directory 3/ using contextual menu, ask for download in a local empty directory (or drag & drop the directory from the remote windows to the local one)

Result : it seems that some -- not all -- sub directories can't be created in the local folder.

In the example : I have selected 2 direcories : languages and pdf : pdf is ok but not language.

I join a log file.

PS : this bug doesn't occur with 3.2.1.

Thank you

#4277 cannot open files...associated program error high fixed 15 years 15 years
Description

I saw other users had this same problem on the PC....

I just downloaded 3.2.2 and now I get the error message: The file home.html cannot be opened. The associated program ('Applications/TextEdit.app' <"home.html") could not be found. Please check your file type associations.

I've never had a problem with earlier versions. Can I delete this last update and download an earlier version? I have a deadline of TODAY to complete my website and this is the only way I have of editing...I don't want to have to switch to another editor, I've been using Filezilla for years and this is the first time I've had a problem. By the way, I get the same message no matter what type of extension is on it. Yet the program is there, I have my files associated properly, and if I download have no problem opening them up.

#4281 Cannot connect to SFTP-SSH server on port 22 high rejected 15 years 15 years
Description

We've been running WinSSHD from BitVise for a couple of years here. No problem with FileZilla at all until the latest release (3.2.2.1). Suddenly we're unable to connect to our BitVise WinSSHD server and perform FTP functions.

FileZilla error messages are: Status: Connecting to secure.asiflex.com... Response: fzSftp started Command: open "CISNOPLN@…" 22 Command: Pass: Error: Authentication failed. Error: Critical error Error: Could not connect to server

Previous version of FileZilla still successfully connects to the BitVise WinSSHD server, so I'm inclined to believe something got "broken" in this latest release.

#4279 Cannot Delete Remote Directory normal rejected 15 years 15 years
Description

I drag a directory from my local site to the remote site and instead of it being a sub-directory it became one of my main directories. I reperformed the drag from local to remote successfully but am unable to delete the original remote directory and one of its subdirectories.

#4282 Rename text-area still exists when switching folders normal fixed 15 years 15 years
Description

CPU: Intel Core2 Quad FileZilla Version: 3.2.2.1

Steps to reproduce:

  • Connect to a server
  • Right click a server file
  • Select rename
  • Click a folder in the divided-area above the file viewer

What happens: The text-area from the file rename is keep open when the folder is switched and remains active. What is expected: FileZilla should cancel the rename and hide the text-area when switching folders.

#4286 3.2.2.1 remote dir list bug. high rejected 15 years 15 years
Description

This is actually an old bug but for some reason ignored: the remove directory pane cannot display chinese correctly like version 2.2.30 did. See attached picture.

#4287 multiple versions of same user in quick connect list normal fixed 15 years 15 years
Description

the dropdown box beside the quick connect button is displaying 2 of the same user.

list looks like user1@… user1@… other_user@… user3@…

it started when i changed the password for "user1@…" i retyped the user info in the text boxes and pushed connect and now the list shows both versions of the user.

the one connects with the new password and the other connects with the old password.

you should check if the user is already in that list and just update it.

#4291 Activity indicator lights not working in 3.2.2.1 normal fixed 15 years 15 years
Description

The red/green activity indicator lights in the lower right corner of v3.2.2.1 don't activate when receiving or sending data. I've tested this w/ a regular FTP server and FTP over SSH. The lights remain dim regardless of whether I'm uploading or downloading data.

#4295 Transfer connection interrupted: ECONNABORTED - Connection aborted low rejected 15 years 15 years
Description

I get this error when I try to open my www folder on the server. Here are the details: Command: PWD Response: 257 "/www" is current directory. Command: CDUP Response: 250 CWD command successful. Command: PWD Response: 257 "/" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /www Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (207,159,146,172,184,71). Command: LIST Response: 125 Data connection already open; Transfer starting. Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Response: 550 .: An established connection was aborted by the software in your host machine. Error: Failed to retrieve directory listing

#4296 Crash on the second start after update from 3.2.0 to 3.2.2.1 on Vista Home Basic SP1 normal rejected 15 years 15 years
Description

FileZilla 3.2.2.1 i586-pc-mindw32msvc x86_64-unknown-limux-gnu 2009-02-21 i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) -g -O2 -Wall -g -fexeptions

OS Windows Vista Home Basic SP1

After update FileZilla start and work. I close programm and start it again - crush. Error text on original: "Приложению не удалось запуститься, поскольку mingwm10.dll не был найден. Повторная установка приложения может исправить это проблему." Eng: "This application has failed to start because mingwm10.dll was not found. Re-installing the application may fix this problem."

After reinstall FileZilla starts, but only a single time.

#4302 Can not download long nemed file normal wontfix 15 years 15 years
Description

FileZila Version : 3.2.2.1

Hi,

FileZila Client Can not download long named files that over 256 bites.

And Upload neither.

error message that: 'The system cannot find the file specified'

Please fix this.

Best Regards.

#4233 File Last Modified Date is not Right on Newer Files normal fixed 15 years 15 years
Description

Newer files are showing up with a last modified date of 2003 and 2004. Files ftpd sometime after 12/18/2008 and before 1/9/2009 are doing this. Although anything in 2009 is having this problem with the old date in the last modified date. Using FileZilla 3.2.1, also happened in last release. FTP Server is FTPshell 4.3 using sftp. I get the correct listing if I use Linux to do an ls -al on the directory.

#4305 Can't transfer files from a folder named with French characters normal rejected 15 years 15 years
Description

If a folder name on server contains "Février", per instance, its files can't be downloaded. Log window displays "Response: 550 /Photos Mariage/Keiske - 21 Février/UKFR0900961.JPG: No such file or directory." and transfer report is "Could not start transfer". Renaming "Février" by "Fevrier" solves the problem.

#4312 A way to disable the "Theme" which slowly scans all files in the folder normal rejected 15 years 15 years
Description

Seems that everyday my copy of Filezilla is getting slower and slower to start. I believe the problem comes from the "Theme" feature which scans executable on other file to tag on a nice little image.

This scanning should be a separate thread which doesn't affect the performance of the client. Currently it hangs until this scanning is done.

Please include a Theme named "Disable" and make no file scanning is done.

To test : Put 30-40 files in a folders which are executables. Also, try to go with a loaded "My Documents" folder.

#4311 MVS empty directory not connected to any server normal fixed 15 years 15 years
Description

When using servertype 'MVS, OS/390, z/OS' and a 'default remote directory' (Site Manager/Advanced tab) that doesn't return any files, FileZilla says 'not connected to any server' and does not let file transfers (upload) take place. FileZilla client is 3.2.2.1.

#4320 I can't access my account with FileZilla low rejected 15 years 15 years
Description

Hello i can no longer access my account; at the connection, the user name is accepted, but with the password, that remains frozen, and then i displays the following message: "Resolution of the address of abderrezak.freehost10.com Status: "Resolution of the address of abderrezak.freehost10.com Status: Connecting to 74.63.216.132:21... Status: connection is established, awaiting the welcome message... Answer: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Answer: 220-You are user number 40 of 50 allowed. Answer: 220-Local time is now 05:37. Server port: 21. Answer: 220-This is a private system - No anonymous login Answer: 220-IPv6 connections are also welcome on this server. Answer: 220 You will be disconnected after 15 minutes of inactivity. Commande: USER abderrezak Réponse: 331 User abderrezak OK. Password required Commande: PASS * Réponse: 530 Login authentication failed Error: impossible to establish a connection to server."

And I have not changed my password; that is what I do? Thank you. For your information, i have uploaded with this account my database please, help me

#4324 Queue file sizes incorrect (skips 1GiB) normal rejected 15 years 15 years
Description

I was just uploading some files, using filezilla (sftp). And I noticed that the queue size was correct below 1GiB, but just more jumped to 2GiB ?

I am using the dutch localisation (if it matters)

#4325 m4v files are unconditionally labelled "Video (protected)" normal rejected 15 years 15 years
Description

I was uploading a .m4v file when I noticed that FileZilla indicated its type as "Video (protected)." This was incorrect, as it was an unprotected video file, leading me to believe that FileZilla simply labels all m4v files as protected. .m4v and .m4a simply describe the contents of an MPEG-4 container:

http://en.wikipedia.org/wiki/MPEG-4_Part_14#.MP4_versus_.M4A_file_extensions

I tried grepping the source to see where Video (protected) comes from, but couldn't find anything. Additionally, I'm on Mac OS, and the only place where I can see a file type being grabbed is in filelistctrl.cpp within the member function CFileListCtrl<CFileData>::GetType.

That member uses a function called SHGetFileInfo which appears to be Windows-only, so I'm at a loss for clues as to whether this is a FileZilla problem or within its underlying libraries. Mac OS X's Get Info pane correctly describes the file type as "MPEG-4 Video File."

#4329 3.2.2.1 not showing uploads normal worksforme 15 years 15 years
Description

The former version I had listed the successful upload in the lower right box. Now, it only showed the first upload, yet said my uploads were successful. It also looked like they were successful.

#4319 Filezilla crashes when trying to transfer Files with diacritic marks low invalid 15 years 15 years
Description

Filezilla client crashes reconstructible if I try to a File with apostrophes in the name.

http://img7.imageshack.us/img7/9954/screenpng.png

AppName: filezilla.exe
AppVer: 3.2.2.1
ModName: filezilla.exe
ModVer: 3.2.2.1
Offset: 0054f3d9
#4335 FileZilla doesn't work with non-english filenames normal rejected 15 years 15 years
Description

Go to an FTP site with non-english filenames in FileZilla (by non-english I mean Chinese, Korean or Japanese)

Notice that the filenames do not even show up in Filezilla at all. Use the built in windows ftp.exe to do the same, notice that they do show up.

#4331 Directory listing includes date as part of filename when connected to xbfilezilla normal rejected 15 years 15 years
Description

Using FileZilla 3.2.2.1 to connect to the FileZilla server embedded in XBMC the remote directory listing includes the date as part of the filename making it awkward to navigate the remote tree. This seems to be a new fault that didn't exist in a previous version (though I don't know what version the previous working one was).

For example, using Windows XP ftp client to list directories:

ftp> cd F
250 CWD successful. "/F" is current directory.
ftp> dir
200 Port command successful
150 Opening data channel for directory list.
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:26 Games
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:26 Apps
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:27 Pictures
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:27 Music
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:28 Video
drwxr-xr-x   1 ftp      ftp             0 Mar 10 07:41 hddloader
226- Free space: [C:\ 308.97 MB] [E:\ 4.77 GB] [F:\ 138.40 GB] [G:\ 0.00 bytes]

226 Transfer OK
ftp: 378 bytes received in 0.02Seconds 23.63Kbytes/sec.
ftp>

However, in FileZilla's remote tree I see

Filename /              File Type    Last Modified
..
Feb 29 19:26 Apps       File Folder
Feb 29 19:26 Games      File Folder
Feb 29 19:27 Music      File Folder
Feb 29 19:27 Pictures   File Folder
Feb 29 19:28 Video      File Folder
hddloader               File Folder  10/03/2009 07:41:00

The fault only appears to affect filenames with a capital letter at the start, so "hddloader" is reported correctly and is the only one to show a last modified date.

For reference here is the welcome message from the remote machine.

$ ftp xbox
Connected to xbox.private.
220-Welcome to XBOX FileZilla (XBMC)
220-version: XBMC:FileZilla version 1.5.6, (based on FileZilla Server 0.8.8)
220 http://sourceforge.net/projects/xbfilezilla
User (xbox.private:(none)): 
#4338 3.2.3-rc1 crashes with synchronized browsing sites blocker fixed 15 years 15 years
Description
  1. enable synchronized browsing for a site
  2. connect
  3. navigate to any sub-folder
  4. double click the local pane 'navigate up a level' icon
  5. it crashes every time
#4341 Resizing a column in the transfer queue pane causes a crash normal fixed 15 years 15 years
Description

Steps to reproduce:

  • Launch FileZilla client.
  • Attempt to resize a column in the transfer queue pane.

This crash occurs on all tabs in the pane.

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