Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2901 - 3000 of 4044)

Ticket Summary Owner Priority Resolution Created Modified
#9510 Cannot Connect Windows 8.1 normal rejected 10 years 10 years
Description

Critical error, could not connect to server

is what I get when I try to connect. I spent hours on the phone with tech support trying to resolve the issue, seems like it's the Windows 8.1 firewall. But I have no idea how to fix the problem. I searched the forums and old tickets here too. I would appreciate any assistance you can give me.

Thank you very much.

#9547 a serious bug found in all of filezilla versions : ftpcontrolsocket.cpp(1865) normal rejected 10 years 10 years
Description

Hello dears, I face this bug in all filezilla versions so please help me where is the problem.

THE BUG SCENARIO:

  • I connect to the FTP successfully
  • I open folders / files successfully
  • suddenly when I open any file to (view / edit) it gives me this error :

Status: Starting download of /httpdocs/iis/application/views/Admin/allresults/index.php Status: ftpcontrolsocket.cpp(1865): Waiting for replies to skip before sending next command... caller=0p2743fe0

and nothing occurs after that till I close filezilla and open it again.

so please help me this can be occur many many many times.

#9559 FileZilla 3.8.1 incompatible with EMET high rejected 10 years 10 years
Description

Background: The Enhanced Mitigation Experience Toolkit (EMET) is a utility that helps prevent vulnerabilities in software from being successfully exploited. EMET achieves this goal by using security mitigation technologies. These technologies function as special protections and obstacles that an exploit author must defeat to exploit software vulnerabilities. These security mitigation technologies do not guarantee that vulnerabilities cannot be exploited. However, they work to make exploitation as difficult as possible to perform.

http://support.microsoft.com/kb/2458544

Issue Since upgrading to 3.8.1, FileZilla is being terminated by EMET as it is triggering the "SimExecFlow" mitigation:

EMET detected SimExecFlow mitigation and will close the application: filezilla.exe

SimExecFlow check failed:
  Application 	: C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe
  User Name 	: asdf
  Session ID 	: 1
  PID 		: 0x1198 (4504)
  TID 		: 0x2428 (9256)
  CodeAddress 	: 0x009D1909
  CodeStackPtr 	: 0x28FDB4
  CalledAddress 	: 0x753F4327
  API name 	: kernel32.VirtualProtect
  StackPtr 	: 0x0028FD98
  FramePtr 	: 0x28FDC0

As EMET is used in enterprise environments where it cannot be disabled by users, this issue prevents FileZilla from functioning. Downgrading to 3.8.0 fixes the issue.

#9560 Path resolution not working (DFS) high rejected 10 years 10 years
Description

With homes on DFS and %AppData% redirected to homes (roaming profiles) following paths d/dfs/.../.../%username%/%AppData% gets interpreted as d:/dfs/.../.../%username%/%%AppData% . So d/ is rewritten as the drive d:/ , this means settings in %AppData%/Filezilla/ are not written and you get a whole bunch of Error Messages "cannot write xml files".

#9584 Build failure on OS X 10.6 (error: field ‘m_path’ has incomplete type) normal rejected 10 years 10 years
Description

The latest nightly version (2014-06-17) fails to compile on Mac OS X Snow Leopard (10.6).

This is the error:

