Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1801 - 1900 of 8170)

Ticket Summary Owner Type Priority Component Resolution
#4085 Failed to retrieve directory listing Bug report normal FileZilla Client outdated
Description

I think this is related to Active mode. I have opened a 1000 tcp/udp ports on my router. This error shows up straight away with only 20 ports open. I am transferring a few thousand files in a lot of folders (Joomla site). Filezilla should retry these failed commands a bit later, it does work after a few fails or after first try. Maybe burst mode has something to do with it? I set to High and still not 100% working.

After a while I get some of these errors flashing by, but at random seemingly.

Response: 425 Unable to build data connection: Cannot assign requested address Error: Failed to retrieve directory listing

#4086 Error uploading large file Bug report normal FileZilla Client outdated
Description

Hello,

I m using a slow network connection that uploads file with 40KB/s

While uploading a single large file (800MB) filezilla get disconnected upon 75%. When i tried to resume it, it is again started from beginning of file.

What should i do?

#4087 Drag & Drop from FileZilla to Client Folders causes error Bug report high FileZilla Client outdated
Description

Trying to drag a File from FTP-Folder to download to the desktop or any other folder on the client-system causes an error: "can't find the target of drag'n'drop operation. Shell extension might not installed properly..." (translated from german system) Reinstalling fzshellext_64.dll has no effect.

Dragging files to ftp-upload works fine...

FileZilla Version 3.1.6, Dec. 2 2008

#4088 Unable to connect with FTPES - FTP over explicit TLS/SSL Bug report normal FileZilla Client rejected
Description

I am running version 3.1.6 FileZilla Client. When connecting from the Site Manager using the Servertype: FTPes - FTP over explicit TLS/SSL Logintype: Normal Port: default (21) but doesn't save in Site Manger.

I am unable to connect and get a directory listing. I have attached the log trace.

I am able to connect with version 2.2.18 using the same options (FTP over SSL (explicit encryption) for the ServerType.

Connecting with FTP - File Transfer Protocol ServerType also works fine.

There are no error messages on the server.

Thanks, Ken

#4089 win32 crash with speed limit enabled Bug report normal FileZilla Client outdated
Description

downloading of ~300-500Mb (6 files) at speed limit = 25k caused to crash.

repeated twice (once in older version).

Both crashes come into being with speed limit enabled. If disabled worked for weeks without any problem :) Thanks.

#4090 A Little Sound Would be Nice.... Feature request normal FileZilla Client duplicate
Description

Hello:

Upload Complete Custom Sound and Download Complete Custom Sound would be a nice feature

#4091 current version sucks Bug report normal FileZilla Client rejected
Description

upgrade version 3.1.6 causes the following, to-wit:

530 User cannot log in, home directory inaccessible. Error: Could not connect to server

version 3.1.5.1 works as it should. It logs in and connects to the server just fine.

#4092 Email Notification Feature request low FileZilla Client invalid
Description

Is it possible to tweak filezilla a little to send out Email notifications every time the status of any task has changed? Such as – upload or download tasks have successfully gone through or a failure notice which will need our attention right away.

Thanks.

#4094 Product does not save settings Bug report normal FileZilla Client rejected
Description

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

#4095 Large file upload reports successful, but destination has 0 bytes Bug report normal FileZilla Client outdated
Description

With version 3.1.6, I've had problems uploading a file that is 15,738,880 bytes. Progress bar goes from 0 to 100% in the right kind of time, and the transfer moves into Successful, but the destination file has 0 bytes.

I've tried multiple times, including deleting the 0 byte file. I eventually used standard command-line ftp, which was successful. The ftp server is PureFTPd.

Let me know if I can help more...

#4096 Filezilla Client Produces ECONNABORTED with TLS/SSL Bug report low FileZilla Client rejected
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

#4097 Use of setenv() is not portable Bug report normal FileZilla Client fixed
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).

#4098 const wxChar array shouldn't be a structure member Bug report normal FileZilla Client outdated
Description

In FileZilla Client 3.1.6, src/interface/Options.cpp declares a t_default_option structure containing a const wxChar array (name[30] - see line 132). However, such a const array can never be initialised, so HP's C++ compiler in HP-UX 11.X refuses to compile the source code. I removed the const keyword and this fixed the problem.

#4099 Can't link filezilla client binary in HP-UX 11.X after version 3.0.4 Bug report normal FileZilla Client wontfix
Description

In all versions of the FileZilla Client source after 3.0.4 (including the latest at the time of writing, 3.1.6), I have been unable to link the filezilla client binary using HP's C++ compiler in HP-UX 11.X. I have been compiling with "aCC -AA -O -D_HPUX_SOURCE -D_XOPEN_EXTENDED_SOURCE" and using wxGTK 2.8.9 - here is the link error:

/usr/ccs/bin/ld: Unsatisfied symbols:

CFileListCtrl<CGenericFileData>::sm_eventTableEntries (first referenced in filezilla-RemoteListView.o) (data) CFileListCtrl<CLocalFileData>::sm_eventTableEntries (first referenced in filezilla-LocalListView.o) (data)

