Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (3801 - 3900 of 4044)

Ticket Summary Owner Priority Resolution Created Modified
#10955 not able to locate file from server normal rejected 8 years 8 years
Description

constant error message Waiting to retry... Status: Resolving address of florencechefph.wordpress.com Status: Connecting to 192.0.78.13:21... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server

#4259 not all ftp folders are vissible normal outdated 15 years 12 years
Description

Sometimes at the right side of FileZilla windows (FTP Server W2000 Server) I cannot see folders in the lower area that are shown in the upper area (3.2.2 rc1), see attached screenshot

#3997 not support vshell 3 - Chinese in filename -> display problems normal rejected 15 years 15 years
Description

When FileZilla 3.1.5 connecting to a VShell server 3.0 (Windows 2003 with Vandyke VShell SSH 3.0.x) by SFTP, the filenames containing Chinese are displayed incorrectly in the remote window.

I try change charset to GB2312 or GB18030 and other charset, but not work.

note, winscp 4.0.5 display correctly.

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

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

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

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

#include <arpa/inet.h>

#endif #include <netinet/in.h>

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

#11415 old putty license doesn't work with the new fz pro license normal worksforme 7 years 7 years
Description

You cannot sell a GPL'd product. read the license. you cannot do it. you can sell support. you can I think even sell it on media for cost of media+shipping.

and if you took donations before, you cannot take payment for pro now unless the org goes down and comes back up. talk to your accountant.

#11021 on windows, long search produce disconnect normal rejected 8 years 7 years
Description

on windows (w7, w10) client accessing linux server, long search disconnect after a time. on linuux client not happend. perhaps windows no support too many thread o something. case is connect to server serach at root bac* and after certain time, disconnect and reconect workaround was activate log register or increase debug.

Error: Connection timed out after 20 seconds of inactivity Error: Error al recuperar el listado del directorio

server SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 0

kernel 2.6.27.48-0.12-default #1 SMP 2010-09-20 11:03:26 -0400 x86_64 x86_64 x86_64 GNU/Linux

#11480 only 9998 files on server high rejected 6 years 6 years
Description

I have 12089 *.html files in folder. In server preview - only 9998 *.html files in folder. Folder sizes too not equal. Filter files is wrong. Please, correct this greatest soft! Best regards, Serg.

#4084 onnecton wizard test failure normal rejected 15 years 15 years
Description

Ran the connection test, all fine until ... Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed

Probably explains why I get Directory listing failed in a real-life connection. I see many others have this grief.

#12942 open for write: received failure with description 'Failure' normal fixed 10 months 10 months
Description

Suddenly cannot upload newly created files from my local directory to remote directory. If it is an old file/already on the remote side it has no problem uploading and rewrites it again. Regardless of file extension.

full error messages:

15:48:49 Status: Starting upload of /Users/Jones/Documents/My Websites/clipfreefunnyvideo.com/footerads.php 15:48:49 Command: cd "/home1/clipfree/public_html" 15:48:50 Response: New directory is: "/home1/clipfree/public_html" 15:48:50 Command: put "/Users/Jones/Documents/My Websites/clipfreefunnyvideo.com/footerads.php" "footerads.php" 15:48:50 Error: /home1/clipfree/public_html/footerads.php: open for write: received failure with description 'Failure' 15:48:50 Error: File transfer failed

#8586 open menu command doesn't open folder on left side normal outdated 11 years 11 years
Description

filezilla client v3.6.0.2

in left side folder pane, right-click a folder, choose open, nothing happens.

i expected explorer to open with the folder in a window.

#10598 open servermanager --> an assertion failed normal duplicate 9 years 9 years
Description

I can't open the server manager under Archlinux with LXQT. Here is what is reported:

ASSERT INFO: buildinfo.cpp(118): assert "*version >= '0' && *version <= '9'" failed in ConvertToVersionNumber().

BACKTRACE: [1] wxNavigationEnabled<wxWindow>::AcceptsFocusFromKeyboard() const [2] wxString wxString::Format<wxString, wxString>(wxFormatString const&, wxString, wxString) [3] wxString wxString::Format<wxString, wxString>(wxFormatString const&, wxString, wxString) [4] wxString wxString::Format<wxString, wxString>(wxFormatString const&, wxString, wxString) [5] wxNavigationEnabled<wxListCtrlBase>::AcceptsFocusRecursively() const [6] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const [7] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) [8] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) [9] wxEvtHandler::TryHereOnly(wxEvent&) [10] wxEvtHandler::ProcessEventLocally(wxEvent&) [11] wxEvtHandler::ProcessEvent(wxEvent&) [12] wxWindowBase::TryAfter(wxEvent&) [13] wxEvtHandler::SafelyProcessEvent(wxEvent&) [14] wxToolBarBase::OnLeftClick(int, bool) [15] g_signal_emit_valist [16] g_signal_emit_by_name [17] g_signal_emit_valist [18] g_signal_emit [19] g_closure_invoke [20] g_signal_emit_valist [21] g_signal_emit [22] g_closure_invoke [23] g_signal_emit_valist [24] g_signal_emit [25] gtk_propagate_event [26] gtk_main_do_event [27] g_main_context_dispatch [28] g_main_loop_run [29] gtk_main [30] wxGUIEventLoop::DoRun() [31] wxEventLoopBase::Run() [32] wxAppConsoleBase::MainLoop() [33] wxEntry(int&, wchar_t) [34] libc_start_main

here is the program info: FileZilla Client


Version: 3.12.0.2

Build information:

Compiled for: x86_64-unknown-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2015-07-11 Compiled with: gcc (GCC) 5.1.0 Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.4.2 SQLite: 3.8.10.2

Operating system:

Name: Linux 4.1.2-2-ARCH x86_64 Version: 4.1 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq Settings dir: /home/hannes/.config/filezilla/

#937 opening 2 file with same name from different servers normal fixed 19 years 16 years
Description

When i open for editing 2 different files with same name from 2 different server, and then i close the first file without saving it, and i modify the second and save it, it gets saved on the first server, not is own.

#11801 openstack swift login claims the identity server did not return a token normal fixed 5 years 5 years
Description

I purchased Filezilla Pro so I could test out connectivity to our Openstack Swift storage ( we host three clusters around the world for our end users). I immediately run into an issue. We use Openstack Swift with the keystone identity service, with v2.0 being our standard identity protocol.