make[2]: Entering directory `/path/to/filezilla-3.8.1/src/engine'
if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include -I/opt/local/include -I/opt/local/include/p11-kit-1 -I/opt/local/include  -I/path/to/wxWidgets/3.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/path/to/wxWidgets/3.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/opt/local/include -fpch-preprocess -I/path/to/wxWidgets/3.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/path/to/wxWidgets/3.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -pipe -Os -arch x86_64 -Wall -g -fexceptions -MT filezilla.h.gch -MD -MP -MF ".deps/.Tpo" -c -o filezilla.h.gch filezilla.h; \
;  then mv -f ".deps/.Tpo" ".deps/.Po"; else rm -f ".deps/.Tpo"; exit 1; fi
In file included from ../../src/include/libfilezilla.h:33,
                 from filezilla.h:1:
../../src/include/serverpath.h:17: error: function definition does not declare parameters
In file included from ../../src/include/libfilezilla.h:34,
                 from filezilla.h:1:
../../src/include/commands.h:120: error: field ‘m_path’ has incomplete type
../../src/include/commands.h:151: error: field ‘m_remotePath’ has incomplete type
../../src/include/commands.h:174: error: field ‘m_path’ has incomplete type
../../src/include/commands.h: In member function ‘CServerPath CDeleteCommand::GetPath() const’:
../../src/include/commands.h:169: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:169: error: ‘m_path’ was not declared in this scope
../../src/include/commands.h: At global scope:
../../src/include/commands.h:188: error: field ‘m_path’ has incomplete type
../../src/include/commands.h: In member function ‘CServerPath CRemoveDirCommand::GetPath() const’:
../../src/include/commands.h:183: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:183: error: ‘m_path’ was not declared in this scope
../../src/include/commands.h: At global scope:
../../src/include/commands.h:199: error: field ‘m_path’ has incomplete type
../../src/include/commands.h: In member function ‘CServerPath CMkdirCommand::GetPath() const’:
../../src/include/commands.h:195: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:195: error: ‘m_path’ was not declared in this scope
../../src/include/commands.h: At global scope:
../../src/include/commands.h:212: error: field ‘m_fromPath’ has incomplete type
../../src/include/commands.h:213: error: field ‘m_toPath’ has incomplete type
../../src/include/commands.h: In member function ‘CServerPath CRenameCommand::GetFromPath() const’:
../../src/include/commands.h:206: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:206: error: ‘m_fromPath’ was not declared in this scope
../../src/include/commands.h: In member function ‘CServerPath CRenameCommand::GetToPath() const’:
../../src/include/commands.h:207: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:207: error: ‘m_toPath’ was not declared in this scope
../../src/include/commands.h: At global scope:
../../src/include/commands.h:229: error: field ‘m_path’ has incomplete type
../../src/include/commands.h: In member function ‘CServerPath CChmodCommand::GetPath() const’:
../../src/include/commands.h:224: error: return type ‘struct CServerPath’ is incomplete
../../src/include/commands.h:224: error: ‘m_path’ was not declared in this scope
In file included from ../../src/include/libfilezilla.h:35,
                 from filezilla.h:1:
../../src/include/notification.h: At global scope:
../../src/include/notification.h:116: error: field ‘m_path’ has incomplete type
../../src/include/notification.h: In member function ‘const CServerPath CDirectoryListingNotification::GetPath() const’:
../../src/include/notification.h:111: error: return type ‘const struct CServerPath’ is incomplete
../../src/include/notification.h:111: error: ‘m_path’ was not declared in this scope
../../src/include/notification.h: At global scope:
../../src/include/notification.h:145: error: field ‘remotePath’ has incomplete type
In file included from ../../src/include/FileZillaEngine.h:4,
                 from ../../src/include/libfilezilla.h:36,
                 from filezilla.h:1:
../../src/include/engineprivate.h:83: error: field ‘m_lastListDir’ has incomplete type
In file included from ../../src/include/libfilezilla.h:37,
                 from filezilla.h:1:
../../src/include/directorylisting.h:69: error: field ‘path’ has incomplete type
make[2]: *** [filezilla.h.gch] Error 1
make[2]: Leaving directory `/path/to/filezilla-3.8.1/src/engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/path/to/filezilla-3.8.1/src'
make: *** [all-recursive] Error 1
make: Leaving directory `/path/to/filezilla-3.8.1'
Command failed:  cd "/path/to/filezilla-3.8.1" && /usr/bin/make -j8 -w all~
Exit code: 2

Full log is here (direct link).

(I didn't test earlier versions, so I don't know since when this fails to compile. If it's just too old compiler to handle FileZilla's source code, let me know, I'll try to switch the compiler.)

#9599 Bluescreen after "Action after queue completion"->"shutdown system" (when the queue is empty) normal rejected 10 years 10 years
Description

hello,

i´m using the filezilla-client 3.7.3; with SFTP max. 2xConnections. This was the last version with no bluescreen´s. The problem occurs in version >3.7.3 after -> "Action after queue completion"->"shutdown system" (when the queue is empty)

-the new version 3.9.0Beta i haven´t tested, the version 3.8 have the same problem!

#9617 File transfer success but file size is wrong. normal rejected 10 years 10 years
Description

I tried file transferred to ftp server. FileZilla was notified success. but file size is smaller than original file.

I tested 2 server (pure-ftpd on Embedded Linux, ftpd on Ubuntu) and also tested another client that it is console ftp client on OS X.

console ftp was success and same file size. FileZilla was failed the size.

I will attach the test file

#9631 Critical error after latest update low rejected 10 years 10 years
Description

I've used Filezilla for many years, but after today's update (to version 3.8.1) I can't connect.

All goes well with my username being accepted, but when it gets to password, the response in green says "530 login authentication failed" and a red message appears "Critical error. Could not connect to server."

I've tried shutting down Filezilla and starting it up again, but always the same message.

Help please.

#9647 File corrupted in passive mode when uploading normal rejected 10 years 10 years
Description

The problem is that when I try to upload certain files in passive mode, FileZilla tell if I want to overwrite it (although it wasn't present in the server) and the file is truncated to 1.4KB.

I attach the file that fail, "c8.d", and the same file with a byte less that don't fail, "c11.d".

I also attach the log of a complete sesion: connect to server, navigate to folder, put file, cancel overwrite question, delete file.

The ftp server is vsftp, I can't tell more of it until the server admin get in grace to tell me what version is.

A thing that is strange is the other files of more size get uploaded correctly.

My system (as said in FileZilla) is:

FileZilla Client


Version: 3.7.3

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2013-09-14 Compiled with: gcc (Ubuntu/Linaro 4.8.1-10ubuntu1) 4.8.1 Compiler flags: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.12.23 SQLite: 3.8.2

Operating system:

Name: Linux 3.13.0-32-generic x86_64 Version: 3.13

I also tested with FileZilla_3.9.0-rc3_i586-linux-gnu.tar.bz2 with the same result.

#9658 3.9.0.1 crashes display driver normal rejected 10 years 9 years
Description

Just installed the latest version. Each time Select a directory or try to drag a file from the local site to the remote site, the screen goes black then comes back on. A a message says "Display Driver stopped responding and has recovered Display driver intel graphics accelerator drivers for windows 7(R) stopped responding and has successfully recovered."

See attached screenshot

#9669 Filezilla opens new control sesiion when starting to transfer data normal rejected 10 years 10 years
Description

Hi, we have the problem that filezilla opens a new controll session when starting a filetransfer. So the server will disconnect the first controll session and filezilla got an error about that. The filetransfer gos on and end with no errors.

Thank you

#9677 filezilla client normal rejected 10 years 10 years
Description

hello i change my password for filezilla client but its not leting me do a password reset im not sure what happen i need some help thanks

#9692 Driver crash and no drag&drop normal rejected 10 years 10 years
Description

Hi,

I update to the latest patch 3.9.0.1 and for now on I got driver problem, my screen goes to black and windows show me a message with a driver issue problem. I update my windows, I uninstall FileZilla, reboot and re-install and still got this problem.

I also have a problem with the drag&drop outside the application, this is not working.

Please help and fix.

#9708 Filezilla 3.9 under Ubuntu multiple connections not showing normal rejected 10 years 9 years
Description

when opening a 2nd connection, it is not showing under Ubuntu 14.10 (i.e. Establish connection in a new tab)

#9720 Transfer speed is slow when using TLS normal rejected 10 years 10 years
Description

When using TLS, transfer speed is slow (around 100KB/s)

I have tried use client version 3.9.0 and 3.9.0.2, server is FileZilla Server 0.9.45. During transferring, CPU usage is <10% (2.6Ghz).

But FileZilla client in a Windows PC works fine when connect to the same server, the speed is > 1MB/s.

#9731 Filezilla will not descend into direcotry beginning with a space normal rejected 10 years 10 years
Description

I created a directory " Test" in Linux. Filezilla client displays as "Test" and will not enter.

#9754 Eroare kernel32.dll low rejected 10 years 10 years
Description

De curand mi-am reinstalat windowsul si cand incerc sa pornesc FileZilla imi da eroarea asta: http://oi61.tinypic.com/zsk0au.jpg Va rog sa ma ajutati, am multa treaba si nu ma pot apuca de nimic...

#9756 OSX files and folders special characters � normal rejected 10 years 10 years
Description

I uploaded folder and files in Windows XP 3.9.0.1 client without issues. Folder [Képek] with special character (é) is not listed in OSX 10.9 client 3.9.0.2. Other ftp clients could list as [K�pek]

#9758 Transfer error in version 3.9.0.2 high rejected 10 years 10 years
Description

Hi, i installed FileZilla Client 3.9.0.2 from the filezilla Screen today After Installation all of my Uploads failed with error message after reaching 100%. Filezilla shows an smaller target file size, perhaps 4096 but 1.566.348

Then i used another pc with an older Version of filezilla. After Connection I found the uploaded file with the full size on the target device. The file was OK.

#9759 I can't send files out, keep saying critical files normal rejected 10 years 10 years
Description

Response: 227 Entering Passive Mode (199,190,235,20,9,222) Command: STOR 08112014 WITH T1019.txt.gpg Response: 550 08112014 WITH T1019.txt.gpg: Permission denied on server. (Filename (accept)) Error: Critical file transfer error Status: Disconnected from server

Keep showing this, when I'm turn off the firewall or on.

#9804 Error: Critical error: Could not connect to server (yahoo) normal rejected 10 years 10 years
Description

Contacted Yahoo support... They indicated they suspect Filezilla has a bug, because they have received many calls this past week where customers are no longer able to FTPS to manage their small business hosting. Suggested contacting Filezilla support... This behavior is the exact same from any of three different servers I have, on three different networks, at 3 separate locations... Note: I also have another hosting account with different credentials that also will not connect, from any location.

authentication is the same as my mail account, so I have confirmed many times that the account works for mail...

Status: Resolving address of ftp.aztecura.com Status: Connecting to 67.195.61.90:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Yahoo! Web Hosting FTP server Response: 220-Need help? Get all details at: Response: 220-http://help.yahoo.com/help/us/webhosting/gftp/ Response: 220- Response: 220-No anonymous logins accepted. Response: 220-Yahoo! Response: 220-Local time is now 07:06. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 5 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Command: USER tcxnieman@… Status: TLS/SSL connection established. Response: 331 User tcxnieman@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#9807 Connecting menu problem high rejected 10 years 10 years
Description

Video says all words - https://www.youtube.com/watch?v=CplwSmoJ6ZQ

#9816 Incorrect timestamp YEAR applied by client 3.9.0.3 normal rejected 10 years 10 years
Description

I use the FileZilla client to both place and retrieve files on a secure server.

The client is changing the YEAR portion of the timestamp on files from 2014 to 2013.

I have my settings to "preserve timestamp" and the month, day and time remain correct, but the YEAR is changed from 2014 to 2013.

When I transfer a file from my network location to the server, the YEAR changes to 2013.

When I transfer a file from the server to my network, the same thing happens.

DISPLAY observations:

When I simply VIEW files newly placed on the server by a sender other than myself, in FileZilla the YEAR appears changed to 2013. However, when I VIEW that same file on the server with a different FTP tool (such as WinSCP) the YEAR on the file correctly appears as 2014.

Files on my own network that I simply VIEW in FileZilla remain unchanged with the correct 2014 YEAR. The YEAR on my files changes from 2014 to 2013 when I transfer to the server side using FileZilla.

This is NOT solely a display issue, because on files I transfer off the server to my network, the YEAR is actually changed on the file timestamp.

FileZilla Client Version Information:


Version: 3.9.0.3

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2014-08-13 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.2.16 SQLite: 3.8.4.3

Operating system:

Name: Windows 7 (build 7601, Service Pack 1) Version: 6.1 Platform: 32 bit system

#9821 monitor blinks for every folder view click normal rejected 10 years 10 years
Description

I have monitor set to 1080 resolution but the new file zilla client 3.9.0.3 blinks when I click the remote host folder to list contents in SFTP session. Eventually after several incidents the system crashes with blue screen of death

#9822 Could not connect to server normal rejected 10 years 10 years
Description

The last two times I did an update I was unable to connect. Eventually, after a week or so it started working again and had no issues connecting until the next update. Now I am getting the same error as last time

Status: Connecting to 184.168.152.24:21... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 184.168.152.24:21...

#9847 display driver stopped responding and has recovered low rejected 10 years 10 years
Description

When I open any of the accounts on my site manager, my screen goes black and then the message "display driver stopped responding and has recovered" appears. If the browser is open, it looks like the second page on the attached pdf, untill I close it and open it again.

This also happens when I click on a folder, download or upload a file.

#9871 I can't log in normal rejected 10 years 9 years
Description

I am putting my usual password and username but i am unable to log in but getting the following message:

Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#9886 Commands sent in wrong order when uploading directories, resulting in files not uploaded normal rejected 10 years 10 years
Description

Steps to reproduce:

  • connect to a server
  • on the local side (left), select a few folders
  • right-click and upload

Expected result:

  • for each folder, it should OBVIOUSLY first create the folder, then upload the files.

Observed results:

  • for each folder, systematically, the "put" command to upload the first file in the folder is sent BEFORE the mkdir command to create the folder. So, unless the folder already existed on the server, that file upload gives an error and is not uploaded.

ALSO, whenever a file gives an error it should be kept in the queue so that you can retry!!!

This level of unreliability make FileZilla completely unusable. You have to check all the files one by one, because there may have been any such random error and you wouldn't even know.

I think this is a regression. I have used FileZilla for ages and had never seen such a thing before.

Example log when uploading a folder called "runtime" within one called "protected":

Status: Starting upload of /home/teo/Documents/xxxxx/protected/runtime/application.log.4 Error: Directory /srv/www/xxxxx/protected/runtime: no such file or directory Command: cd "/srv/www/xxxxx/protected" Response: New directory is: "/srv/www/xxxxx/protected" Command: mkdir "runtime"

#9904 The toolbar (at the top) disappers after conection normal rejected 10 years 9 years
Description

When I start a new connection and it's successful, the file toolbar and the website details (port, domain etc.) toolbar disappear. When I wave my mouse pointer over where they're supposed to be they reappear but only where the tabs are.

#9913 FTPS Not Working - 3.9.0.6 normal rejected 10 years 9 years
Description

FTPS stopped working in the new update for FileZilla.

Log and message from ISP (Newtek/The Small Business Authority) below: Response: 227 Entering Passive Mode (216,119,77,223,82,18). Command: STOR ship_part1.jpg Response: 150 Opening BINARY mode data connection. Response: 150 Opening BINARY mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed Status: Starting upload of C:\Users\Jeff\Documents\Visual Studio 2010\Projects\YargisCompetitionWeb\YargisCompetitionWeb\bin\release\Images\prelaunch\ship_part4.jpg Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (216,119,77,223,82,13). Command: LIST Response: 150 Opening BINARY mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed after transferring 320,442 bytes in 6 seconds Status: Starting upload of C:\Users\Jeff\Documents\Visual Studio 2010\Projects\YargisCompetitionWeb\YargisCompetitionWeb\bin\release\Images\prelaunch\ship_part3.jpg Status: Retrieving directory listing... Response: 226 Transfer complete. Command: PASV Command: PASV Response: 227 Entering Passive Mode (216,119,77,223,82,25). Command: STOR ship_part3.jpg Response: 227 Entering Passive Mode (216,119,77,223,82,21). Command: STOR ship_part4.jpg Response: 150 Opening BINARY mode data connection. Response: 150 Opening BINARY mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed after transferring 320,442 bytes in 9 seconds Status: Starting upload of C:\Users\Jeff\Documents\Visual Studio 2010\Projects\YargisCompetitionWeb\YargisCompetitionWeb\bin\release\Images\prelaunch\ship_part3.jpg Status: Retrieving directory listing...


Hello, Thank you for contacting Newtek, The Small Business Authority. My name is Bryan with the Tech Support Team and I understand that you are having an issue when attempting to upload files to your site using FTPS on port 990. In looking into this issue for you, it would appear that the issue is related to the FTP client you are using when trying to upload files. I was able to replicate the issue using Filezilla. In speaking with one of my Tier 3 Tech Support Agents, I was informed that there is a know issue currently with Filezilla and other clients with uploading files using FTPS. They advised that I try a different FTP client such as CuteFTP to complete the upload using FTPS. I downloaded CuteFTP and confirmed that uploads are successful when connecting with FTPS. Please test on your end and let us know if you run into any further issues. Thank You,

Bryan S. Associate of Technical Support Newtek Technology Services Phone: (602) 263-0300 Opt. 5 URL: http://webservices.thesba.com

#9916 no connection normal rejected 9 years 9 years
Description

Antwort: 220 Speak friend, and enter Befehl: USER kinderschutzbund-pinneberg.de Antwort: 331 FTP login okay, send password. Befehl: PASS Antwort: 530 Login incorrect Fehler: Kritischer Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

FileZilla Client


Version: 3.9.0.5

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2014-09-06 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.2.17 SQLite: 3.8.6

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64 bit system

#9919 Unable to connect to FTP Server low rejected 9 years 9 years
Description

I have upgraded and since the upgrade I am unable to connect.

Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of fabricgarden.3dcartstores.com Status: Connecting to 173.192.94.225:21... Error: Connection timed out Error: Could not connect to server

#9920 Very Slow DL Speed normal rejected 9 years 9 years
Description

Hey the past few days I have found my DL speed has dramatically dropped from 1.4mbps to 50kbs, I have went through the forums & tried everything & nothing works, ive checked my broadband speed & its fine

http://www.speedtest.net/my-result/3932668942

#9925 connection error low rejected 9 years 9 years
Description

Response: 150 opening data connection server sent unexpected reply and connection close errors.

#9934 Can I have a password and username normal rejected 9 years 9 years
Description

Can I have a password and username for use filezilla

thanks.

#9973 Can't load files list if more than 100 files on distant Yosemite Network Drive normal rejected 9 years 9 years
Description

I have a local server running Mac OSX Yosemite 10.10, connected to my Win7 Pro with the Windows "connect a network drive" functionality. I'm connecting filezilla on a distant ftp host using my Network Drive on OSX as "Local Site".

Before i upgrade my Mac OSX Server to Yosemite 10.10, no issue. But after Yosemite upgrade, i am sometimes not able to get the Mac OSX Network Drive files list.

After a lot of tries, i get was is causing this issue : when the directory has more than 100 elements inside, i can't get the file list. Less than 100 elements, no issue.

#9984 "The server's certificate is unknown" using new version "FileZilla_3.10.0-rc2_win32-setup.exe" high rejected 9 years 9 years
Description

Message -> "The server's certificate is unknown" with version "FileZilla_3.10.0-rc2_win32-setup.exe". It works okay using version "FileZilla_3.9.0.6_win32-setup.exe"

No image "CalMyPal/downloads/rhsaa.JPG" attached to Ticket #9984

#9994 can't connect to ftp server after installing the new version of Filezilla (7-1-2015) normal rejected 9 years 9 years
Description

Today when I launched Filezilla it asked me to update it. After the upgrade to new version I got error connecting to the ftp server. I checked with other people and they have no problem connecting . Filezilla version is 6.1. 2015-01-07. I attached the complete error messages to this ticket. Please advice.

#9995 Connection failures if server is not configured properly for FTP over TLS normal rejected 9 years 7 years
Description

Something is amiss with the latest release 3.10.0 of FileZilla. I have always downloaded and installed the latest version. Today when I did that, FileZilla stopped working. Can you let me know the fix, or point me to somewhere that I can download the previous version? I am still running the previous version on my backup laptop, and FileZilla works on that one. Server has not changed. Only FileZilla has changed, and this is the result:

Status: Resolving address of www.k9tag.com Status: Connecting to 23.246.197.178:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. 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 (23,246,197,178,63,49) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

#9996 Unable to click 'Always trust certificate in future sessions' Pat low rejected 9 years 3 years
Description

After upgrading to the latest release, I am now presented with a Unknown certificate dialog window. The 'Always trust certificate in future sessions' is disabled and cannot be selected.

Although I connect to the requested site by just clicking OK on the dialog page, transfers fail with a response message of: 550 The supplied message is incomplete. The signature was not verified.

Prior to upgrade, I was able to connect and ftp files to the requested site without problems.

I tried un-installing and then installing the latest release, but still have the same problem.

Thanks for a great product. I hope you can help me resolve my issue.

Pat

#10001 FileZilla Client 3.10.0 doesn't work normal rejected 9 years 9 years
Description

installed 3.10.0 - can't log onto ftp sites. Give me access to previous build!

Error: The data connection could not be established: ECONNREFUSED - Connection refused by server Error: Connection timed out Error: Failed to retrieve directory listing

FileZilla Client


Version: 3.10.0

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-01-07 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.20 SQLite: 3.8.7.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

#10002 Version 3.10 on my iMac with Yosemite does not connect normal rejected 9 years 9 years
Description

Version 3.9.0.6 .has been working just fine. I updated to version 3.10 on my desktop iMac (about 1 year old). Now when I connect to my ftp site using Site Manager nothing happens on the right hand side - it simply says Not connected to any server, If try again using Site Manager I get "FileZilla is already connected".

I've gone back to the previous version so I am able to keep working.

Thank you for your support for this fine product.

#10003 3.10.0 Release - Timeout Issue Lunarion low rejected 9 years 9 years
Description

With the new update, the program started to show security certificate warnings and couldn't connect to the server. (It tries but times out.)

No idea what is causing it, pretty sure it is introduced with the last release though.

The previous version still (3.9.0.6) works great, you get it by using the link below: http://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.9.0.6/

#10005 GnuTLS error -12: A TLS fatal alert has been received. normal rejected 9 years 9 years
Description

Status: Resolving address of ftp.bodingh.se Status: Connecting to 62.20.1.132:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.bodingh.se Status: Connecting to 62.20.1.132:21... Status: Connection established, waiting for welcome message... Response: 220 FTP service Command: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

Problem is with 3.10.0 Version 3.9.0.6 works fine, see below:

Status: Connecting to 62.20.1.132:21... Status: Connection established, waiting for welcome message... Response: 220 FTP service Command: USER d3854 Response: 331 Please specify the password. Command: PASS Response: 230 Login successful. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: AUTH SSL Response: AUTH TLS Response: EPRT Response: EPSV Response: MDTM Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 End Command: OPTS UTF8 ON Response: 200 Always in UTF8 mode. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" Command: TYPE I Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (62,20,1,132,192,221). Command: LIST Response: 150 Here comes the directory listing. Response: 226 Directory send OK. Status: Directory listing successful

#10006 update 3.10.0-rc1 don't let me upload any file! high rejected 9 years 9 years
Description

yesterday I got the update 3.10.0-rc1, and every time I try to upload a file the program start the uploading, then finish the uploading, then start the uploading again, the file never appear in the screen.

please can you help me, is crucial to upload this file today

best regards

#10009 Encryption on all mgr connections reset to Use explicit FTP over TLS if available high rejected 9 years 9 years
Description

around version 3.10.0, Encryption on all Site Manager connections get reset on the upgrade to Use explicit FTP over TLS if available. it's a real pain to put them back on 200 entries one by one. I begin to wonder if somehow the setting in the XML file got globally set to this new value or the encryption setting simply got ignored due to a bug either in reading or writing the xml file.

if I change the entry, it stays changed, so I am guessing it only happened during the upgrade process.

strangely enough, I looked through the sitemanager.xml file, and nowhere do I see my Encryption type saved. so I guess it got dropped from some previous or current version. edited sample: <Server>

<Host>192.168.1.1</Host> <Port>21</Port> <Protocol>0</Protocol> <Type>0</Type> <User>JOE PALOOKA</User> <Pass>ABCDEF</Pass> <Logontype>1</Logontype> <TimezoneOffset>0</TimezoneOffset> <PasvMode>MODE_ACTIVE</PasvMode> <MaximumMultipleConnections>0</MaximumMultipleConnections> <EncodingType>Auto</EncodingType> <BypassProxy>0</BypassProxy> <Name>jim 2</Name> <Comments /> <LocalDir /> <RemoteDir /> <SyncBrowsing>0</SyncBrowsing>jim 2

</Server>

#10018 can not log into program normal rejected 9 years 9 years
Description

Status: Connecting to 68.232.178.230:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER 1047881 Response: 331 Username ok, send password. Command: PASS * Response: 530 Invalid user Error: Critical error: Could not connect to server

it has been since the update.i am new at this please help or advised how to fix i went as far as unistall and clean install.no luck

#10034 upgraded to newer version today and now it wont work normal rejected 9 years 9 years
Description

I upgraded to newer version today and now it won't work.

Getting errors such as: -server not supporting ASCII characters -Certificate unknown

#10037 FTP Passive mode with misconfigured remote server and generic proxyenabled normal rejected 9 years 9 years
Description

Hello,

I believe to have discovered a bug with the following:

If I access an ftp server in passive mode, that return its internal address instead of the public address after a PASV command, FileZilla with the “Use the server external IP address instead” option selected (under the Passive mode) does exactly that and the connection works (expected behavior).

When FileZilla is setup to use a FTP Generic Proxy (socks 5), that behavior seems to break and I can see in a wireshark trace, FileZilla requesting to the Proxy server to make a connection to the incorrect internal address instead of the external address.

Version of FileZilla: 3.10.0.1 Proxy server used : CCproxy 8.0 - http://www.youngzsoft.net/ccproxy/

Thank you, Franck Fuziol | Director IT, Infrastructure Architecture| Seminole Gaming phone: +1 954.327.7708; mobile: +1 954.520.0357

#10046 3.10.0.1 (2015-01-12) normal rejected 9 years 9 years
Description

This new version fails to connect to previously accounts set up in Site Manager using version 3.9.0.6 and earlier. Failure is the result of "Server does not support non-ASCI character".

#10054 After updating to 3.10.0.1 cannot update our busness website low rejected 9 years 9 years
Description

Updated to version 3.10.0.1 and after updating I cannot update our business website because it says it not connect to the server. I had no problem updating our website with the previous version which I think was 3.10.0. I checked with the server and the server Tech support says the problem is with File Zilla and not with the server. This is urgent to get fixed as we have wrong information for customers on our website.

#10057 GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated. low rejected 9 years 9 years
Description

updated to latest version and got a problem Opdracht: RETR taxonomy.php Antwoord: 150-Accepted data connection Antwoord: 150 7.0 kbytes to download Fout: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated. Status: Server heeft de TLS-verbinding niet goed gesloten Fout: Could not read from transfer socket: ECONNABORTED - Verbinding verbroken Antwoord: 226-File successfully transferred Antwoord: 226 0.000 seconds (measured here), 30.83 Mbytes per second

i deleted this update and reinstalled Filezilla 3.9.0.5 and have no longer any problems so am now reporting a fatal bug in your latest version

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64 bit system

#10092 FileZilla Client does not save level of debug info normal rejected 9 years 9 years
Description

Client version is 3.10.0.1

When started the debug level is 0. Go to Edit -> Settings... -> Debug section. Change 'Debug information in message log:' drop-down from '0-None' to any other, eg '1-Warning' Click OK. Changes applied then. Bot they are valid only for current instance of the client. If you exit the client and start it again the debug level will revert to 0-None

Also there isn't any key to store the value in %appdata%\FileZilla\filezilla.xml

The issue is reproduced both for fresh installation and for upgrading.

#10094 Encryption now defaults to "Use explicit FTP over TLS if available" normal rejected 9 years 9 years
Description

In version 3.10.0.1 any existing sites defined in site manager are now set to "Use explicit FTP over TLS if available" instead of whatever settings were previously in use. To clear up the issue they must go toe Site Manager and change the encryption back to the previous setting.

This is causing many problems as users can no longer connect to sites that were previously defined and do not support encryption.

I am running Windows 7 64 bit. Here is the information from "about"

FileZilla Client


Version: 3.10.0.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-01-12 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.20 SQLite: 3.8.7.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

#10097 Issue for FileZilla Client(v3.10.0.1): Can't auto identify the character-set from the FTP server correctly normal rejected 9 years 9 years
Description

add a FTP site in Site Manager window, use the DEFAULT setting (NOT do any setting) for the character-set: Auto check.

connect to FTP server, browse and double click someone directory in the file list view which has some Chinese words, then the "remote site" and the directory-name of the directory-tree are showed the "Unrecognizable Code". (like Ticket #10096)

When I set character-set to "Use the custom character-set" [set the value is: GBK] in Site Manager, and re-do the above operations, the "remote site" and the directory-name of the directory-tree are all showed the correct Chinese words.

So.., I guess the issue comes from the function of Auto-Check character-set.

(My environment informations of the server and client are all in the Ticket #10096)

#10098 EAI_NODATA - No address associated with nodename high rejected 9 years 9 years
Description

I downloaded the latest version of Filezilla. All of my connections work except the one for the test Sybase Interface Engine. I get this error - Connection attempt failed with "EAI_NODATA - No address associated with nodename".

#10114 [BUG]: An settings does not saved on filezilla close normal rejected 9 years 9 years
Description

Hello,

When i have right click into the detailed window have a look into the screenshot.

Photo: http://i.imgur.com/5ueuMiH.png

  • thanks!
#10116 the current 3.10.0.2 Mac version doesn't work. low rejected 9 years 9 years
Description

This Mac version doesn't work. Examples of errors are shown below:

Status: Starting upload of /Temp/testnew.C Status: Retrieving directory listing of "/D/Temp"... Status: Listing directory /D/Temp Command: put "/Temp/testnew.C" "testnew.C" Error: /D/Temp/testnew.C: open for write: bad message Error: File transfer failed

#10130 GnuTLS error - 15: An unexpected TLS packed was received normal rejected 9 years 9 years
Description

Recently updated FileZilla Client from version 3.9.0.6 to 3.10.0.2. After I updating FileZilla, I opened FileZilla, clicked on quick connect, selected an external ftp whose information I'd already stored, and got the following response:

Status: Resolving address of externalftp.gensler.com Status: Connecting to 138.208.5.15:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of externalftp.gensler.com Status: Connecting to 138.208.5.15:21... Status: Connection established, waiting for welcome message... Response: 220-Connected to Gensler External FTP ... Response: Response: Welcome to the Gensler FTP site. Information on this site is NOT BACKED UP. Files not accessed for 90 days will be automatically deleted. Response: Response: All transfers are logged with your host name and IP address. Use of this site is monitored and logged. Your use of this site constitutes consent to monitoring. Response: Response: Gensler makes no explicit or implied warranties on any files on our ftp servers. Your access to these files means that you understand this. Response: 220 Command: AUTH TLS Response: 234 AUTH command ok; starting SSL connection. Status: Initializing TLS... Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Could not connect to server

Version: Client 3.10.0.2 Build information: Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknwn-linux-gnu Build date: 2015-01-16 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against wxWidgets: 3.0.3 GnuTLS: 3.2.20 SQLite: 3.8.7.2

Operating System Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

I have not experienced this error prior to the version 3.10.0. (I was previously using 3.9.0.6).

#10134 too much security latest viersion 3.10.0.2 normal rejected 9 years 9 years
Description

I cannot access the ftp site of my client after installing you
last 2 versions. I accept the security message and then I cannot
access the site any more.

see below log file of attempt:

Status: Resolving address of ftp2.europe.welocalize.com Status: Connecting to 185.5.242.181:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Retrieving directory listing... Status: Server sent passive reply with unroutable address. Using server address instead. Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing Status: Resolving address of ftp2.europe.welocalize.com Status: Connecting to 185.5.242.181:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Trace: Measured latency of 516 ms Status: Retrieving directory listing... 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 Binary Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (10,9,8,60,43,13) Trace: CFtpControlSocket::TransferParseResponse() Status: Server sent passive reply with unroutable address. Using server address instead. Trace: Reply: 10.9.8.60, peer: 185.5.242.181 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Failed to retrieve directory listing

#10136 Installed newest version (3.10.0.2), quickconnect no longer works low rejected 9 years 9 years
Description

Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing...

Loggin in hangs at this point. Looks like people are saying to change an FTP setting in site manager, and that works, but I want to be able to access my 2 sites the old way -- using the quick connect bar.

If this can't be resolved quickly, how can I download the previous working version (people are complaining about the last TWO updates).

Thanks, Jason

What do I change in settings to make it work again?

#10139 Transfer problem normal rejected 9 years 9 years
Description

I have noticed a problem when I move files from a workstation on the network server, the data transfer will stop frequently when there is no longer one second remaining. This arrest may take up to 90 seconds, but usually shorter period of Time. If I transfer files from the server to the workstation so the same problem does not exist. Why?

Client and server are on the same home network (192.168. ...) And the number of simultaneous users is not.

#10144 Could not connect to server TLS error low rejected 9 years 9 years
Description

Status: Resolving address of didar93.com Status: Connecting to 158.58.186.227:4916... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of didar93.com Status: Connecting to 158.58.186.227:4916... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.5 Server ready. Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#10147 multitude of errors after latest update low rejected 9 years 9 years
Description

I made the mistake of upgrading the FileZilla client this morning and now I get nothing but errors when attempting to connect to my server and upload files. I get certificate warnings when I connect to the server. I get recurring "421 too many connections..." error messages, followed by "Could not connect to the server". When I can get connected, the process of getting a directory listing from the server is incredibly slow. If I do get a listing, then attempting to upload a file goes nowhere. None of these things was a problem yesterday. So, thanks.

#10149 TLF doesn't authenticate with a PLESK Web host normal rejected 9 years 9 years
Description

I just downloaded the latest version 3.10.0.2 and it wouldn't work. My ISP worked on the problem for a long while today and finally called to say that the new version doesn't authenticate with a PLESK Web host.

This is the error message:

Status: Resolving address of xxxxxxx.com Status: Connecting to 216.235.225.28:21... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.4c Server (ProFTPD) [216.235.225.28] Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#10153 Error to process queue files. normal rejected 9 years 9 years
Description

Processor: Intel Core I7 3770k 3.50GHz

Seems that there is an error in the last version 3.10.0.2

When there are 2 or more files to upload in queue, the first file is uploaded successful but the upload of second file and the others fail.

I tested upload the same files using other ftp client (Core FTP - http://www.coreftp.com/ ) and all files of queue where uploaded without error.

I attached a txt file of Filezilla log with the error message.

#10158 FileZilla reports error: success on removing temporary file every time I shut it down normal rejected 9 years 9 years
Description

Every time I close FileZilla, I get "File 'C:\Users\Rich\AppData\Roaming\FileZilla\filezilla.xml~' couldn't be removed (error 0: the operation completed successfully.)"

It's mostly a nuisance, but it's unclear to me why this transpires, and error success seems like incorrect behavior.

#10159 line-break parasite character resulting in display in chinese normal rejected 9 years 9 years
Description

I have uploaded to my server the following html file http://mapage.noos.fr/mecitoyen/france/ROUAGES/livre.htm When I then accessed it, either by Firefox or by Internet Explorer, it was displayed in what appeared to be chinese or japanese characters. In the source code, I noted that the original line-breaks had been replaced by a character represented by square with four tiny characters, in it.ⴀ䔀儀唀䤀 I downloaded the file back again, through Filezilla,onto my PC, and the result is like my original file except it dispolys line-breaks had been replaced by a character represented by a thin vertical rectangle.The source code contains the original french characters but with the squares: "acteurs de laഀ mondialisation" How can I eliminate that unwanted transformation ?(which I imagine is due to some kinf of compression, the file is 728K )

#10162 Blue screen when installing Filezilla normal rejected 9 years 9 years
Description

Dear Sirs, During the last update I got a blue screen. Two more attempts to update resulted in further crashes. Dowloaded the update file from your site but same problems. Uninstalled Filezilla. Ran registry cleaner. Tried installing Filezilla - blue screen (twice). Seems the initial crash resulted in some damaged registry files which will need to be removed manually. Are you able to help? OS Windows7 x64 Many thanks, Sylvio www.lifestylephotography.co.uk

#10169 New Filezilla issues normal rejected 9 years 9 years
Description

My New FileZilla version 3.10.0.2 every time asking for accept connection is secure while my server is already secure.

and file uploading is also slow in new version

#10170 Could not connect to server normal rejected 9 years 9 years
Description

Response: 234 AUTH TLS successful Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#10177 Get Certification popup when logging into a server normal rejected 9 years 9 years
Description

I have a customer who owns a website that I take care of. When I updated to 3.10 today I got this popup that said the certification ticket was expired. I have never seen that in the 8 years I have been using FileZilla. I am attaching both the log and a png file of the popup itself.

#10179 Failed to retrieve directory listing normal rejected 9 years 9 years
Description

FZ worked fine. When I accepted to install the upgrade I received the a.m. error message

Status: Connecting to 66.96.147.115:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Status: Connected Status: Retrieving directory listing of "/schnieder-web/photos"... Command: CWD /schnieder-web/photos Response: 250 CWD command successful Command: PWD Response: 257 "/schnieder-web/photos" is the current directory Command: TYPE I Response: 200 Type set to I Command: PORT 192,168,178,27,192,43 Response: 200 PORT command successful Command: MLSD Response: 425 Unable to build data connection: Connection refused Error: Failed to retrieve directory listing Status: Sending keep-alive command

#10181 Microsoft visual studio error message normal rejected 9 years 9 years
Description

This is the error that is displayed:

Microsoft visual studio error message: Unhandled exception at 0x002567BD in filezilla.exe: 0xC0000005: Access violation reading location 0x00000000.

We are running filezilla 3.7.3 and we have a customer that keeps getting this error when he tries to store files. We have tried a number of things but it randomly crashes. After encountering the error, filezilla shuts down. This is transferring Windows files to Linux based storage system.

I did perform a search and found a similiar bug but not exactly like this one.

#10182 File Upload/Update fail after yesterdays update high rejected 9 years 9 years
Description

Have been using FileZilla. FTP had been working fine. Perhaps last update of FileZilla changed something – They updated yesterday. It does connect, and I do get the file listing at the Remote site. However:

During a file update (upload) I get a message: Response: 150 Opening ASCII mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed

  • If the file to be updated is already at the Remote Site, I will have seen something happening at the Remote Site view of FileZila, then the target file disappears.
  • Now if the target file of that name is not there, if I try again, it does upload the desired file … keep in mind, however, that I still get that error message.

This is true with other hosts I am using also.

My webhost website has an alternative, Cyberduck, and the update worked with that, but... I strongly prefer FileZilla interface.

#10197 Message log scroll overwrites icon bar normal rejected 9 years 9 years
Description

I have been seeing this for a number of FileZilla Client versions... kind of annoying.

#10199 FTP over TLS fails on IIS without all patches installed high rejected 9 years 9 years
Description

First I connect to the server with the client and it is fast and no problems. I open the folders on server and on my pc so I can make a transfer. I doubleclick to transfer a file, and it reacts allright, but then it reports an error and for a slight second I can see the file in the list on the serverfolder and then it disappears. So instead of updating the file on the server the file is now missing!!!! I tried several times. This occured just after upgrading the client on automatic suggestion. Which I have done before without problems. Now this is extra annoying as it is the last thing I wanted to do before going on a travel tomorrow morning. And now instead of having an updated website I have a website with 2 missing files. Here is a copy of the report:

Status: Resolving address of s219191705.onlinehome.fr Status: Connecting to 82.165.174.120:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Retrieving directory listing... Status: Calculating timezone offset of server... Status: Timezone offsets: Server: 3600 seconds. Local: 3600 seconds. Difference: 0 seconds. Status: Directory listing of "/u46581113" successful Status: Resolving address of s219191705.onlinehome.fr Status: Connecting to 82.165.174.120:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Starting upload of E:\Hallon\Hemsidor\Brocante Albinque\sieges.htm Command: CWD /u46581113 Response: 250 CWD command successful. Command: PWD Response: 257 "/u46581113" is current directory. Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (82,165,174,120,202,118). Command: STOR sieges.htm Response: 150 Opening ASCII mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed Status: Starting upload of E:\Hallon\Hemsidor\Brocante Albinque\sieges.htm Status: Retrieving directory listing of "/u46581113"... Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (82,165,174,120,202,122). Command: LIST Response: 150 Opening BINARY mode data connection. Response: 226 Transfer complete. Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (82,165,174,120,202,123). Command: STOR sieges.htm Response: 150 Opening ASCII mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed Status: Starting upload of E:\Hallon\Hemsidor\Brocante Albinque\sieges.htm Status: Retrieving directory listing of "/u46581113"... Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (82,165,174,120,202,133). Command: LIST Response: 150 Opening BINARY mode data connection. Response: 226 Transfer complete. Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (82,165,174,120,202,135). Command: STOR sieges.htm Response: 150 Opening ASCII mode data connection. Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed Status: Retrieving directory listing of "/u46581113"... Status: Directory listing of "/u46581113" successful

#10205 Filezilla 3.10.1.1 fails to remain connected to server every time. Terence low rejected 9 years 9 years
Description

I have just installed Filezilla 3.10.1.1

When I try to connect to a server I get a Certificate notification

and then I am unable to remain connected to the server.

Server messages: Status: Connecting to 154.42.65.15:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing of "/"... Command: CWD / Response: 250 OK. Current directory is / 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 (154,42,65,15,71,37) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

This happens every time.

#10212 failed to write filezilla.xml file normal rejected 9 years 7 years
Description

we are using active directory and roaming profile, because of this %appdata% is
fileserver\appdata$\Administrator\AppData\Roaming

even the domain admin, which has a local admin rights on the machine where filezilla is runnign is giving

error writing xml file could not write
fileserver\appdata$\Administrator\AppData\Roaming\filezilla\filezilla.xml": failed to write xml file error

we don not have any problem with all the other software we use.

#10215 Updates Never not working low rejected 9 years 9 years
Description

Hello. I got an update recently which messed up my secure FTP functionality. As such, I installed the previous version of Filezilla client (btw, with one slip of the finger I was "rewarded" with extra software that was extremely annoying and was quite difficult to fully uninstall, nearly malware. I guess that's how Sourceforge rolls now, probably not your fault.)

Anyway...because of the above, I tried the feature where in Settings... Updates you can choose "Never". This apparently doesn't work. Now I'm nagged every single time I use the program. And yes, I already know that there was some fix that deals with secure connections, so I might try my luck and see if the program works again for secure stuff.

So I'd call it non-urgent priority, even though it's super annoying. :)

Thanks for your help.

#10231 Insecure Server Messages normal rejected 9 years 9 years
Description

Problems uploading since new version of FZ updated Insecure server messages never had before, files don't load or fail. I had an older version of FZ on another PC and it is fine. Also more stable when dragging and dropping files, new version skips down remote directory files

#10234 "Use explicit FTP over TLS if available" doens't work even when certfiicate correct? normal rejected 9 years 9 years
Description

I have not been able to access this server with the updated versions of FileZilla - I have asked host and they agree that certificate is there and is correct and in date etc and therefore I should be able to access via TLS and thus a filezilla bug (?)

my version and details

FileZilla Client
----------------

Version:          3.10.1.1

Build information:
  Compiled for:   i686-w64-mingw32
  Compiled on:    x86_64-unknown-linux-gnu
  Build date:     2015-02-01
  Compiled with:  i686-w64-mingw32-gcc (GCC) 4.9.1
  Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:
  wxWidgets:      3.0.3
  GnuTLS:         3.2.21
  SQLite:         3.8.8.2

Operating system:
  Name:           Windows 7 (build 7601, Service Pack 1)
  Version:        6.1
  Platform:       32-bit system

and debug log report - I have to abort it as it sits there and does nothing!

DEBUG

Error:	Directory listing aborted by user
Status:	Resolving address of ftp.websq.uk
Status:	Connecting to 185.52.24.183:21...
Status:	Connection established, waiting for welcome message...
Status:	Initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established.
Status:	Server does not support non-ASCII characters.
Status:	Connected
Status:	Retrieving directory listing...
Status:	Disconnected from server
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 (185,52,24,183,85,246)
Command:	MLSD
Error:	Directory listing aborted by user

I can only access via unsecure route which I would rather not

Thank you Sarah

#10235 FTP Connection (TLS) not possible! high rejected 9 years 9 years
Description

Hey,

since last updates to newest version (3.10.1.1) it´s not longer to connect to FTP. It initialize TLS connection wich is not used. We try it with and without certificate.

FileZilla Client


Version: 3.10.1.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-02-01 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.21 SQLite: 3.8.8.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

Server used Plesk 11.5 on Linux Debian (try it with other hostings too).

Status: Resolving address of XXX-XXX.com Status: Connecting to 87.XXX.XX.XX:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (87,120,91,25,182,21). Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

#10246 Uploading a file again and again normal rejected 9 years 9 years
Description

Description of problem:

Upload of folders: FileZilla creates the list of files (to be uploaded) and starts uploading the first one. When 100% ready, then it starts with the same file from the beginning.

#10254 installing problem high rejected 9 years 9 years
Description

blue screen when installing latest filezilla version , does anybody know how to fix this<

#10259 Quickconnect Fails after lastest update. Mike Firth low rejected 9 years 9 years
Description

Previous updates have gone smoothly Now Status: Connecting to 65.175.112.233:21... Status: Connection attempt failed with "EACCES - Permission denied". Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.acbtexas.org Status: Connecting to 65.175.112.233:21... Status: Connection attempt failed with "EACCES - Permission denied".

FileZilla Client


Version: 3.10.1.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-02-01 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.21 SQLite: 3.8.8.2

Operating system:

Name: Windows Vista (build 6002, Service Pack 2) Version: 6.0 Platform: 32-bit system

#10271 Tilde (~) for home directory in Local site does not work normal rejected 9 years 9 years
Description

If I type /tmp/ in Local site, it works fine. if I then type ~ in Local site, it says: '/tmp/~' does not exist or cannot be accessed.

It seems to look for ~ as a subdirectory of the current directory.

This is on Filezilla 3.7.3

#10274 Remote listing not showing all files normal rejected 9 years 9 years
Description

Hi i looked through the tracker and it seems this was reported more than once but still not properly working.

The directory listing works with Internet Explorer but filezilla doesn't show all files.

I've attached the log. Sorry but i had to obfuscate my ftp host and the IP in the passive transfer.

#10281 Unable to FTP to Plesk 12.0 using Active or Passive Mode high rejected 9 years 9 years
Description

When trying to FTP to Plesk 12.0 using Avtive or Passive mode we get the same issues.

Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Retrieving directory listing... Status: Server sent passive reply with unroutable address. Using server address instead. Command: LIST Response: 534 Protection level negotiation failed. Error: Failed to retrieve directory listing

The OS of the server is Server 2012.

When trying an alternative FTP client FTP Voyager we are able too FTP

#10283 "overwrite" etc. options window is 2,048 pixels wide normal rejected 9 years 8 years
Description

Sorry, but I've been reporting this for a couple of years. It happens with every version of FZ, including the latest (30.10.1.1)

#10288 Malware installs with FTP Client normal rejected 9 years 9 years
Description

I recently installed the FTP Client. After this I had an application called "super optimizer" installed and running without my authorization or having installed this application knowingly myself. I can only surmise that it came with the Filezilla installation. It blocked access to my desktop by displaying a dark grey window which could not be closed.
Removing the Super Optimizer was difficult because it infiltrated a lot in the Registry. I like to install the FTP Server as well but hesitate to do so with the above experience.
Are you aware of this Super Optimizer possibly being installed with FileZilla free downloads?

#10304 Versions 10.** will not connect with my previous FTP servers normal rejected 9 years 9 years
Description

I love FileZilla and have used this program for years. I've never had an issue until this latest batch of updates. The last version that works for me is 3.9.0.6. Anything after that installs and opens fine. However, when trying to connect to my saved website (as I always have in the past - changing nothing), I get the message that it is "Retrieving directory listing...". It sits there for almost 30 seconds, then quickly spools through a few commands and ends with the red "Error: Connection timed out" and "Error: Failed to retrieve directory listing". Nothing in the settings for the connection has been changed, yet every version after the one listed gives me this problem. I have resorted to downgrading to the last working build to be able to access my websites. What is happening and how can I fix it?

#10306 GnuTLS - 15 error on Windows 8 normal rejected 9 years 9 years
Description

Hello,

I get a GnuTLS - 15 error on Windows 8.

Same trying on another PC under Windows 7 on the same network works.

FileZilla Client


Version: 3.10.2

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-03-02 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -msse -mfpmath=sse -O2 -g -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

Log: 2015-03-13 08:38:19 3492 1 Status: Resolving address of ftp.car-pass.be 2015-03-13 08:38:19 3492 1 Status: Connecting to 85.112.27.122:990... 2015-03-13 08:38:19 3492 1 Status: Connection established, initializing TLS... 2015-03-13 08:38:19 3492 1 Error: GnuTLS error -15: An unexpected TLS packet was received. 2015-03-13 08:38:19 3492 1 Error: Could not connect to server 2015-03-13 08:38:19 3492 1 Status: Waiting to retry... 2015-03-13 08:38:24 3492 1 Status: Resolving address of ftp.car-pass.be 2015-03-13 08:38:24 3492 1 Status: Connecting to 85.112.27.122:990... 2015-03-13 08:38:24 3492 1 Status: Connection established, initializing TLS... 2015-03-13 08:38:24 3492 1 Error: GnuTLS error -15: An unexpected TLS packet was received. 2015-03-13 08:38:24 3492 1 Error: Could not connect to server

Any idea?

Kind regards

#10309 Cannot connect to client's server normal rejected 9 years 9 years
Description

Status: Resolving address of server.kdimachine.com Status: Connecting to 50.76.186.9:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Command: USER blixberg Response: 331 Please specify the password. Command: PASS Response: 530 Login incorrect. Error: Critical error: Could not connect to server

#10310 Failure to connect with remote server with latest 3.10.2 upgrade. ZeroCool normal rejected 9 years 9 years
Description

Upon upgrading to version 3.10.2 I receive the following message upon connecting:

"Server sent passive reply with unroutable address. Using server address instead."

The application then proceeds to time out after 20 seconds with this message:

"Error: Connection timed out after 20 seconds of inactivity

Error: Failed to retrieve directory listing."

This is my second attempt to do an upgrade to 3.10.2 - with identical results. I am returning to my previous version (3.8.0) which works fine. I will ignore the update offer which automatically pops up when I open the application - a bit of a nuisance!

Thanks

#10311 assert "size >= 0" failed in Format() normal rejected 9 years 7 years
Description

Hi

I got the error

sizeformatting_base.cpp(55): assert "size >= 0" failed in Format().

while uploading a file to my FTP server (overwriting an allegedly reported zero byte file).

FileZilla Client


Version: 3.10.2

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2015-03-05 Compiled with: gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1 Compiler flags: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.2.16 SQLite: 3.8.6

Operating system:

Name: Linux 3.16.0-32-generic x86_64 Version: 3.16

Best Regards, Ettore Atalan

#10322 Fatal error on all hostings after update ZeroCool normal rejected 9 years 9 years
Description

After I'v udpated Filezilla with the latets version, I recieve a fatal error on all hostings.

How can I fix this?

#10325 Corrupt Image Uploads low rejected 9 years 9 years
Description

Hello

I have recently upgraded to the latest version of FileZilla Client and it seems that there is a bug when it comes to uploading images. Since I had upgraded to the latest version, all images I upload to my server has been detected as corrupt. It was fine before the upgrade.

I did a test and when I use the server web uploader, the images are being detected fine and I can use them. When uploading with Filezilla, the images turn out to be corrupt.

Here is my version details:

FileZilla Client


Version: 3.10.3-beta2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-03-16 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

Please fix this bug asap.

Thanks

#10329 Install creates a Utilties folder in the start menu. normal rejected 9 years 9 years
Description

The installer creates a Utilties folder in the start menu. Utilties is spelled incorrectly - it should be Utilities.

#10330 Unable to upload files on Windows Server normal rejected 9 years 9 years
Description

Hi,

Error Response: 550 The supplied message is incomplete. The signature was not verified. Error: File transfer failed Status: Retrieving directory listing of "/httpdocs"... Status: Directory listing of "/httpdocs" successful.

Settings on filezilla Protocol: FTP Encryption: Require explicit FTP over TLS Logon Type: Normal

Filezilla version: 3.10.0

Able to upload file on linux server but not on windows server.

Kindly help.

Regards,

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