Sadly, I have been able to work out why the link fails (removing optimisation doesn't help, before you ask).

#4100 ntohs() defintion issues with HP-UX 11.X Bug report normal FileZilla Client fixed
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++ Bug report normal FileZilla Client fixed
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.

#4102 z/OS Libraries List as Empty in v3.1.6 Bug report normal FileZilla Client rejected
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.

#4105 FileZilla crashes when connection to remote FZ server is broken Tim Kosse Bug report high FileZilla Client fixed
Description

A downloading FileZilla client crashes and loses the download queue on my friend's computer when I restart my computer which runs the FileZilla server application he is connected to. Last time the crash situation included an "Illegal operation" Windows error.

#4106 Cannot drag and drop remote files to Windows Desktop Bug report normal FileZilla Client outdated
Description

I open up a remote FTP site. In the window where files from the remote site are listed, I drag and drop one of the files to my Windows Vista desktop. Instead of the file being downloaded and copied to that location (the expected behaviour) I receive an error message which reads "Could not determine the target of the Drag&Drop operation".

#4109 sending a number of files - files with wrong content Bug report normal FileZilla Client outdated
Description

We send about 100 pdf files at a time to our website. We are having a problem that some of the files are getting renamed, then we get an error that the file all ready exsists. When the file is openend on the website the file name is correct but it may have content that belongs to another user. When this happens, I have resent the files and the second time everything runs smoothly with no errors. Then we go to open the file and it has the correct content. We are using version 3.1.6

#4110 FileZilla CrashReport Bug report high FileZilla Client fixed
Description

FileZilla crashes due startup and uploads.

#4111 Repeatedly connects to server and disconnects because of ""Bad packet length 3605174332" Bug report normal FileZilla Client rejected
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.

#4112 Problems with uploads containing many files Bug report normal FileZilla Client outdated
Description

I am haveing problem with uploade of large numbers of files. The problems are much the same as the "sync" upload problem that was supposedly fixed in the 3.1.6 release (which I am running.)

Some of the files are either not uploaded or are only partially stored. Redoing transfer with fewer files corrects the missing/corrupt file

#4113 Filezilla crashes with uploading Bug report high FileZilla Client outdated
Description

Im having the problem that filezilla crashes everytime if i want to upload a pretty amount of files. Like the phpbb forums or joomla portal.

It happens everytime when im uploading the files to my host.

#4114 Error connecting to several servers Bug report low FileZilla Client outdated
Description

I get this error while connecting to several (not all) servers in Dutch:

Fout: Kan niet lezen van socket: ECONNRESET - Connection reset by peer Fout: Verbinding verbroken met server Fout: Ontvangen van mappenlijst is mislukt

Translation:

Error: Can't read from socket: ECONNRESET - Connection reset by peer Error: Connection with server disconnected Error: List receive fail

Client version: 3.1.6

#4115 download speed doesn't show speed really are Bug report normal FileZilla Client rejected
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 )

#4116 Last modified cuts off seconds Bug report normal FileZilla Client rejected
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

#4117 File/directory date included in name Bug report normal FileZilla Client rejected
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 Bug report normal FileZilla Client duplicate
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

#4119 FTP Downloaded file is too large >100.0% Bug report normal FileZilla Client rejected
Description

Attached screenshot shows file download >100.0% Using XP client 3.1.6 downloading from Microsoft FTP server.

Issue has occurred on other occassions. I think always with multiple downloads.