When I entered my project (aka tenent) and username and then hit connect, I got the following output:

00:47:34 Status: Resolving address of lax-staging.identity.example.com 00:47:34 Status: Connecting to 173.0.160.18:443... 00:47:34 Status: Connection established, initializing TLS... 00:47:34 Status: Verifying certificate... 00:47:34 Status: TLS connection established, sending HTTP request 00:47:35 Status: Resolving address of lax-staging.identity.example.com 00:47:35 Status: Connecting to x.x.x.x:443... 00:47:35 Status: Connection established, initializing TLS... 00:47:35 Status: Verifying certificate... 00:47:35 Status: TLS connection established, sending HTTP request 00:47:35 Command: POST /v2.0/tokens HTTP/1.1 00:47:35 Command: Connection: close 00:47:35 Command: Content-Length: 110 00:47:35 Command: Content-Type: application/json 00:47:35 Command: Host: lax-staging.identity.example.com:443 00:47:35 Command: User-Agent: FileZilla/3.38.1 00:47:35 Response: HTTP/1.1 200 OK 00:47:35 Response: Server: nginx/1.10.3 (Ubuntu) 00:47:35 Response: Date: Tue, 20 Nov 2018 08:47:35 GMT 00:47:35 Response: Content-Type: application/json 00:47:35 Response: Content-Length: 1508 00:47:35 Response: Connection: close 00:47:35 Response: Vary: X-Auth-Token 00:47:35 Response: X-Distribution: Ubuntu 00:47:35 Response: x-openstack-request-id: req-f760215c-4537-4ea8-8b17-05aca427fc 00:47:35 Error: Identity service did not return an auth token

If I typo the API KEY ( aka password) , I get 401. With all correct details, I get 200 OK as above, but it claims not to have a token, but it is returned. I've used Wireshark with the SSL decryption to confirm this.

The following JSON response was sent to Filezilla (I have changed the values but none of the keys ):

{"access": {"token": {"issued_at": "2018-11-20T08:28:45.000000Z", "expires": "2018-11-20T09:28:45.000000Z", "id": “blahbljbkgjbaekjrbgklaebgkjebgkjerbgejrkbgjkebgejkbg", "tenant": {"description": null, "enabled": true, "id": "6a4d4ca0536240a1b982391c88f0ec68", "name": “example"}, "audit_ids": [“Yrad3a_yx1e3l34"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "https://lax-proxy-staging.example.com", "region": "LAX", "internalURL": "https://lax-proxy-staging.example.com/v1/AUTH_6a4d4ca0536240a1b982391c88f0ec68", "id": "ccb6cd9aba0f452db42b3d4f4a2c049e", "publicURL": "https://lax-proxy-staging.example.com/v1/AUTH_b4e0f1ca0536240a1b982398"}], "endpoints_links": [], "type": "object-store", "name": "swift"}, {"endpoints": [{"adminURL": "https://lax-staging.identity.example.com:35357/v2.0/", "region": "LAX", "internalURL": "https://lax-staging.identity.example.com/v2.0/", "id": "4213934b23294a96b2b8c553dcf00551", "publicURL": "https://lax-staging.identity.example.com/v2.0/"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": “david", "roles_links": [], "id": "4fae2db21d492881a68e4fe", "roles": [{"name": "_member_"}, {"name": "SwiftOperator"}], "name": “david"}, "metadata": {"is_admin": 0, "roles": ["9fe2ff9ee4384b1894a90878", "f3cdc7048c9945c56e108372"]}}}

'access' => 'tokens' => 'id' is the path to the valid token that would be accepted by swift for future requests ( as X-Auth-Token).

#11263 option to Upload/overwrite if src file newer is not memorized when selected to memorize (during dialog prompt) Tim Kosse blocker invalid 7 years 7 years
Description

THe option to "Upload/overwrite if src file newer" is not memorized when selected to memorize (during dialog prompt).

  • This only works if "Settings" > "Transfers" > "File exists action" is set accordingly
  • Still then the "newer" property seems not to be checked correctly, as you can now overwrite again and again without changing the src file. --> Should only be possible once after it was changed!
#3678 outdated SFTP normal 16 years 16 years
Description

I'm receiving a protocol error when I try to SFTP into a secure server. It tells me the SFTP is outdated. I am using the latest version of FileZilla (release date 20080811, but it appears it is still out of date.

#3501 overload CPU when download files normal 16 years 16 years
Description

If put a file in server, the CPU load is low, but when get, the CPU load is over 66% of one core.

Core2Duo 2.16GHz 1GB/Ram, Tred @100Mbps over 11.5MB/s

#11092 password database corrupted; resynch needed normal rejected 7 years 7 years
Description

FileZilla was working fine, until it suddenly stopped working. I’ve tried resetting my bluehost cpanel password repeatedly, but the below continues to occur. I’ve typed the password very slowly and carefully. I’m inputting the correct password. I am 100% certain about that. I’ve googled the issue and read that sometimes the password database can get corrupted and a resynch is needed to correct the issue. Here is the most recent, detailed log. The FileZilla version and operating system information is below the log.

Status: Resolving address of ftp.ewickedwebsites.com Status: Connecting to 66.147.244.135:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER ewickedw Response: 331 User ewickedw OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Resolving address of ftp.ewickedwebsites.com Status: Connecting to 66.147.244.135:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 1000 allowed. Response: 220-Local time is now 02:19. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: About to send CLIENT HELLO Trace: TLS handshake: Sent CLIENT HELLO Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received SERVER HELLO Trace: TLS handshake: Processed SERVER HELLO Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received CERTIFICATE Trace: TLS handshake: Processed CERTIFICATE Trace: TLS handshake: Received SERVER HELLO DONE Trace: TLS handshake: Processed SERVER HELLO DONE Trace: TLS handshake: About to send CLIENT KEY EXCHANGE Trace: TLS handshake: Sent CLIENT KEY EXCHANGE Trace: TLS handshake: About to send FINISHED Trace: TLS handshake: Sent FINISHED Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received NEW SESSION TICKET Trace: TLS handshake: Processed NEW SESSION TICKET Trace: TLS handshake: Received FINISHED Trace: TLS handshake: Processed FINISHED Trace: TLS Handshake successful Trace: Protocol: TLS1.2, Key exchange: RSA, Cipher: AES-256-GCM, MAC: AEAD Status: Verifying certificate... Status: TLS connection established. Trace: CFtpControlSocket::SendNextCommand() Command: USER ewickedw Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User ewickedw OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 530 Login authentication failed Trace: CControlSocket::DoClose(1094) Trace: CFtpControlSocket::ResetOperation(1094) Trace: CControlSocket::ResetOperation(1094) Error: Critical error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(1094) Status: Disconnected from server Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Resolving address of ftp.ewickedwebsites.com Status: Connecting to 66.147.244.135:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 1000 allowed. Response: 220-Local time is now 02:26. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: About to send CLIENT HELLO Trace: TLS handshake: Sent CLIENT HELLO Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received SERVER HELLO Trace: TLS handshake: Processed SERVER HELLO Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received CERTIFICATE Trace: TLS handshake: Processed CERTIFICATE Trace: TLS handshake: Received SERVER HELLO DONE Trace: TLS handshake: Processed SERVER HELLO DONE Trace: TLS handshake: About to send CLIENT KEY EXCHANGE Trace: TLS handshake: Sent CLIENT KEY EXCHANGE Trace: TLS handshake: About to send FINISHED Trace: TLS handshake: Sent FINISHED Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS handshake: Received NEW SESSION TICKET Trace: TLS handshake: Processed NEW SESSION TICKET Trace: TLS handshake: Received FINISHED Trace: TLS handshake: Processed FINISHED Trace: TLS Handshake successful Trace: Protocol: TLS1.2, Key exchange: RSA, Cipher: AES-256-GCM, MAC: AEAD Status: Verifying certificate... Status: TLS connection established. Trace: CFtpControlSocket::SendNextCommand() Command: USER ewickedw Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User ewickedw OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 530 Login authentication failed Trace: CControlSocket::DoClose(1094) Trace: CFtpControlSocket::ResetOperation(1094) Trace: CControlSocket::ResetOperation(1094) Error: Critical error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(1094)

FileZilla Client


Version: 3.22.2.2

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.16 SQLite: 3.15.0

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 Settings dir: C:\Users\decat_000\AppData\Roaming\FileZilla\

#10765 password distorted when XML transfer between different OS eMurat UNAL high invalid 8 years 8 years
Description

Hi,

I create xml output on windows pc and transfer my another work pc (ubuntu 14.04), and start problem right here :)

if my password just numeric or string or alpaNumeric, is fine, not problem

but if my password contain any chracter, (* ~ % & etc) , then password not working before transfer.

I was test many times.

#9855 password lost as soon as i enter in Site MAnager critical fixed 10 years 10 years
Description

Hi All,

something very very strange is happening to me.

Yesterday at some point Filezilla lost all password.

Now:

Im not able to directly install the new version FileZilla_3.9.0.5_win32-setup.exe getting "Product Configuration Missing"

with the zip file i can lounch filezilla but..

if i import my backup it works untile i enter in the Site Manager. As soon i enter in the Site Maneger all my 20 ftp site change instantly from "normal Access" to "ask for password"

i already tried several times

#8160 password problem low rejected 12 years 12 years
Description

Status: Resolving address of www.easynetmarketing.org Status: Connecting to 176.9.194.117:21... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.4 Server (ProFTPD) [::ffff:176.9.194.117] Command: USER dallasqqq@… Response: 331 Password required for dallasqqq@… Command: PASS Response: 530 Login incorrect. Error: Critical error Error: Could not connect to server

So, I change my password at least 3 times, but it doesn't work out. Where could be a problem?

#1264 passwords accepted from copied Filezilla.xml normal 17 years 17 years
Description

After installing filezilla on new computer I copied filezilla.xml from my old PC (version 2.2.9 which I cannot find anymore) to the new PC (version 2.2.32) to copy the account settings.

The passwords do not get copied properly, filezilla opens password promt after attempted connection. (fair enough)

But clicking cancel in the input window opens the requested site anyway.

This is a PC installed a week ago, filezilla was just installed (and never before).

#7867 pdf file data problem normal outdated 12 years 12 years
Description

When I transfer a pdf file via FZ, the file will not work. When I try to open the file online, the following message is received: "Cannot extract the embedded font 'VRHUGW+TT15Ct00'. Some characters may not display or print correctly." After this, everything freezes. When I click okay on the dialog box, the file continues to load and only the header text is garbled. If I use DreamWeaver as FTP for the file everything works fine. Using WinMerge to compare the files says they are identical, yet the one transferred by FZ won't open correctly and the one transferred by DW does open correctly. This only started happening about two months ago. I can upload a copy and give you a link to it so that you can see the behavior if necessary, it is very repeatable.

Win 7 64 bit (all updates installed) Firefox 9.01 FileZilla 3.5.2 Acrobat Reader 10.1.1

#10049 permissions missing uploading as root high duplicate 9 years 9 years
Description

After updating to 3.10.0.1 if i upload a file as root (to centos) the permissions are blanked - just set to dashes - reverting to previous version fixes the issue

#5697 photo size changes to 4380 bytes when uploading to filezilla normal outdated 13 years 11 years
Description

No matter what the size of the jpg is, when I upload to my website via filezilla, and no matter what option I choose in the box that pops up, Filezilla reduces the size of the jpg to 4380 bytes consistently every time, no matter what the original size was, and then renders the photo un-useable in the website. To troubleshoot, I uploaded the 4380 size photo that's been altered by filezilla, back to my computer's folder, and the picture is corrupted in my computer also. I never had this problem before, been using filezilla for years to upload photos to my website.

#9955 please cease and decist from the 3rd-party malware installs normal duplicate 9 years 9 years
Description

those 3rd-party open source software offers during installation actually sometimes are malware. not sure what percentage. but I would avoid them all, a lot of them look pretty questionable in concept.

please remove the 3rd-party software installs and leave filezilla a plain filezilla (and safe from the 3rd-party malware we all have to avoid now).

#8218 please delete it, because of duplication high duplicate 12 years 12 years
Description

SOFT: FileZilla Portable v3.5.3 OS : Windows 7 x64, Aero, Intel G45, all is updated CASE:

Open FileZilla Client, all is OK. Connect to one site, error occure. the [Message Log] panel's rendering exceed its Border. It will damage the UI of Menu/Toolbar/QuickConnBar and even the LocalDir panel.

TRY:

I have test FileZilla Portable on Windows XP with same config/Data, no this error.

#3979 pop windows broken after enabling secondary monitor normal duplicate 16 years 16 years
Description

If I have FileZilla open and then enable a secondary monitor, every pop window that FileZilla thereafter tries to create will be tiny (just a pixel or so) and in the upper left hand corner of the primary monitor (as if no dimension or location parameters were ever passed). Also these windows are not resizeable so I have to close FileZilla and reopen it and then everything works as normal. These pop windows include but not limited to the Options window and the Overwrite? prompt window but essentially every box that is attempted will not display correctly. Thank you for you time and effort in this amazing program.

#3980 pop windows broken after enabling secondary monitor normal outdated 16 years 12 years
Description

If I have FileZilla open and then enable a secondary monitor, every pop window that FileZilla thereafter tries to create will be tiny (just a pixel or so) and in the upper left hand corner of the primary monitor (as if no dimension or location parameters were ever passed). Also these windows are not resizeable so I have to close FileZilla and reopen it and then everything works as normal. These pop windows include but not limited to the Options window and the Overwrite? prompt window but essentially every box that is attempted will not display correctly. Thank you for you time and effort in this amazing program.

#9349 port number high outdated 10 years 10 years
Description

Trying to upload to my website and putting 21 in as port number, I get the message: "Could not parse server address:

Invalid port given. The port has to be a value from 1 to 65535"

This same message occurs regardless of what port number is used.

I note that there was a ticket about this some six years ago but I could not see an answer.

Anthony Healey

#11416 port number gets lost clicking OK or connect normal rejected 7 years 7 years
Description

I put in 990 and it gets lost. using ftp require implicit, normal.

#5236 preserve timestamps option normal fixed 14 years 10 years
Description

Hello! In Filezilla ftp client i enabled the preserve timestamps option in the transfer menu. After restarting the program this option is disabled again! So each time i have to enable it again. I think this is a bug. greetings Walter

#4919 problem if more than 2000 files in a repertory normal rejected 15 years 15 years
Description

Filezilla doesn't recognize files when there is more than 2000 files in the same repertory. Then it always synchronize the files up than 2000 in the repertory even if they always exists on the website

#3958 problem with certain passwords normal rejected 16 years 16 years
Description

some users reported problems with their ftp accounts using filezilla, the always got: Command: PWD Response: 500 Unknown command. Error: Failed to retrieve directory listing Response: 500 Unknown command. Response: 257 "/" Trace: Unexpected reply, no reply was pending.

i noticed that if i change their password, it works fine, if i change it back to the original value, the error comes back, i am attaching debug logs for both cases.

yes, it sounds like witchcraft, but i saw many people in forums with the same problem. this is the only workaround i found.

the same goes for gftp, only the debug window says "Invalid response '2' received from server."

#3722 problem with orange ftp server normal invalid 16 years 16 years
Description

je peux ouvrir mon serveur et acceder aux repertoires mais je ne peux les transferer ni dans un sens ni dans l'autre 530 désolé ce compte est déjà utilisé connexion au serveur impossible or je peux fair les transferts via un ftp greffé sur firefox? EN ESPERANT VOUS ETRE UTILE.....

#7149 problem with some kind of password normal fixed 13 years 12 years
Description

i'm trying to connect to ftp servers using password like this: 354c85c80e but filezilla seems problematic with this password , I got critical error and no auth. The pwd is correct because it's working with other ftp clients.

#11169 problems connecting high rejected 7 years 7 years
Description

Hi I've just installed FileZilla and I have no clue what so ever what the host name is supposed to be. I search your forum, your user guide, I did as well research on the internet and unfortunately nothing helped me. I thought it was the name of the ftp site where the audio files are but doesn't seem to be that... would you be so kind to explain me in details how to connect?

Thanks! Elie

#7245 problems in the brazilian translation of Filezilla Ricardo ibn Ghazi normal outdated 13 years 12 years
Description

the brazilian portuguese is pure portuguese from portugal, 'A transferir' we don´t use it here, it is 'Transferind' and much more

I can contribute if you accept me, just let me know what file I need to replace with the correct brazilian entries

since it is occurring with the client, the server will have the same problem, I can help too

I wait for a feedback at ricardombroczkoski@…

#5659 problems with german umlauts low rejected 14 years 14 years
Description

Dear filezilla team,

with downloading a file containing german umlauts and / or a directory with german umlauts an error occurs with cannot open file. I am using the latest 3.3.4.1 version.

with best regards Werner

#4847 program crashes normal fixed 15 years 15 years
Description

FileZilla Client crashes after program starting. The last version that works is 3.2.6.1

#8274 program freezes normal outdated 12 years 11 years
Description

Hello. when i open a ftp and make the program idle for a minute or so, then it cant refresh, edit, delete, rename the files(but it accepts new uploads!). it says a command (for exapmle): CWD myfolder

and freezes. i have to re-login to website to be able to continue working with my ftp. i have changed options from preferences (made the disconnect period 1000 minutes), but it doesnt work.

#4563 progress bar missing normal outdated 15 years 10 years
Description

the progress bar is missing after I enque a large number of files (don't know if this is relevant). I've transferred many files before and always had a progress bar, so I can't say what I've done different this time. here's what it looks like:

http://img10.imageshack.us/img10/1598/progressbarmissing.jpg

this is the client version: FileZilla Client


Version: 3.2.4.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2009-04-27 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Dependencies:

wxWidgets: 2.8.10 GnuTLS: 2.6.4

#3204 progress bars etc. don't obey scrolling in queue view normal 17 years 17 years
Description

FileZilla 3.0.0-rc2 (official Linux build from FileZilla's SourceForge Project Page) on Ubuntu 7.04 with libwx<base|gtk> 2.8.1.1-0ubuntu4

In the queue display the rows with detail information for active downloads (time elapsed, ETA, progress bar, transfered bytes, speed) do not move when scrolling. They keep their absolute position and hide other rows, which seem to "move under" the detail rows.

Surprisingly correct behaviour can be observed when scrolling with the mouse scrollwheel or by using cursor keys when a row is in the queue table is selected. To reproduce the bug press the buttons of the scroll bar or drag its slide.

#8734 public_html and public_ftp folders doesn´t appear normal outdated 11 years 11 years
Description

Hi there.

Well, since the last update the folders public_html and public_fpt doesn´t appear in filezilla ftp client. I´ve verified at my server and the folders are there.

I attach pics about it.

Thanks in advise.

#8233 question client normal invalid 12 years 12 years
Description

I was trying to upload photos from my PC and when I finish I cant open my website,show me this message

Warning: Division by zero in /home/rainbiz/public_html/files/rotateimage.php on line 0

I want to know if this is a problem with FileZilla or no?

Thanks

#2208 queue -> use multiple connection issue normal outdated 19 years 16 years
Description
  • "Queue" -> "use multiple connections" is checked

always when starting up fileZillA, even if I deactivated it in the earlier session. My suggestion: Put this feature to the Site Manager -> Advanced: on/off checkbox

#3826 queue size ignores number format normal fixed 16 years 16 years
Description

Queue displays "MB" as "MiB" in lower right status line

#3810 queue transfer opens many connection for one file normal rejected 16 years 16 years
Description

I am transfering one file from a ftp server via queue. The transfer aborts then a new transfer is startet with a new connection on the server. then again and again, till max number of connections to the server is reached. Version 3.1.2 works fine, with no errors or aborts while 3.1.3 doesn't.

The server is pure-ftp on linux based system.

#12703 queue.sqlite3 error after attempting update normal rejected 2 years 2 years
Description

Win 7 32bit, Lenovo T410s , Filezilla Portable on a removable HDD

Your version: 3.46.3 Current version: 3.59.0

during an attempt at installing update from a clean load it reported that a file was "already open". I aborted. Now every time I load Filezilla I get an a dialog showing "an error occurred saving the transfer queue to" then next line - queue.sqlite3 which curiously is located in my system drive.

I have replaced the whole folder with a backup. The error now is permanent on load & unload.

Do I vainly keep on trying to update & replace from backup? or is there a solution? A clean install requires data. It would take a long time.

#7300 queue.xml bug high duplicate 13 years 12 years
Description

When I open filezilla (3.4 version) i receive this message :

Can't open file filezilla.xml (error 5: access denied)

Why ? Can I delete this file ?

Thanks

#5694 quick connect buttons vanish after connecting to a FTP-Server high duplicate 13 years 12 years
Description

Hello, After connecting to a FTP-Server i have grafic errors on "quick-connect tab". All buttons are gone and i can watch in between all protokoll data. Please have a look at the screenshot. It should explain the error. Hope you can fix it ... .

#10268 r6137 breaks Windows build due to inclusion of process.h high fixed 9 years 9 years
Description

I'm using the version of MinGW specified in the build notes for Windows. As part of r6137, a process.h was included in FileZilla 3; this conflicts with the process.h that is shipped with MinGW, causing the build to fail (it fails with a bunch of undefined symbols; the root cause here is pthread.h is including process.h, picking up the FileZilla one instead of the MinGW one and causing the errors).

I renamed the FileZilla process.h to fzprocess.h and changed the include files everywhere, and that seemed to solve the problem.

#9713 re-arrange window normal duplicate 10 years 10 years
Description

Hi,

my Filezilla window moved out of my screen upwards today and I wasn't able to rearrange it. Even when I uninstalled and reinstalled Filzilla I couldn't place the window so that I could see the Icons in the top part..

It worked finally when I installed an older version and then there came a informtion window telling me that there is a newer verison available, which for some reasen also rearranged the main filezilla window into place. (took me about 3h to get there)

Most of the other programs have the menu called "window" next to "help" where there is a function called "zoom", which rearranges the window to fullscreen. This would be great

I'm using a mac book with a second sreen. (OS: Mavericks)

#10659 re-edit failed normal worksforme 9 years 9 years
Description

1) edit file in the left panel by right menu (opened by notepad) 2) close the open file 3) redo 1). An error dialog raise