Log below:...

Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Command: SYST Response: 215 Windows_NT version 5.0 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 (67,135,29,133,10,132). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD public Response: 250 CWD command successful. Command: PWD Response: 257 "/public" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,133). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Out Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,134). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Ver_8_3 Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,135). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Docs Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/Docs" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,136). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/Docs/e100-00_InstallCD_rev06.ZIP Command: CWD /public/Out/Ver_8_3/Docs Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/Docs" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,137). Command: RETR e100-00_InstallCD_rev06.ZIP Response: 125 Data connection already open; Transfer starting. Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/Firmware Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/Firmware" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,138). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3 Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3" is current directory. Command: CWD Firmware Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/Firmware" is current directory. Status: Directory listing successful Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/Firmware/e100.V8_3_0.tar Command: CWD /public/Out/Ver_8_3/Firmware Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,139). Command: RETR e100.V8_3_0.tar Response: 125 Data connection already open; Transfer starting. Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/MIB Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/MIB" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,140). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3 Response: 250 CWD command successful. Command: CWD MIB Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/MIB" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/SDK Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/SDK" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,141). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/SLS" is current directory. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,142). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Response: 226 Transfer complete. Status: File transfer successful Status: Starting download of /public/Out/Ver_8_3/MIB/ellacoya-V8_3_0.mib Command: CWD /public/Out/Ver_8_3/MIB Response: 250 CWD command successful. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,143). Command: RETR ellacoya-V8_3_0.mib Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: File transfer successful Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3 Response: 250 CWD command successful. Command: CWD SLS Response: 250 CWD command successful. Command: PWD Response: 257 "/public/Out/Ver_8_3/SLS" is current directory. Status: Directory listing successful Status: Starting download of /public/Out/Ver_8_3/SLS/UsageManager-8.3.0-r11-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,144). Command: RETR UsageManager-8.3.0-r11-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/Firmware/e100.V8_3_0.tar Command: CWD /public/Out/Ver_8_3/Firmware Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,170). Command: REST 29119860 Response: 350 Restarting at 29119860. Command: RETR e100.V8_3_0.tar Response: 125 Data connection already open; Transfer starting. Response: 421 Timeout (900 seconds): closing control connection. Response: 421 Terminating connection. Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/Firmware/e100.V8_3_0.tar Command: CWD /public/Out/Ver_8_3/Firmware Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,190). Command: REST 85906800 Response: 350 Restarting at 85906800. Command: RETR e100.V8_3_0.tar Response: 125 Data connection already open; Transfer starting. Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/SLS/UsageManager-8.3.0-r11-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/SLS/UsageManager-8.3.0-r11-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,191). Command: REST 89548200 Response: 350 Restarting at 89548200. Command: RETR UsageManager-8.3.0-r11-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/SLS/UsageManager-8.3.0-r11-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,192). Command: REST 139662180 Response: 350 Restarting at 139662180. Command: RETR UsageManager-8.3.0-r11-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,193). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/SLS/UsageManager-8.3.0-r11-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,194). Command: REST 154977480 Response: 350 Restarting at 154977480. Command: RETR UsageManager-8.3.0-r11-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Error: Transfer aborted by user Status: Starting download of /public/Out/Ver_8_3/SLS/SubscriberManager-8.3.0-r12-i386.iso.gz Status: ftpcontrolsocket.cpp(1749): Waiting for replies to skip before sending next command... caller=0p13eaf08 Response: 426 Connection closed; transfer aborted. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,195). Command: REST 0 Response: 350 Restarting at 0. Command: RETR SubscriberManager-8.3.0-r12-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Status: Retrieving directory listing... Command: CWD /public/Out/Ver_8_3/Firmware Response: 250 CWD command successful. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,198). Command: LIST Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Error: Transfer aborted by user Status: Starting download of /public/Out/Ver_8_3/SLS/ReportingManager-8.3.0-r11-i386.iso.gz Status: ftpcontrolsocket.cpp(1749): Waiting for replies to skip before sending next command... caller=0p141e928 Response: 426 Connection closed; transfer aborted. Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,217). Command: REST 0 Response: 350 Restarting at 0. Command: RETR ReportingManager-8.3.0-r11-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Error: Connection timed out Status: Connecting to 67.135.29.133:21... Status: Connection established, waiting for welcome message... Response: 220 ns1 Microsoft FTP Service (Version 5.0). Command: USER snash Response: 331 Password required for snash. Command: PASS Response: 230-Welcome to Ellacoya Networks FTP Site. Unauthorized use is strictly prohibited. Response: 230 User snash logged in. Status: Connected Status: Starting download of /public/Out/Ver_8_3/SLS/SubscriberManager-8.3.0-r12-i386.iso.gz Command: CWD /public/Out/Ver_8_3/SLS Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (67,135,29,133,10,218). Command: REST 65331000 Response: 350 Restarting at 65331000. Command: RETR SubscriberManager-8.3.0-r12-i386.iso.gz Response: 125 Data connection already open; Transfer starting. Error: Transfer aborted by user Error: Transfer aborted by user Response: 426 Connection closed; transfer aborted. Response: 426 Connection closed; transfer aborted. Status: Disconnected from server Status: Disconnected from server

#4121 Fails to check for newer version Bug report normal FileZilla Client outdated
Description

After click on Check for Updates the check will always fail even if there is a newer version. The problem appears to be the URL used to check for updates. There is no ampersand (&amp;) separators between the parameters as seen in the attached image. The URL is to updatecheck.php with a single parameter (platform) with a value of i586-pc-mingwmscversion=3.1.6osversi...

#4124 Network mapped drivers do not show volume label Feature request low FileZilla Client outdated
Description

Several users had requested to have the mapped network drivers [like Y:] display the whole volum labe in the Local folder window and not just the letter [y:(data) ] or have an option to swith the local folder path to UNC standart

#4125 Directory does not refresh and display the new items uploaded Bug report normal FileZilla Client rejected
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.
#4127 Remember the selection of local files in other folders Feature request low FileZilla Client rejected
Description

Hello,

the old FileZilla 2 Client had a nice feature: when some files (e.g. files 45-50) were selected in a local folder and then another local folder was selected, the files at the same place in the new local folder (e.g. files 45-50) were automatically selected again. Would it be possible to reintroduce this feature or even make it switchable in the options? Thanks.

Martin

#4128 Edit filters... string not in dictionary Bug report normal FileZilla Client rejected
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" Bug report low FileZilla Client fixed
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.

#4130 'Connection closed by server' message partway through FTP, but session continues Bug report normal FileZilla Client rejected
Description

Hi,

About 52% of the way through FTP of a 35Mb audio file, FileZilla returns a 'connection closed by server' message and yet the FTP session continues. The moment the FTP is completed though, the session is dropped. You can see the message about 12 lines from the end of the attached file:

Session log: Status: Resolving address of incorrectlypolitical.co.uk Status: Connecting to 72.167.232.52:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 02:20. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER brennigjones Response: 331 User brennigjones OK. Password required Command: PASS Response: 230-User brennigjones has group access to: 450 Response: 230 OK. Current directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: ESTP Response: PASV Response: EPSV Response: SPSV Response: ESTA Response: AUTH TLS Response: PBSZ Response: PROT Response: 211 End. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,124) Command: LIST Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 45 matches total Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,198,40) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 45 matches total Status: Calculating timezone offset of server... Command: MDTM favicon.ico Response: 213 20081118122530 Status: Timezone offsets: Server: -25200 seconds. Local: 0 seconds. Difference: 25200 seconds. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD thisrealitypodcast Response: 250 OK. Current directory is /thisrealitypodcast Command: PWD Response: 257 "/thisrealitypodcast" is your current location Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,229) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 33 matches total Status: Directory listing successful Status: Retrieving directory listing... Command: CWD audio Response: 250 OK. Current directory is /thisrealitypodcast/audio Command: PWD Response: 257 "/thisrealitypodcast/audio" is your current location Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,195,119) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 30 matches total Status: Directory listing successful Status: Resolving address of incorrectlypolitical.co.uk Status: Connecting to 72.167.232.52:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 02:21. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER brennigjones Response: 331 User brennigjones OK. Password required Command: PASS Response: 230-User brennigjones has group access to: 450 Response: 230 OK. Current directory is / Status: Connected Status: Starting upload of C:\Documents and Settings\Brennig Jones\My Documents\My Music\Podcast Files\Source Files\2009-01-03.mp3 Command: CWD /thisrealitypodcast/audio Response: 250 OK. Current directory is /thisrealitypodcast/audio Command: PWD

Response: 257 "/thisrealitypodcast/audio" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,188) Command: STOR 2009-01-03.mp3 Response: 150 Accepted data connection Error: Connection closed by server Response: 226-File successfully transferred Response: 226 653.861 seconds (measured here), 45.49 Kbytes per second Status: File transfer successful Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,199,28) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 31 matches total Status: Directory listing successful

#4131 filezilla client shows proxy password in connection window Bug report normal FileZilla Client fixed
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

#4132 SKIP overwrite action tweak? Feature request normal FileZilla Client rejected
Description

If you have the SKIP as the overwrite action, and you attempt to transfer a file that already exists, it is moved over to successful transfers....

however the transfer has not even occurred... because of the SKIP overwrite action

I am wondering if it would be better to put this into FAILED transfers, and notifying the user that it was skipped due to overwrite action selection....

So if the user wanted to update their server, then they would know that the server was in fact, not updated.

I was quite frustrated until I figured out what happened.... I was not happy to learn that the transfer was successful when the transfer had not even occured.

Thank you!

#4133 Can't Login to File Zilla Other normal FileZilla Client invalid
Description

I have version 2.2.31 and have been using it for over 2 years and now today when I went to login I couldn't. It said username and password are invalid and I haven't changed anything.

#4134 Server time zone offset is incorrect Bug report normal FileZilla Client fixed
Description

I've discovered a bug in the server timezone offset settings.

The following table show my test results when trying to use different timezone offsets in FileZilla server preferences (Server Administration - Advanced tab).

Table columns
-------------
Local time:     Local computer time.
Setting:        Server timezone offset setting in FZ preferences.
Server time:    Server time shown AFTER adjusting timezone offset.
Actual offset:  The actual timezone offset using current setting.

                                      Actual
  Local time   Setting   Server time  offset
  ----------   -------   -----------  -------
   [...]
   12:00:00      -5 h     06:00:00      -6 h
   12:00:00      -4 h     07:00:00      -5 h
   12:00:00      -3 h     08:00:00      -4 h
   12:00:00      -2 h     09:00:00      -3 h
   12:00:00      -1 h     10:00:00      -2 h
   12:00:00       0 h     11:00:00      -1 h
   12:00:00      +1 h     13:00:00      +1 h
   12:00:00      +2 h     13:00:00      +1 h
   12:00:00      +3 h     14:00:00      +2 h
   12:00:00      +4 h     15:00:00      +3 h
   12:00:00      +5 h     16:00:00      +4 h
   [...]

As seen from the above, when the offset is set to "0", the server time is shown as one hour behind, and using either "+1" or "+2" will both show the server time as one hour ahead...

This bug is present in FileZilla 3.1.6, but was also noticed in previous versions...!

#4135 Logging to file Feature request normal FileZilla Client duplicate
Description

Hello,

Great product love it, I was just attempting to drop a line about a possible future enhancement to theProduct. I would be great to have in the history the time it took each file to transfer. Also if this could be kept in a log file for future reference. I do manny uploads that run into the evening an I like to determine how much time things took so I can gage the number of files I can upload next time.

Regards Gary Galindo

#4137 Double click on any file on the remote site downloads the file to local. Feature request normal FileZilla Client duplicate
Description

-Double click on any file on the remote site downloads the file to the local.

Steps: 1.login to any remote site. 2.Open any folder and and double click on any file on the right hand side bottom of Filezilla. 3.The file gets transfers to the local site.