XRC error: XRC resource "ID_EDITEXISTING_LOCAL" (class "wxDialog") not found

OS: window prem 7 FZ: 3.13 - 3.14

#1207 read errors hang application with no report normal 17 years 16 years
Description

I use regularly your application to upload files from DVD's. I took me a while to identify that a read error coming from an external DVD drive connected with firewire, correctly detected by windows if trying to copy the file from the dvd to any place on the disk, would just hang filezilla for a while, and finaly report upload errors without clear information, erroneously leading to think that the uploaded server in misbehaving. I agree we are a little bit out of scope, but maybe this is a lead to a need for a beter information of the user when something is wrong on his side?

#4785 reconnect to last server fails to forget critical rejected 15 years 15 years
Description

Hi,

I'm pretty sure this is a bug. When I use the options in the quick connect button 1) to erase the contents of the quick connect bar and 2) to clear the quick connect history, the Reconnect to Last Server button in the toolbar still recalls the server that I just erased.

This has to be a bug. Erasing the quick connect bar and its history should also remove that information from the log. Otherwise, the features are useless.

Even worse, the reconnect button remembers the passwords! Even worse, the reconnect button remembers everything even after a restart.

This is bad! This is a disaster for those of us who are on public or work computers!

#12112 release 3.47.0_rc1 fails to build due to some missing headers in source normal fixed 4 years 4 years
Description

Hi,

I tried on Mageia Cauldron to build latest 3.47.0_rc1 release but it fails to build due to some missing headers in source:

-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__  -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread   -I/usr/lib/wx/include/ -I/usr/lib/wx/include/gtk3-unicode-3.1 -I/usr/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -c -o filezilla-aboutdialog.o `test -f 'aboutdialog.cpp' || echo './'`aboutdialog.cpp
aboutdialog.cpp:1:10: fatal error: filezilla.h: No such file or directory
    1 | #include <filezilla.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:1191: filezilla-aboutdialog.o] Error 1
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/filezilla-3.47.0-rc1/src/interface'
make[4]: *** Waiting for unfinished jobs....

If you look at "src/interface/" there are not any "*.h" headers files.

Regards, David

#3878 remote directory listing display problem normal rejected 16 years 15 years
Description

I had 2.2 for very long and now am tring the new 3.1.3.1 version. My remote directory contains some chinese named files and all become not readable.

My old 2.2 version is ok on this aspect.

I noticed that my local directory list is ok even there are chinese named files. The problem is the remote directory display.

My remote server os is linux. It handles chinese ok for my old filezilla 2.2

#5603 remote directory listing failed [bug ?] low fixed 14 years 12 years
Description

Hi,

i've a strange behavior with one ftp server : the authentification is OK but the remote directories listing is failing with a MLSD 500 command and an ? answer... resulting in a Error: Failed to retrieve directory listing.