Expected:Everytime you double click the file gets transferred to the local site.This feature should be removed.

#4138 Mouse movement intolerance when double clicking Bug report normal FileZilla Client rejected
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.

#4139 FTP session timeout Bug report normal FileZilla Client invalid
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 Bug report normal FileZilla Client wontfix
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.

#4141 Problem with crashing when downloading folder/files very repeatable Bug report high FileZilla Client fixed
Description

Using Filezilla 3.2.0 (and also 3.1.6) Windows XP PRO SP1 on AMD Athalon

Connection is FTP on port 21

Filezilla was working fine on prior version. Upgraded to 3.1.6 in December 2008 and began having some crashes. Upgraded to 3.2.0 today (2008-01-07) and still have problems crashing.

Crash happens nearly every-time I try to download (backup) the Plugins folder for a WordPress Blog. I initiate the download by dragging plugins folder from remote filelist to local filelist. The folder that is being copied does not exist on the local computer prior to initiating the download on Filezilla.

The folder has only 153 files, 16 folders, about 2.5 MB.

Crashes with other folders as well but this is the folder I am working on right now, and it is the folder being copied when the attached logfile was created.

When Filezilla crashes, perhaps 50% to 75% of the download is complete. I get a Windows crash message with these details: AppName: filezilla.exe AppVer: 3.2.0.0 ModName: msvcrt.dll ModVer: 7.0.2600.1106 Offset: 00033de0

Filezilla USUALLY continues to run behind the Win-error box and sometimes it even completes the files in the queue before the Filezilla window closes.

Sometimes during this downloading, after the Win-error box opens, Filezilla will show a file-exists dialog indicating that a zero-length file already exists at the destination. Of course the file did not exist at the target location before the download because the target folder did not exist then and it was created by Filezilla.

#4142 Incomplete upload Bug report normal FileZilla Client outdated
Description

The original file I'm uploading has a file size of 603,953. The uploaded file size is 69.098.

The file is an html file. It has a few lines of text but the main portion of the file is a series of 6 lists that are copied and pasted from an Excel file. After uploading the lines of text are there but the lists copied and pasted from Excel are missing.

#4143 SSH Keys Authentification ( without password ) stopped working Bug report normal FileZilla Client outdated
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.

#4144 Can't FTP to ComCast.net Bug report normal FileZilla Client rejected
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

#4145 Failure to retrieve directory listing at start of session (Active connect FTPES) Bug report normal FileZilla Client rejected
Description

Status: Resolving address of ftp.accutranz.com Status: Connecting to 64.79.224.58:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 64.79.224.58 FTP server ready Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS successful Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER alabadger Status: TLS/SSL connection established. Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for alabadger Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User alabadger logged in Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Response: MDTM Response: AUTH TLS Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Trace: CFtpControlSocket::OnReceive() Response: 211 End Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ 0 successful Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CFtpControlSocket::OnReceive() Response: 200 Protection set to Private Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD \ Trace: CFtpControlSocket::OnReceive() Response: 550 \: No such file or directory Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is the current directory Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 71,12,103,204,13,23 Trace: CFtpControlSocket::OnReceive() Response: 200 PORT command successful Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnAccept(0) Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::Handshake() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening ASCII mode data connection for file list Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnSocketEvent(): close event received Trace: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Error: Could not read from transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2)

Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing

#4146 Please add Secure Copy Protocol (SCP) support macrostb Feature request normal FileZilla Client invalid
Description

Please add Secure Copy Protocol (SCP) support as an option to Filezilla. I noted ticket #2096 but don't care for WinSCP, I just want support for SCP. I appreciate that FileZilla is primarily a client for ftp and it's derivatives, which scp technically isn't, unfortunately however many shells seem to still provide only SCP, not the superior full SFTP.

#4147 Please add Secure Copy Protocol (SCP) support Feature request normal FileZilla Client rejected
Description

Please add Secure Copy Protocol (SCP) support as an option to Filezilla. I noted ticket #2096 but don't care for WinSCP, I just want support for SCP. I appreciate that FileZilla is primarily a client for ftp and it's derivatives, which scp technically isn't, unfortunately however many shells seem to still provide only SCP, not the superior SFTP.

#4148 Contentscrambling on .jpg-Upload Bug report normal FileZilla Client outdated
Description

I'm uploading a bunch of JPG-Images, Compressed and resized properly by IrfanView. As the bunch (about 50 pictures) is uploaded, my Gallery-Programm often gives Errormessages, because the content of the pictures is scrambled. This happens just sometimes, about 5-10% of the Pictures. Usually two parts of the picture are switched. (Examplepictures in Attachment)

As I reupload the Pictures, everything ist fine...

#4149 Incomplete deletion of old sites Bug report normal FileZilla Client rejected
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

#4150 Ability to turn off "Operating system problem detected" message Feature request low FileZilla Client rejected
Description

Version 3.2.0 Windows XP 64-bit w/SP2

Each time on startup I get the "Operating system problem detected" message. This is very annoying. It should only appear the first time I run the program from a new install. After that it should not appear anymore.

At least add a check box to "Do not show this again."