The same operation is OK with winscp and the command-line ftp client started with cmd in windows.

Filezilla client : 3.3.4.1

#4328 remote file edit problem when editing multiple files with same name but in different folder high fixed 15 years 10 years
Description

I have to edit many files with same name that are on different folders. eg: /dev/web.config, /live/web.config, etc. The problem is that after completed editing the first file and uploading it and then editing the second file and saving it triggers two "file has changed" dialog boxes. and if saved, the first remote file is overwritten with the second file.

FileZilla client version: 3.2.2.1 System: Windows XP SP3 on Intel P4 3.0GHz

#3228 remote symlinks displayed as "folder" normal 17 years 17 years
Description

if a file on the remote server is actually a symbolic link, it is displayed as a directory: the directory icon and filetype "Folder". doubleclicking on one of these remote symlinks then attempts to get a directory listing of that file and unsurprisingly fails.

however, putting functions flawlessly (the target of the symlink is updated). i haven't tested getting as far as i know.

this is filezilla 3.0.0 (binary downloaded by filezilla 3 beta's update function) on fedora core 6

<tremby@tremendo:~>$ uname -a Linux tremendo 2.6.22.4-45.fc6 #1 SMP Tue Aug 21 18:29:10 EDT 2007 i686 athlon i386 GNU/Linux

#972 remote tree window not saved Alexander Schuch normal 19 years 18 years
Description

Each time I run Filezilla, the remote tree window is disabled. I have to click on the button to display it every time. It would be great if this would come up by default (both tree windows), and if those button states (window displayed or not) would be saved so that at next run it would come up like chosen previously.

#3667 remote view refresh normal 16 years 16 years
Description

After you move a directory to a new dir/area or sometimes delete a directory, the remote view does not refresh itself and still shows the moved directory to be in the original place it was.

#3935 removed functionality???? normal worksforme 16 years 16 years
Description

hi there

I use FZ as my main ftp client and have been impressed with its performance...however the new version doesnt seem to allow 'drag and drop' on to the upload window? it is so much easier with this functionality if you need to make multiple uploads to the same directory.

is this a bug or removed feature?

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

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

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

#12583 repeating copy of file from PC to Server normal worksforme 2 years 2 years
Description

I get a message saying that it the file I wanted to drag to the server already exist. When I click cancel - I get a message saying the file transfer was successfully completed - which it is. So, it might be that the algorithm is trying to copy the same file twice?

#3232 reset item from failure queue tab still with same errorcount normal 17 years 17 years
Description

Reset item from failure queue to normal queue, the ErrorCount never reset.

#3528 resizing transfer panel makes progress bar disappear normal 16 years 16 years
Description

When transferring two files at the same time there are two progress bar indicating the percentages, when resizing the window/transfer panel the one below disappears and does not show anymore. This happens with 3.0.10 client under win32

#1050 retrieving directory list from server Alexander Schuch normal 18 years 18 years
Description

We can get through using a command line ftp, but filezilla returns this error message:

Error: Transfer channel can't be opened. Reason: The requested address is not valid in its context. Error: Timeout detected!

We are using xitami version 2.5c2 filezilla version 2.2.19a OS: Windows xp pro service pack 2.

#7815 reuse SSL session of control connection normal rejected 13 years 9 years
Description

I've been testing in two Linux and two Windows systems on the same internet line. Everything works OK in Windows and even in Linux if running the Windows version of Filezilla through Wine!

The problem with the Linux version of Filezilla is, when connected to a FTPES server and trying to upload a file, it is uploading only around half a second, then it stops, timeouts, reconnects, continues the upload again for around half a seconds, timeouts, etc.

Sometimes if inactive for like a minute or two, it gives "425 Unable to build data connection: Operation not permitted" error, when trying to refresh.

Downloading seems OK.

Tested versions: 3.3.5.1, 3.5.1, 3.5.2-rc1.

Should you need more info, let me know.

#3557 reversed Hebrew in gui window normal 16 years 16 years
Description

upgraded to the latest build.

the hebrew text on some locations in the gui is reversed.

#4062 same problem of this ticket #3775 normal rejected 15 years 15 years
Description

Hello I have downloaded this weekend the filezilla for mac intel I unzipped the file and drag it into application, and when I tried to run it looks like it's going to open and then crash. I have a intel mac 1.83 withe the following version 10.4.11

#3018 save column sort order Tim Kosse normal 21 years 17 years
Description

I maintain several multipage websites and I frequently use FTP to update changed pages only. The most useful folder view for this operation is to show files in date-modified order, newest at the top.

I would like to have FileZilla remember the way I left the folder and present the same view next time.

Alternatively, I'd settle for a preference setting to pick the default folder view.

Auto-refresh of the local file list wouldn't go amiss either.

#11589 saving port numbers for port 22 normal fixed 6 years 6 years
Description

Hello, I've googled filezila not saving port numbers and note that it does not display known default ports. I'm using 3.27.0.1 under win7. I'm trying to connect via sftp using port 22. I'm able to connect when I manually type in port 22. but if I connect with the default setting without the port 22, it does not connect at all. I believe this to be an issue with the software.

#7970 schneller lernen Requirements Comprehending normal invalid 12 years 12 years
Description

Learning is often a resource that promotes one’s life and that is the rationale we differentiate a literate and an illiterate. Mastering will not be just to obtain information and facts nevertheless it enriches you with awareness which could possibly be carried out with your daily life. Discovering new factors certainly will help you to grasp modern items which might truly cause you to to acquire suitable final decision as part of your life. It can help you to achieve practical experience without having you going through it so studying method should be efficient. You will find handful of concepts of learning which we need to know. Finding out makes us to be aware of the notion of world and in addition finding out has its possess perception. Each individual personal have a look at understanding in numerous notion as it has no boundaries and it truly is an ocean and you can maintain travelling deeper and deeper. Whatever you understand is what you project or provide however you are not able to say that it's the end result of instruction as understanding will not be just depending on schooling but it surely is actually according to how it has long been grasped by the listener. The variation could be amongst the listeners but not the coach as she or he teaches inside the comparable way to every person existing during the classroom meaning the instruction is similar to all even so the talent and grasping electric power from the listeners differs. The dull ones may well fully grasp the principle later on then the talented listener which proves discovering requires understandability. Without having knowing the fabric just one can not learn, memorize, recall and supply. So in case your finding out has to be efficient then you definitely ought to improve your capability to realize and that involves concentration and on whatever you try to understand. For schneller lernen you need to concentrate to factors relevant to it and this learning method could well be successful as well.

schneller lernen via Rational Discovering

It's essential to have heard about rational mastering, the notion utilized by quite a few discovering centers for effektiver lernen. This concept can help you in marketing new studying along with the support of the previous learning methodology. Rational discovering helps make you to relate new factors on the mature kinds which that you are already knowledgeable of. This relating technique can help in retaining your new finding out within your mind. As you consider issues along with the help of illustrations equally this technique of discovering is additionally an efficient 1. Most of them will not be conscious that understanding needs apply. They focus, recognize and study but whenever they overlook to follow they would surely unlearn it. For instance if you want to participate in a sport, it would actually not be good enough to engage in it only once to contend, however you want true time practice in taking part in the game which might make you a good competitor. Not only sport requirements apply, certainly discovering requires very good follow. Lack of rehearsal would cause you to to forget about all the things and also you would turn out to be blank. Should you are likely to understand some thing new, just apply them each and every day by implementing any sort of approaches which appears to operate out perfectly. This fantastic tuning is essential for schneller lernen approach. Whenever you check out pupils they try to memorize the answers with no understanding the ideas. This may possibly work out within the really upcoming day but it would not final much more than that. Groundwork has proved which the time you're taking to keep in mind the solution can be time you're taking to neglect. You would possibly even instantly forget about the solution which you go through few minutes back again so in no way force all by yourself to recollect the answers as it could be a mere waste. So avoiding such practice would assistance on your effektiver lernen, know them and perform out very well.

schneller lernen - Follow the Right Approach

Understanding design may differ from one particular to one and even the time zone varies. You will find couple persons who review at night and few review in the early morning. Nevertheless it is actually reported finding out at early early morning aids in retention but nonetheless when life-style changes persons started to understand as per their comfort and ease zone. You can not say that the a single who learns late night can't provide them improved compared to the 1 who learns at the morning. Moreover it relies upon around the person and not some time zone. But preserve in mind that at early early morning you'd probably have reassurance while you get up from a deep snooze and your thoughts, soul and body was at rest. It is very evident that with distinct brain and focus a person can learn correctly and that's why it truly is trusted by most people that studying at early morning is often a fantastic follow which energizes you. Night time research is a fashionable word as of late but the million dollar issue is how significantly it can help? Today’s more youthful technology follows this strategy of understanding so referred to as evening research. However in the event you can concentration and pay attention even for the evening time it might do the job minimal and providing you don't management your sleep you may discover to sure extent however, if you try managing your sleep and when you drive yourself to study then for sure you'd neglect what you have learnt the very upcoming day. This system of mastering would not yield almost any result that you simply be expecting as that will become a mere squander. So know the approach that can help on your schneller lernen and try to implement it as the approach that works for other won't perform to suit your needs.

#11326 scp not working high rejected 7 years 7 years
Description

My understanding is that SCP is working on Filezilla. I work at Skyboxsecurity and am trying to connect to our Linux server. The connection constantly times out with a unauthorized user. This is not the case with WINSCP with the same credentials. Suggestions?

#11015 scroll buttons require a few to several clicks to scroll a single tick normal rejected 8 years 8 years
Description

since Fedora switched to building FileZilla against GTK3, the scroll buttons require repeated clicks to initiate a scroll of a single tick. 4-7 clicks required per tick in my testing, depending apparently on how much scrolling is available.

#10167 search for files recursively ,,, mixed up "contain" and "does not contain" normal worksforme 9 years 9 years
Description

Hello, within search function you have to select "does not contain" in order to find files that "conatin" specific characters within filenames.

therefore you have to select "contain" to find files that does not contain spoecific characters.

Regards Stefan

PS 3.10.0.2

#1310 security issue Filezilla Client 3.0.1 low 17 years 17 years
Description

Hi, the file

X:\Documents and Settings\USER\Application Data\FileZilla\sitemanager.xml

contains the password without encrypt.

Windows version

#11476 select all normal rejected 6 years 6 years
Description

in the bottom right files box if there is only 5 items and you try to do the usual windows click box select, the mouse shoots off the screen and doesnt work.

#7754 sending MLSD command even if the server doesn't support it normal invalid 13 years 9 years
Description

When connecting to an internal FTP server with FileZilla Client, it was disconnected after sending a MLSD command. I don't know the server type but according to the result of FEAT, it doesn't support MLSD. FileZilla didn't provide me an option of not using MLSD.

Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: MFMT Response: TVFS Response: MFF modify;UNIX.group;UNIX.mode; Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Response: REST STREAM Response: SIZE Response: 211 End 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 (10,198,155,23,201,148). Command: MLSD Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing

#9902 sending PDF with german unlaut like "ä" raise critical error normal worksforme 10 years 10 years
Description

if i want to send a pdf file to my pc the file transfer ends in an critical error only if one german umlaut is inside the filename (the file is created at server side with ISO8859)

#4109 sending a number of files - files with wrong content normal outdated 15 years 12 years
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

#3749 server name inserted in all text edit fields of site manager dialog normal outdated 16 years 12 years
Description

this applies to versions 3.1.1 and 3.1.2. when using site snoopy.wiwi.uni-bonn.de, whenever i save the site in site manager and then try re-connecting, the (host), port, user, comments, default local directory, default remote directory, adjust server time offset and encoding are set to 'snoopy.wiwi.uni-bonn.de'. reinstalling, deleting all (or just this) setting(s) doesn't change this.

#3614 server timeout before upload normal 16 years 16 years
Description

when moving a local file to server, selecting server directory times out, so does dragging to new remote directory. link times out, then repeats twice before giving up finally. that is, cannot select remote directory before link times out. Using FileZilla 3.0.11 with Windows XP.

#3663 server:port isn't parsed correctly normal 16 years 16 years
Description

Version: 3.1.0.1 OS: Windows Vista Business SP1 (x64)

I used to enter example.com:1234 and it worked well in previous versions (3.0.x or something). However since I updated to 3.1.0.1, filezilla still writes the number behind the colon into the port field, but writes "[example.com:1234]" into the server field (instead of writing "example.com"). This results in a

Status: Resolving address of example.com:1234 Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry...

error message.

#1040 settings -- directory cache -- warning bad if no entry Alexander Schuch normal 18 years 17 years
Description

In the settings box, on the Directory Cache node of the tree, if you leave any of the boxes for the amout of time to cache a directory blank and then press okay to exit, you are presented with a warning, but it is impossible to discern what the warning is about since it is entirely blank. Leaving a field blank is a hard stop, and you cannot exit the settings editor unless you have a value in all of these boxes.

Suggestions: Default to 0 when nothing is entered. Display a warning message that details the problems.

#10398 settings menu standart shortcut key lost, doesn't exist anymore low fixed 9 years 9 years
Description

as in any normal mac os x application should do, filezilla should open settings when user press the "⌘," but it doesn't...

FileZilla Client


Version: 3.10.3

Build information:

Compiled for: x86_64-apple-darwin13.4.0 Compiled on: x86_64-apple-darwin13.4.0 Build date: 2015-03-29 Compiled with: Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) 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: Mac OS X (Darwin 14.3.0 x86_64) Version: 10.10