#4151 root dir sync local Feature request normal FileZilla Client duplicate
Description

it would be nice to have a mode/ checkbox

so we can sync the local and remote ... when browsing directorys

so when we make a connection we specift that directory

/remote/a1

refers to directory

/local/xy/a1

then the GUI will automatically change the directory in remote when we change a directory in local (if it exists)

this would save time and a lot of missed uploads

of course there should be a easy way to switch this off for a session as someimtimes we need to delibrately put it on another directory - like when making an exploded back up ...

Let me know if u need further explanation .

i would donate $5 for this as am sure others would too.


ty who voted lets hope the developers see this and ask questions if they have clarifications

basicaly say

c:\webs\sel2in\ dir on local matches /public_html/ on my server

so if i change to c:\webs\sel2in\projects on my local pane in side Filezilla it knows to move to /public_html/projects on my server if it exists else prompt to make a new folder

and vice versa

{ref http://forum.filezilla-project.org/viewtopic.php?f=3&t=9298&p=35785#p35785}

#4152 When uploading duplicate file, can't rename file. Bug report normal FileZilla Client outdated
Description

When I upload a file, for example, 0001.jpg to my server, and then I attempt to upload another file named 0001.jpg to the same directory, the client asks me if I'd like to overwrite, resume, rename, etc. If I attempt to rename the file to 0001-2.jpg, which doesn't exist on the remote server, the client once again asks me if I'd like to overwrite, resume, rename, etc. It's impossible to rename the file and upload it, unless I cancel out of the transfer and rename the file locally and then upload it, which defeats the purpose of the dialog box popping up in the first place.

#4153 difficulty transferring files Bug report normal FileZilla Client rejected
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 Bug report low FileZilla Client rejected
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 Bug report normal FileZilla Client rejected
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.

#4157 Cannot open some directories Bug Bug report normal FileZilla Client outdated
Description

FOLDER WITH NAME LIKE "sub-domain.domain.ru_rB1QN#P" cant open with Filezilla, but Total Commander can open it

#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? Bug report normal FileZilla Client rejected
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

#4159 removing directories doesn't work in DOS-Mode Bug report normal FileZilla Client rejected
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.

#4160 Improper TLS Shutdown Bug report normal FileZilla Client rejected
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 Bug report low FileZilla Client rejected
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 Bug report normal FileZilla Client rejected
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

#4163 Transfer queue refresh Bug report low FileZilla Client outdated
Description

Hello, I've been using FileZilla for a long time now, and I love it and recommend it to all of my friends, so first off, great job! I appreciate the work you've put into FileZilla!

Just a little thing here - when I download several large files at once, typically, the file queue fills up to the point that I have to scroll, and I want to keep tabs on the progress of the files being downloaded, so I grab the resize bar dividing it from the upper 3/4 of the program, and drag it up so more queued files can be seen, but the progress bars all disappear, and I can't see the progress of any of the files any more. I can get it back, I believe by starting a new series of downloads, but with big files, I like to know how long they'll take to download.

Thanks! Paul Duquesnoy

#4164 No View of Remote or Local Files Bug report low FileZilla Client worksforme
Description

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

Thanks, Rebecca Beasley

#4165 Extend FileZilla with HTTP/HTTPS file-exchange capabilities Feature request high FileZilla Client rejected
Description

Dear.

Are there any plans to extend FileZilla with HTTP/HTTPS file-exchange capabilities expanding it's usefullness allowing to exchange files with a wide range of app-servers and integration platforms like SAP/XI, webMethods and Tibco in partucular. At present we have to use low-level tools like Curl or wGet. Having a neat FileZilla UI framework in combination with HTTP(s) protocol support would be an added asset.

#4167 552 Quota error handling Bug report normal FileZilla Client worksforme
Description

PC: Windows XP Pro SP3 with 2GiB RAM and 3GHz Intel P4 Client: FileZilla 3.2.0 Server: ProFTPD 1.3.1

Hi guys,

some of the servers I connect to allow me to resume partially uploaded files. When there is also a file system quota set (and maxed out) for the connecting user I've noticed an issue with FileZilla where it will loop several hundred times (inconsistent number) in an attempt to force an upload of the file.

When there are hundreds of files in the queue and each file causes four to five hundred failed upload attempts it will be hammering the server to no end for hours. It would seem more logical to cancel all uploads for a user@server/dir with an error message when there is no more quota left (i.e. the server returns a 552 error). Full is full.

I will attach full debug logs but here is a summery: 2009-01-15 17:35:14 1484 1 Status: Starting upload of C:\ISO\Debian\debian-testing-i386-businesscard.iso 2009-01-15 17:35:14 1484 1 Command: STOR debian-testing-i386-businesscard.iso 2009-01-15 17:35:14 1484 1 Response: 552 Transfer aborted. Disk quota exceeded 2009-01-15 17:35:14 1484 1 Command: APPE debian-testing-i386-businesscard.iso 2009-01-15 17:35:15 1484 1 Response: 552 Transfer aborted. Disk quota exceeded 2009-01-15 17:35:15 1484 1 Command: APPE debian-testing-i386-businesscard.iso 2009-01-15 17:35:15 1484 1 Response: 552 Transfer aborted. Disk quota exceeded etc. etc...

When the server disables upload resuming the client will try a normal upload then only a few APPE (resulting in error 451) and then disconnect.

With ProFTPD's HiddenStores enabled (and APPE automatically disabled) the server will upload an incoming file with a temporary file name. If the transfer is interrupted with the 552 error the client will try the same upload again. Because the temporary name already exists the server returns a 550 error and FileZilla stops trying immediately.

It would also be nice to be able to set a retry limit for any kind of action and not just the connection retry limit.

Cheers, and thanks for an otherwise great FTP client!

#4168 Cannot enter space when modifying name of file Bug report normal FileZilla Client outdated
Description

Filezilla Client 3.2.0

If I try to enter a space into the name of a file or folder in the window from the server that shows the most detail (its headers are Filename Filesize Filetype ....), the space is executed as an instruction and not entered as a space.

This occurs ONLY when I double click to edit the name. If I use rename, I can enter a space.

Various flavors of this error occur when I try to enter a space into a name elsewhere in the Filezilla window.

#4169 "Failed Transfer" bug Bug report normal FileZilla Client rejected
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.

.....

#4170 Stop current operation Bug report normal FileZilla Client worksforme
Description

The "Stop current operation" button is not available and I an unable to stop a download without quiting Filezilla. I am using Filezilla 3.2 on OSX 10.5.

#4171 Time change on local machine not recognised by client Bug report normal FileZilla Client rejected
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) Bug report normal FileZilla Client rejected
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.

#4173 uploading and overwriting existing file: date/time not uptdated Bug report normal FileZilla Client rejected
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.

#4174 Site Manager dropdown won't scroll on monitor with lower resolution than main monitor Bug report normal FileZilla Client wontfix
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).

#4175 USS directories on Z/OS displayed as files Bug report normal FileZilla Client rejected
Description

USS (Unix System Services) directories on Z/OS v1.9 are displaying as files not directories. If I click on them to see the sub directories it doesn't work. I get this error if I try: Status: Starting download of /websphere/v6r1/z4cell/z4node2_slibs/TNT_SYSTEM_PROPERTIES/BCT Command: CWD /websphere/v6r1/z4cell/z4node2_slibs/TNT_SYSTEM_PROPERTIES Response: 250 HFS directory /websphere/v6r1/z4cell/z4node2_slibs/TNT_SYSTEM_PROPERTIES is the current working directory Command: TYPE A Response: 200 Representation type is Ascii NonPrint Command: PORT 164,39,61,232,13,110 Response: 200 Port request OK. Command: RETR BCT Response: 550 Command RETR fails: /websphere/v6r1/z4cell/z4node2_slibs/TNT_SYSTEM_PROPERTIES/BCT is a directory. Error: Critical error Status: Disconnected from server

#4176 Abnormal display in the 'Remote site:' bar. Bug report normal FileZilla Client rejected
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.

#4177 Store files on remote server encrypted Feature request normal FileZilla Client rejected
Description

Lets put this in a scenario:

Imagine that we have been allowed by our ISP to store information on their server using FTP to upload the information. I would not like the server admins, or any other persons to access this information.

This could be done by not sending the file I want to store, but an encrypted version of it. When I later download it, it has to be decrypted.

I would like this feature be put in to the FileZilla program, so that it is easy to use (eg: no need to first encrypt the file using a separate program, and then upload that file). It could be added in the Connection Manager, where rules for download / upload could be applied (one for encryption, one for decryption)

This would be a great help for securing data placed on unsafe servers.

I would like to say that FileZilla is a great utility for FTP.

#4178 columns guide line Bug report low FileZilla Client outdated
Description

when making the columns bigger the temp guide line doesnt disappear after you resize the columns. you can min/max the window to get rid of it tho.

#4180 Copy URL in remote context menu Feature request normal FileZilla Client duplicate
Description