#3580 sftp connection question normal 16 years 16 years
Description

When I connect with sftp, it frequently reports: Server unexpectedly closed network connection

If I refresh it again and again, sometimes it can work. It seems sftp is very unstable.

#11003 sftp doesn't work in 3.22 on Mac Os X high duplicate 8 years 8 years
Description

I just updated to Version 3.22 and tried to connect to one of my servers via sftp. but the connection couldn't be established. I can't connect to any of my servers.

After downgrade to 3.21 everything worked fine. So it's definitely a bug in new version 3.22.

#904 sftp low speed transfer Alexander Schuch normal 19 years 17 years
Description

I install FileZilla_2_2_14b_setup.exe

When i make a get, using the sftp, the tranfer speed don't up 100k/s If i make the same in the command line, the trasfer speed is up 2M/s

I probe whith this servers:

Red Hat Enterprise Linux ES release 3 (Taroon Update

4), OpenSSH_3.6.1p2

Aix 5.2, OpenSSH_3.8.1p1

## In spanish ## He instalado FileZilla_2_2_14b_setup.exe

Cuando hago un 'get', usando sftp, la velovidad de transferencia es inferior a 100k/s Si realizo lo mismo desde la linea de comandos, la velocidad es superior a 2M/s

He probado con estos servidores:

Red Hat Enterprise Linux ES release 3 (Taroon Update

4), OpenSSH_3.6.1p2

Aix 5.2, OpenSSH_3.8.1p1

#9286 sftp:// Autopmatically Inserted Before pubftp.example.com Stopping connections to pubftp Hosts high rejected 10 years 9 years
Description

sftp://pubftp.example.com

#7972 shawty like you normal invalid 12 years 12 years
Description

The rolex submariner watches are generally copied, taking into consideration the actual placing as well as the dimension from the engravings as well as the fonts respectively, we are able to supply you the very best and many dependable breitling bentley watches on present day markets.

#3582 shortuts don't work normal 16 years 16 years
Description

I just updated to version 3.0.11.1, which caused the following problem: In the local site "Filename" window, I'm no longer able to click on shortcuts. The shortcuts appear as .lnk files which cannot be opened.

This was not a problem in the previous versions of FileZilla.

Please fix because the program is basically unusable now because of this.

Thanks!

#4552 showing 100% usage in the windows task manager, blocking ouklook high outdated 15 years 11 years
Description

fileZilla is showing 100% cpu utilize, in random days.

Blocking my outlook express 2003 for send and receiving mail from my mail server,

Some-times my system gets hang-up,

then i need to forcefully end the task in the windows task Manager,

OS : Windows Xp SP3 Anti-Virus : Kaspersky Anti-Virus

#1358 simply wont upload normal 16 years 16 years
Description
  1. Opened filezilla and prompted me to download and install versoin 3.0.6 which I did
  2. Without restarting I opened the client and connected to a server
  3. Chose a bunch of files and clicked upload
  4. After transferring 246 files out of over 2039 it stopped.
  5. Enabled debug mode and showed the following information:

Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of E:\wamp\www\Folder\Proyect\1.6-19\upload\design\templates\default\admin\config\core.html Trace: CFtpControlSocket::SendNextCommand() Status: ftpcontrolsocket.cpp(1764): Waiting for replies to skip before sending next command... caller=0p1405ad8

#7877 since update to Filezilla 3.5.3 users can not connect to our server : FTPS over explicit critical duplicate 12 years 12 years
Description

SERVER : vsftpd (2.0.7) Linux Red Hat 5

Error : GNUTLS error-12 : A TLS fatal alert has been received

We have a lot of partners connecting to our ftp every day and it's a very critical issue. With older versions of Filezilla we do not have any problem.

#5669 site list needs to scroll when taller than screen normal outdated 14 years 12 years
Description

I have a LOT of sites in the site manager. When I pop down the list with the down arrow, it rolls off the bottom of the screen. It needs to determine the screen dimensions and turn on a scroll bar when the list is too long to show.

#4970 site manager bookmarks cannot start synchronised browsing on connect normal fixed 15 years 14 years
Description

double-clicking on a bookmark icon in the site manager tree connects to that server and goes to the bookmarked section. it also used to initiate synchronised browsing if that bookmark was set to, now it doesn't.

my current version is 3.3.0

#4937 site manager doesn't allow moving connections to folder if list is long normal duplicate 15 years 15 years
Description

I created a folder called "sites", which appears way down at the bottom of the list of connections.

I am able to move connections that fit in the window to the "sites" folder, but not anything outside the window.

the only workaround I have that I can think of is to edit the filezilla.xml file when filezilla is not running.

idea: some sort of "move to" button that brings up a folder tree list would be useful, where you could click on a particular folder. it would be nice if it remembered the last folder you clicked on.

#5377 sitemanager.xml could not be loaded high wontfix 14 years 14 years
Description

The file sitemanager.xml could not be loaded. the xml document is not well formed. error reading Element value

i am getting this message every time i start file zilla.

And 2nd time i faced this issue & i lost all my site manager entries

please give me some solutions how can i remove that error & how can i restore my entries.

why i am getting this error, so that i can avoid happening again in future

File zilla software details

FileZilla Client


Version: 3.3.2.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-03-21 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.3

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