I would like to see the possibility to right-click a file in remote to copy its URL to clipboard (eg ftp://user:pass@ftp.example.com/pub/myfile.zip)

#4181 Cannot purge a folder that contains 2014 files anybody Other normal FileZilla Client fixed
Description

Cannot purge a folder that contains 2014 files since Filezilla goes in time out. Is it possible to increase the time out? Thanks

#4182 Default Remote Directory not working in v3.2.0 for MVS server type Bug report normal FileZilla Client fixed
Description

The Default Remote Directory for a MVS server type worked in v3.1.6 but not in v3.2.0. In v3.1.6 a directory of the form 'test' was accepted and was used correctly. In v3.2.0, the same value returns message "Default remote path cannot be parsed. Make sure it is valid and is supported by the slected server type.". v3.2.0 will accept values of the form /'test' or \'test' but neither value is used or saved.

#4183 Client 3.2.0 does not support åäö in path Bug report low FileZilla Client rejected
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 Bug report high FileZilla Client fixed
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.

#4186 cannot connect to server Bug report low FileZilla Client rejected
Description

The operating system was reset from XP home to XP Pro by the adaware program update - don't ask how - I have no idea, and neither does anyone else. BUT it reset all my accounts.

Filezilla was working wonderfully, but now I cannot connect.

The log is as follows

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 81.20.183.83 ib-ca-bid-id Response: 200 OK PREP 1728 Response: 200 Using port 1728, data token 1895056417 PORT 81,20,183,83,6,192 Response: 200 PORT command successful LIST Response: 150 opening data connection

Please help as I have updates to load to a website

#4187 No TortoiseSVN in the right click Context. Feature request low FileZilla Client rejected
Description

Hi,

I am using Filezilla to to transwer the files from my laptop to remote servers. The folder on my Laptop is the Check out copy of Subversion.I am using TortoiseSVN client to access the Subversion. When was right clicking on the folder on the Left pane of FileZilla to Update my local copy, I did not fild the TortoiseSVN commands in the right click context menu. If the FileZilla has the TortoiseSVN commands in its right click context menu, it helps us a lot to update Subversion local copy from the Filezilla client, which I found in winSCP.

Regards,

Shivaji

#4188 Error loading XML File - fzdefaults.xml Bug report normal FileZilla Client fixed
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.

#4189 Error connecting to IBM z/VSE host using FTPS - FTP over implicit TLS/SSL Bug report normal FileZilla Client fixed
Description

I work for a division of Honeywell International which operates and supports an IBM Systemz mainframe system running the z/VSE V4.2 Operating System. We are running the latest maintenance levels of all components there. I have been using FileZilla for several years to perform FTPS (FTP over implicit TLS/SSL) transfers from my workstation to/from the z/VSE host's SecureFTP server. Recently the Honeywell Global IT Security team which approves software for use within our environment approved FileZilla V3 for use. Previously I had been using V2.2.32 and based upon the new approval upgraded to V3.2.0.

Using V3.2.0 I can not successfully get past the TLS/SSL handshake when trying to connect to the z/VSE host. V2.2.32 still works fine. I am attaching the "Debug" logs from both V3.2.0 and V2.2.32.

Thanks in advance for your support.

Regards, Ken

Kenneth Ripple Manager, Information Technology Honeywell Security & Data Collection 263 Old Country Rd. Melville, NY 11747 (631) 692-1714 Office (631) 692-3475 Fax ken.ripple@…

#4190 Aqua Buttons Flicker on OSX Bug report low FileZilla Client outdated
Description

Filezilla Client version 3.2.0 Command button controls flicker sporadically on the macbook osx 10.5.5 / intel. This occurs throughout the application, even on the main page - the quickconnect button.

#4193 Active connection via UPNP Internet gateway device Feature request normal FileZilla Client rejected
Description

It would be excellent if FileZilla Client would connect in active mode via UPNP Internet gateway device

#4194 Dragging not very accessible in site manager Bug report normal FileZilla Client duplicate
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.

#4195 Select multiple directories does not work (<shift-click>) Bug report high FileZilla Client outdated
Description

Latest version of Filezilla (3.2) when trying to select multiple directrories in remote site window only last click item is highlighted. In previous version, I could click first and shift-click last and all in between would be highlighted for download.

#4197 Resume File Upload Ver. 3.2.0 Not Working Bug report normal FileZilla Client outdated
Description

I'm trying to upload a 700MB file to my web site. The connection inevitably interrupts before the entire file is uploaded. When I try to upload again, I get a screen from FileZilla asking me to select from several options - i.e. overwite, skip, resume, etc. I select resume and it attempts to resume the upload, but it doesn't work. The upload status bar appears and a few bytes transfer and then it resets and tries again. It does this at least 10 times before stopping. It never makes any progress.

The resume works with other FTP programs, but for some reason FileZilla uploads 10 times faster than all other programs. I wish I could use it, but it just won't work.

#4198 Transfer fails when source folder contains special chars like à è etc. Bug report normal FileZilla Client rejected
Description

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

#4199 Maximum number of connections Bug report normal FileZilla Client rejected
Description

You cannot to use FileZilla on www.110mb.com, as it does not allow multiple connections from the same IP.

Going to Site Manager - Transfer Setting - Limit simultaneous connections to 1 <-- does not work.

The only way is to change the global setting (Edit - Settings - Transfers).

Other than that FileZilla is the best, thanks.

#4200 A BUG using Filezilla Client - uploading to host in ASCII mode Bug report low FileZilla Client outdated
Description

Gentlement, For several days now, I have been writing several simple perl scripts, and using filezilla to upload these text files to my server, and I kept getting 'Configuration Error' when trying to run the scripts. I contacted my host tech support, and they could not find any reason as to why this error was occuring. This morning I created a simple example from an old perl book, using Notepad (windows XP of course), and uploaded it with Firefox FireFTP plugin, which shows the ASCII transfer mode, and the script worked. I have gone into filezilla Edit Settings, and under Transfers->File Types, set this to ASCII, but it does not seem to make a difference. When uploading a file to my host, it shows the transfer as Normal. FYI... My email is trebor0926@…, if you want to pass on info to me.

#4201 Can't browse Cyrillic folders on the remote server Bug report low FileZilla Client rejected
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.