Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1401 - 1500 of 8171)

Ticket Summary Owner Type Priority Component Resolution
#4223 add sftp protocol handler sftp://myserver Feature request normal FileZilla Client duplicate
Description

WinSCP has a great feature that allows you to put a url into an email like this: sftp://myserver.mydomain.org/myfile.zip. The recipient clicks on the email and winscp opens the file and prompts you for a download location. We would very much prefer to use filezilla, but our users are relying on this feature

This is what needs to be added to the Windows registry for Winscp. filezilla should work in a similar fashion.

############################################################ Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SFTP] @="URL: SFTP Protocol" "URL Protocol"="" "EditFlags"=dword:00000002 "BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\SFTP\DefaultIcon] @="\"C:
Program Files
WinSCP
WinSCP.exe\",0"

[HKEY_CLASSES_ROOT\SFTP\shell]

[HKEY_CLASSES_ROOT\SFTP\shell\open]

[HKEY_CLASSES_ROOT\SFTP\shell\open\command] @="\"C:
Program Files
WinSCP
WinSCP.exe\" /unsafe \"%1\""

#2903 add search in remote browser Feature request normal FileZilla Client duplicate
Description

When remote browser retrieves a long list of files, we need a search function like the searchbox in vista explorer. flashfxp has this function also(Ctrl-F).

#2908 add right-click copy URL for remote files Alexander Schuch Feature request normal FileZilla Client
Description

Add a right-click "copy URL" (to clipboard) feature to remote files/folders. Associate a URL with sites/paths in the site manager and use this to compute the answer. This is the feature I miss the most from "Smart FTP Client". --joe

#2872 add option to turn off automatic transfer of edited files Alexander Schuch Feature request normal FileZilla Client
Description

Dear Filezilla team,

  • In FZ2 the effect of double clicking on a file was configurable (Edit or launch file/Transfer); I may have missed it, but it seems that it is not the case anymore in FZ3, and I regret it.
  • It would be nice to add an option to launch the Site manager on startup (like in FZ2 again).
  • Although this could be useful for certain user, I find the automatic notice that a recently transfered file has been edited ("Do you want to update it ?") quite annoying. Would it be possible to add the option to turn the automatic transfer of edited files off ?

Thanks in advance and above all, thanks for this nice program !

#1811 add notes to sites Feature request normal FileZilla Client
Description

Hi! Thank you for a great program! A small enhancement would be the ability to add a note to site manager entries

#6504 add native 64bit for windows Feature request low FileZilla Client duplicate
Description

I have success compile 64bit FileZilla with mingw64.this need modfile FileZilla's windows_manifest.xml fzshellext ,patch GunTLS and wxWidgets

#1700 add directory buttons to UI Feature request normal FileZilla Client
Description

Please add "home", "change directory", and "make directory" buttons next to the remote directory path field, and the latter two for the local directory.

The home button would send a "cd ~" or equivalent to the remote system.

many thanks--awesome program.

#8452 add digest support for http proxy Patch normal FileZilla Client outdated
Description

this patch will add digest method support for http proxy

#1649 add customisable systray icon tooltip Alexander Schuch Feature request normal FileZilla Client
Description

My request are :

-SysTray tooltip with more info (customisable will be the top !)

-Displaying shortcuts in status bar tips and menu, important I think.

-A more beautifull toolbar, and why not a customisable one, like PowerArchiver with it's huge skins archive !

-Possibility of set the program to not send the file that failed to download (or upload) at the end of the queue but retry it as many time I have setting that.

Thank you very much for your great program ! :o)

#1464 add an option to force to use UTF-8 for remote site Patch normal Other
Description

This patch need the previous 2 patches I sent.

Add an option in site manager advanced option, allow user to force to do the UTF-8 convert for remote site (both ftp and sftp).

For the unicode build, I change the IPC for fz and fzsftp, the local filename will convert to UTF-8 and pass to IPC. (but the ansi build won't do this)

Under unicode build, I can access the file or directory for both Chinese and Japan filename. The message show in the status control in sftp mode will show some UTF-8 encode string. (because I convert it before the showstatus() in sftp mode.

#7196 add MODE Z Compression option in FileZilla 3 Feature request normal FileZilla Client duplicate
Description

Hello,

MODE Z compression option (available in FileZilla 2.2.x) is not available in FileZilla 3.x. FileZilla Server supports this feature. Today I can't move to FileZilla 3 because of this missing function.

Can you please can you add this option.

Thanks by advance.

regards.

#9269 add #include <pthread.h> to wxdbusconnection.cpp Patch normal FileZilla Client fixed
Description

On Mac OS X 10.9 FileZilla fails to build, throwing the following error:

wxdbusconnection.cpp:69:69: error: use of undeclared identifier 'pthread_self'
        bool CalledFromThread() const { return !pthread_equal(m_parent_id, pthread_self()); }
                                                                           ^
wxdbusconnection.cpp:123:16: error: use of undeclared identifier 'pthread_self'
        m_parent_id = pthread_self();
                      ^
2 errors generated.

The attached patch adds

#include <pthread.h>

to src/dbus/wxdbusconnection.cpp which seems to solve the problem.

See also https://trac.macports.org/ticket/41832 for the original report.

#2215 add "su" dialog for sftp Feature request normal FileZilla Client rejected
Description

Hi,

when root login is disabled in the remote ssh server sshd_config (PermitRootLogin no) you need the "su" command to get access to folders which need root privileges. As you can't login as root, you can't d/l with the "download as" dialog for obvious reasons. Please implement an "su" (substitute user) dialog.

Thanks for this great program

michaah

#2974 add "skip empty directories" function Alexander Schuch Feature request normal FileZilla Client
Description

if somewhere there could be the option to skip empty directories (global or per site), i think that feature would be appreciated.

#4514 accents in french not recognised now Bug report low FileZilla Client rejected
Description

When I try to open a file without accent, there is no problem. When a folder has an accent, it's possible to go as far as the file required, but then it becomes impossible to take it from the FTP to open it. When I use internet Explorer 8, there is no problem. But when I use Filezilla I get the message 550/data/Administration/information ÃlÃ"ves (this represents élèves in French)

#640 about of 2.2.6 still says (C) ..-2003 Bug report normal Other
Description

(C) year needs to be bumped to 2004 ;-)

#10569 about dialog error src/interface/xrc_helper.h(35): assert "c" failed in xrc_call() Bug report low FileZilla Client worksforme
Description

Annoying only! Everything else seems to work fine. Continuing evan shows the about dialog...

FileZilla Client


Version: 3.11.0.2

Build information:

Compiled for: x86_64-unknown-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2015-06-27 Compiled with: gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.2.11 SQLite: 3.8.2

Operating system:

Name: Linux 3.13.0-55-generic x86_64 Version: 3.13 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 Settings dir: /home/johns/.filezilla/


In about dialog: ../../../src/interface/xrc_helper.h(35): assert "c" failed in xrc_call().


Working Copy Root Path: /home/johns/Compile/filezilla URL: https://svn.filezilla-project.org/svn/FileZilla3/trunk Relative URL: /FileZilla3/trunk Repository Root: https://svn.filezilla-project.org/svn Repository UUID: ce1b9ea0-41a8-11dc-9b12-cb80f3b22977 Revision: 6792 Node Kind: directory Schedule: normal Last Changed Author: codesquid Last Changed Rev: 6792 Last Changed Date: 2015-06-26 04:11:53 -0400 (Fri, 26 Jun 2015)


ASSERT INFO: ../../../src/interface/xrc_helper.h(35): assert "c" failed in xrc_call().

BACKTRACE: [1] _Z8xrc_callI12wxStaticTextIRK8wxStringEIRS1_EEvR8wxWindowPKcMT_FvDpT0_EDpOT1_ /home/johns/Compile/filezilla/compile/src/interface/../../../src/interface/xrc_helper.h:35 [2] CAboutDialog::Create(wxWindow*) /home/johns/Compile/filezilla/compile/src/interface/../../../src/interface/aboutdialog.cpp:114 [3] CMainFrame::OnMenuHelpAbout(wxCommandEvent&) /home/johns/Compile/filezilla/compile/src/interface/../../../src/interface/Mainfrm.cpp:1636 [4] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const [5] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) [6] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) [7] wxEvtHandler::TryHereOnly(wxEvent&) [8] wxEvtHandler::ProcessEventLocally(wxEvent&) [9] wxEvtHandler::ProcessEvent(wxEvent&) [10] wxWindowBase::TryAfter(wxEvent&) [11] wxEvtHandler::SafelyProcessEvent(wxEvent&) [12] wxMenuBase::SendEvent(int, int) [13] g_closure_invoke [14] g_signal_emit_valist [15] g_signal_emit [16] gtk_widget_activate [17] gtk_menu_shell_activate_item [18] g_closure_invoke [19] g_signal_emit_valist [20] g_signal_emit [21] gtk_propagate_event [22] gtk_main_do_event [23] g_main_context_dispatch [24] g_main_loop_run [25] gtk_main [26] wxGUIEventLoop::DoRun() [27] wxEventLoopBase::Run() [28] wxAppConsoleBase::MainLoop() [29] wxEntry(int&, wchar_t) [30] main /home/johns/Compile/filezilla/compile/src/interface/../../../src/interface/locale_initializer.cpp:98 [31] libc_start_main [32] _start

#2477 ability to turn-off UTF Feature request normal FileZilla Server
Description

Please let user - server administrator choose, if he wants Unicode (UTF) or not on his server. UTF brought us only problems with our Slovak national characters - we don't want and can't install any other special FTP clients. We need to use NetDrive and somewhere Total Commander - both of them shows bad characters now :(

#10526 ability to connect to FTP server depends on IP address Bug report normal FileZilla Client outdated
Description

Home network, three computers. Desktop computer with FTP server connected to router via a wired connection. Two laptop computers with Filezilla FTP clients connected to router via wireless connections; one runs Windows XP and an older Filezilla client, while the other runs Windows 7 and has the latest Filezilla client 3.11.0.2. Everything is DHCP.

Router dynamically assigned 192.168.0.101 to the desktop machine. Both laptop Filezilla FTP clients have entries in the Site Manager to connect to host 192.168.0.101. Both worked just fine for months and months.

Following a recent power outage, router dynamically assigned 192.168.0.100 to the desktop machine with FTP server. Site Manager on the Windows XP machine was updated to point to 192.168.0.100, and it works. Site Manager on the Windows 7 machine was updated to point to 192.168.0.100, but sometimes it works and sometimes it does NOT work. When it does NOT work, the router has assigned the Windows 7 laptop 192.168.0.101 (the previous address of the desktop FTP server). When it does work, the router has assigned the Windows 7 laptop some other IP, such as 192.168.0.103 (the most recent time it worked). When it fails, the messages are "Connecting to 192.168.0.100", "Connection timed out after 20 seconds of inactivity", and "Could not connect to server". The automatic retry yields the same set of errors. Meanwhile, the FTP server on the desktop machine shows no attempt to connect from another machine on the home network. And the Windows XP machine has absolutely no trouble connecting.

Speculation: something in Filezilla "remembers" that the FTP server used to be 192.168.0.101 (even though the IP was changed in the Site Manager), so when the router assigns 192.168.0.101 to the Windows 7 laptop, Filezilla tries to connect to "itself" and fails. When the router assigns 192.168.0.103 (or 102, or 104, or 105) to the Windows 7 laptop, everything works just fine.

I suppose I could learn how to configure the router so that it forces a particular IP onto a machine and that would get around the problem, but it sure looks like there is a bug in Filezilla.

#1995 ability to change file protection level Feature request normal FileZilla Server outdated
Description

should be a way to chaneg the file protection level of files o nthe server

#9547 a serious bug found in all of filezilla versions : ftpcontrolsocket.cpp(1865) Bug report normal FileZilla Client rejected
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.

#2423 a list of to be ignored file-types to be uploaded Feature request normal Other
Description

we should be able to have a list of to be ignored file-types to be uploaded (or even doenloaded), just to NOT clutter our servers with a local csv or svn download-repo.

#1575 a few small things Feature request normal Other
Description

Hi guys, great work

Here's a few things I noticed in the couple of hours I've been using the program and I'd like to see (preferably all implemented as options rather than as hard-coded settings)

  • is it possible to have the option to change the

double-clicking action on a local file? I do this and I expect to view it but FileZilla tries to upload it

  • can you make the file properties for transferred

files immediately update? When I upload/download the new file size is shown as 0 or ??. It would be better if it would automatically register the copied file's size

  • as someone else mentioned, sizes in bytes are good,

sizes in Mb are not very helpful

  • I would like to see an option for displaying the

password rather than showing . I am the only one using my machine at home and it is annoying trying to remember what the password was when I need to get the site details

  • a bug (I should mention it on the other page I

suppose...) The Host textbox on the site manager appears to be disabled-like. You cannot copy from it and the cursor does not blink when you focus on it.

  • the commands that FileZilla sends to keep the

connection alive could be shown in different color to the ones initiated by the user. For that matter, you could extend this to all the commands issued by the program

Thank a lot!

#433 [server]: mget Bug report normal Other
Description

I use the ftp client of solaris, and when I make a "mget *", it do not work. I must do "mget ." Why ???? korsani at (yeah, at) caramail dot (yeah, dot) com

#10829 [new feature] Option to copy URL with password Patch normal FileZilla Client fixed
Description

Hi, This patch is a modification proposal to add the option to include the password when copying an URL (mainly for FTP protocol).

The option has to be enabled by user, and before activation a security warning is of course shown.

I know this option can be seen as unsafe but, I really need it: I am dealing with 4-5 different FTPs all the day and I have to add password back manually each time I want to send a FTP link to one of my customer.

Modification are made on top of revision 7470. Main modification is the method FormatServer of CServer.

Warning: I am sorry but I did this patch without compiling and testing it, so next steps would be try to compile with it and to debug it.

If feature is approved, it should not be hard to debug it anyway, I am not bad in C/C++ but there will be obviously some bugs/typo as just added some piece of code with notepad in few files.

Julien

#11000 [gtk3] "Rename" gui issues when GTK_OVERLAY_SCROLLING=0 and there are scrollbars in the pane Bug report normal FileZilla Client worksforme
Description

using FileZilla package provided by my distribution, Fedora; it's compiled against GTK3 ...

GTK3 has a new "overlay scrolling" feature which makes it so that scrollbars aren't visible until you put the mouse over the pane. This feature can be turned off by setting the environmental variable GTK_OVERLAY_SCROLLING=0. I have turned the overlay scrolling off in this way.

in FileZilla, if GTK_OVERLAY_SCROLLING=0 and the pane has a scrollbar, the "Rename" function usually (if you try more than once, you will likely see the problem) does not produce the inline input box GUI (instead the file just remains highlighted). in reality, you can still rename the file by using the backspace button and typing characters, but you do so blindly as you can't see any of this is working (e.g. you can't see the characters you type) until you press enter and the filename is in fact changed.

#2041 [filezilla server]ability to add user's to more then 1 group Alexander Schuch Feature request normal FileZilla Server
Description

I currently use serv-u because you can setup groups for different area's of your ftp and just add the gorup to the user's you want to access the restricted area's. Currently its impossible in filezilla to add a user to more then 1 restricted section.

#668 [feature] Export SiteManager setting also Bug report normal Other
Description

Whow... i reinstalled filezilla after upgrading my pc... and expected when i exported all the settings (edit->export settings) that also all the sitemanager servers would be copied...

mmm... lost them...

maybe a good plan for a future realease to export these settings too?

Thanx! And keep up the really good work!

#5037 [Win7 x64] Client hang on getting list (not on Win XP) Bug report high FileZilla Client rejected
Description

Please read the following situation:

  • 2 PCs one with win7 x64 and one with XP Pro. x86
  • 1:1 FTP Config on both computers
  • more than 5 ftp servers, which work on both PCs

The Problem:

  • one ftp server (vsftpd) work only on Win XP !
  • one both computers ftp on browser works with this vsftpd ftp server...

That mean ftp://user:pw@host works

  • the problem occurs at different networks

So you see the problem is filezilla :(

Antwort: 230 Login successful. Befehl: OPTS UTF8 ON Antwort: 200 Always in UTF8 mode. Status: Verbunden Status: Empfange Verzeichnisinhalt... Befehl: PWD Antwort: 257 "/" Befehl: TYPE I Antwort: 200 Switching to Binary mode. Befehl: PASV Antwort: 227 Entering Passive Mode (192,168,4,101,108,36) Status: Vom Server gesendete Adresse für den Passiv-Modus ist nicht routingfähig. Passiv-Modus fehlgeschlagen. Befehl: PORT 141,70,82,221,195,127 Antwort: 200 PORT command successful. Consider using PASV. Befehl: LIST Fehler: Zeitüberschreitung der Verbindung Fehler: Verzeichnisinhalt konnte nicht empfangen werden

#10265 [Ubuntu only] Right clic when changing file/dir name = Freeze Bug report normal FileZilla Client outdated
Description

Every time I want to copy a file/dir name with "right clic->copy" it "freezes" filezilla just after I do right clic. After that, I can only kill the process using OS task killer.

It only tested it under Ubuntu (any version) and I can confirm that it doesn't happens under Windows. I'm using FileZilla 3.7.3 but the bug has been there for a long time.

#5103 [Suggestion] Queue improvement Feature request high FileZilla Client duplicate
Description

Add an possibility to manage (stop, pause, continue) individual elements on the queue list

#2206 [Server] Admin authorization from localhost as well Feature request normal FileZilla Server
Description

Currently, when connection to FZ Server's Admin Interface on the current machine (thus localhost) you never need enter the admin password; you always can connect.

On a machine where only the Administrator can log-in this isn't a big issue. But when several users use the same machine, they would all have the possibility to connect to

FZ Server's Admin Interface without restriction, since

they all obviously connect from localhost. Of course, this is quite a security risk. (Depending on how much you trust your users :)

So therefor my request: either remove the no-password- login from localhost, or add the option that one *always* has to authorize with a password when connecting to the Admin Interface, even from localhost.

#1373 [Security] Passwords saved as plain text Feature request normal FileZilla Client rejected
Description

Originally reported on Launchpad.net: https://launchpad.net/bugs/202114

(sections are individual comments) ============

Passwords saved as plain text in ~/.filezilla/sitemanager.xml for fielzilla 3.0.0-0ubuntu1 on gutsy.

Password should be stored encrypted so that it is more protected to abuse.

============

The .filezilla directory itself is mode 700, so no one can read the plaintext passwords. That said, it would be a good idea for filezilla to use the Gnome Keyring instead of storing plain text passwords.

============

Confirmed on Hardy (filezilla 3.0.7.1-0ubuntu2)

#4536 [SOLVED] ECONNABORTED Other normal FileZilla Client invalid
Description

Re my ticket [FileZilla] #4529: ECONNABORTED.

Plesase note that

  1. Same problem occurs on completely different sites.
  2. I have performed  http://ftptest.net test on "bad" client and the result of the test is OK
  3. I have looked at other tickets showing same problem.
  4. I have reverted client to version 3.2.3.1 and it is now working fine !

This product is "superb". Please take this problem as yours and solve it if you can in a future version or give advice to users on how to solve it there end.

Until then, I will stay with 3.2.3.1.

Yours sincerely. Jean-Pierre Bloch France

#10623 [REGRESSION] Site manager window is huge and cannot be resized Bug report normal FileZilla Client outdated
Description

I opened the Sites Manager.

The window is ridiculously tall, as you can see from the screenshot. It even exceeds the height of the screen, though fortunately the buttons are accessible (but what if my screen had been smaller?!?)

What is much worse, the window CANNOT BE RESIZED.

I tried to resize in the standard way as you do in Ubuntu. The resizing cursor does appear when you hover the mouse over the upper borders or corners of the window (the lower ones are outside the screen; note that if you were on mac you could only resize the window from the bottom), but clicking and dragging doesn't resize the window as expected.

This issue has appeared after I upgraded from Ubuntu 14.04 to 15.04 (through 14.10). So this is a regression somewhere between whatever version was distributed with 14.04 and whatever version is distributed with 3.9.0.5

#11478 [PATCH] Use reverse-DNS style AppStream ID Patch normal FileZilla Client rejected
Description

AppStream IDs are required to use the reverse-DNS style, e.g. "org.filezilla-project.Filezilla". I'm attaching a patch that accomplishes that.

Relevant section of the AppStream spec: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent


On a practical note, having a non-rDNS-style AppStream ID is problematic for users of GNOME Software and KDE Discover (and other similar software center apps) when Filezilla is available from their distros' packages as well as Flathub--which correctly enforces rDNS-style AppStream IDs. If the AppStream IDs don't match between these sources, then the software centers can't de-duplicate them and users confusingly see two entries when they search for FileZilla. Standardizing on the rDNS-style ID eliminates this problem (in addition to conforming to the spec).

#5063 [PATCH] FileZilla not waiting for server reply before upload (starts too early) Patch normal FileZilla Client rejected
Description

FileZilla Client 3.3.0.1 issuea a STOR doesn't wait for the FTP server to send a reply (assumes positive) and starts sending the selected file immediately after the STOR command. Wireshark dump available, if needed. This patch should fix this issue, but I'm warning: I didn't compile FileZilla after patching (too old system), so I don't know if it compiles (should) or works. Even if it doesn't, I hope it will "push" you in the right direction. Check if this could fix the "file uploaded, but zero length" series of bugs.

#9048 [PATCH] Directory listing fails for dates in October and server locale=PL Patch normal FileZilla Client fixed
Description

FileZilla Client: 3.7.3 Protocol: SFTP Server type: Unix Problem: a directory listing in Polish server locale fails when the returned dates are in the month October and in the "short-month-name day hour:minute" form, e.g. -rw-------. 1 owner group 345306 paź 14 21:17 file-name FileZilla Client will see this object as a file named "paź 14 21:17 file-name" with no date/time assigned. You can't download such file or browse to such directory, because the name FileZilla shows and uses doesn't actually exist on the server. The reason for this is the Polish "ź" letter in the "paź" word (which is Polish for "Oct"). FileZilla doesn't seem to recognise the encoding. Changing the encoding in FileZilla doesn't help. Changing the server type in FileZilla doesn't help either. Possible solutions:

  • use listing that displays dates in a predefined format, e.g. YYYY-MM-DD, if possible,
  • allow the user to specify the command to use for listing, if possible,
  • add the problematic character to the codes to have it recognised.

The patch that will be attached to this ticket adds support for ISO-8859-2 and UTF-8 encodings for the letter and additionally adds the sequence that the particular problematic server sent. Tested, works.

#8725 [Just updated to newest!] This crash every time I try to connect to a server Bug report high FileZilla Client duplicate
Description

Process: filezilla [1452] Path: /Applications/FileZilla.app/Contents/MacOS/filezilla Identifier: de.filezilla Version: 3.7.0.2 (3.7.0.2) Code Type: X86 (Native) Parent Process: launchd [145] User ID: 502

Date/Time: 2013-06-03 10:17:47.665 -0700 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 10

Interval Since Last Report: 77689 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 233 sec Per-App Crashes Since Last Report: 4 Anonymous UUID: 324CD4B5-6950-DC1C-359E-3A40554C95DC

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000043

VM Regions Near 0x43: --> PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/FileZilla.app/Contents/MacOS/filezilla

TEXT 0000000000001000-00000000006b3000 [ 6856K] r-x/rwx SM=COW /Applications/FileZilla.app/Contents/MacOS/filezilla

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_c.dylib 0x950a59df memmove$VARIANT$sse42 + 34 1 de.filezilla 0x001a98f1 CCertificate::CCertificate(CCertificate const&) + 337 2 de.filezilla 0x0011c802 CState::SetSecurityInfo(CCertificateNotification const&) + 386 3 de.filezilla 0x00077832 CMainFrame::OnEngineEvent(wxEvent&) + 1154 4 de.filezilla 0x0048d363 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 131 5 de.filezilla 0x0048dad1 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 113 6 de.filezilla 0x0048de9f wxEvtHandler::ProcessEvent(wxEvent&) + 207 7 de.filezilla 0x0048dd0b wxEvtHandler::ProcessPendingEvents() + 123 8 de.filezilla 0x004223d9 wxAppConsole::ProcessPendingEvents() + 105 9 de.filezilla 0x00487152 wxMacProcessNotifierAndPendingEvents + 34 10 de.filezilla 0x00334042 wxApp::MacHandleOneEvent(void*) + 50 11 de.filezilla 0x0033486b wxApp::MacDoOneEvent() + 123 12 de.filezilla 0x0034c563 wxEventLoop::Dispatch() + 35 13 de.filezilla 0x003bdbb8 wxEventLoopManual::Run() + 136 14 de.filezilla 0x003aa463 wxAppBase::MainLoop() + 83 15 de.filezilla 0x00453290 wxEntry(int&, wchar_t) + 160 16 de.filezilla 0x00036e28 main + 24 17 de.filezilla 0x00002476 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x9889f9ae kevent + 10 1 libdispatch.dylib 0x91d63c71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x91d637a9 _dispatch_mgr_thread + 53

Thread 2: 0 libsystem_kernel.dylib 0x9889f0ee workq_kernreturn + 10 1 libsystem_c.dylib 0x950bd0ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x950bce79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x950a4d2a start_wqthread + 30

Thread 3: 0 libsystem_kernel.dylib 0x9889f0ee workq_kernreturn + 10 1 libsystem_c.dylib 0x950bd0ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x950bce79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x950a4d2a start_wqthread + 30

Thread 4: 0 libsystem_kernel.dylib 0x9889c826 semaphore_timedwait_trap + 10 1 com.apple.CoreServices.CarbonCore 0x94c81810 MPWaitOnSemaphore + 106 2 de.filezilla 0x0048563b wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x004856f4 wxSemaphore::Wait() + 36 4 de.filezilla 0x00485a1d wxConditionInternal::Wait() + 45 5 de.filezilla 0x001ce707 CSocketThread::Entry() + 263 6 de.filezilla 0x001d6026 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00486c60 wxThreadInternal::MacThreadStart(void*) + 96 8 com.apple.CoreServices.CarbonCore 0x94c81a7b PrivateMPEntryPoint + 68 9 libsystem_c.dylib 0x950ba5b7 _pthread_start + 344 10 libsystem_c.dylib 0x950a4d4e thread_start + 34

Thread 5: 0 libsystem_kernel.dylib 0x9889f0ee workq_kernreturn + 10 1 libsystem_c.dylib 0x950bd0ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x950bce79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x950a4d2a start_wqthread + 30

Thread 6: 0 libsystem_kernel.dylib 0x9889f0ee workq_kernreturn + 10 1 libsystem_c.dylib 0x950bd0ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x950bce79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x950a4d2a start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x02c3ad00 ebx: 0x001a97ae ecx: 0x0000000f edx: 0x0000003d edi: 0x02c3ad00 esi: 0x00000043 ebp: 0xbffff8a8 esp: 0xbffff8a0

ss: 0x00000023 efl: 0x00210206 eip: 0x950a59df cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x00000043

Logical CPU: 4

Binary Images:

0x1000 - 0x6b2ff3 +de.filezilla (3.7.0.2 - 3.7.0.2) <D3A154DC-66CF-E9C0-77A1-8C24A5498EF8> /Applications/FileZilla.app/Contents/MacOS/filezilla

0x89a000 - 0x9b9ffb com.apple.WebKit (8536 - 8536.28.10) <C181C3FB-91E3-38AB-A709-6B61935B3AD8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0xa6a000 - 0x16fdffb com.apple.WebCore (8536 - 8536.28.10) <AA738A8C-808D-302A-B58D-404C58075C45> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore

0x2a00000 - 0x2abeff3 ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x2b02000 - 0x2b03ffd com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x2f78000 - 0x2f85ff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x2ff4000 - 0x2ff8fff com.apple.CommonCocoaPanels (4.0 - 16) <7676B15F-69E2-39D2-9F35-9D2959A99079> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels 0x63d0000 - 0x63d7ffc com.apple.AppleGVAHW.component (1.1 - 1) <5DB91F15-3FD3-308F-8FC5-662562F3EA78> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW 0x9ef7000 - 0x9ef8ffd com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/DictationServicesCore.framework/DictationServicesCore 0x9fb7000 - 0x9ff1fff com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.24) <1E9A8E7C-A9FD-34FD-AB7C-C3784BAB821F> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0xb618000 - 0xb629ff7 com.apple.FCP Uncompressed 422.component (2.0.1 - 5757.41) <B7A08A5D-EEF4-3FCE-B9E4-B3828C5A32FC> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422 0xb62e000 - 0xb661ff7 com.apple.AppleAVCIntraCodec (2.1 - 6010.16) <DE2D1FF9-DAD0-32A1-A3A1-236E7007FDA1> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCodec 0xb66d000 - 0xb6f4ff7 com.apple.AppleProResCodec (3.0.3 - 5758.41) <14F2114C-6713-333D-B8A3-8C7FB5E5E066> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec 0xb733000 - 0xb770ff3 com.apple.DVCPROHDCodec (2.0.1 - 5708) <A7A316BF-4EC5-366E-AAAE-A3D337FE50C8> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec 0xb780000 - 0xb7a1fe7 com.apple.AppleIntermediateCodec (2.0.1 - 5718) <A16F6FC6-BC4B-3E05-8340-840D64CE277C> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0xb7b0000 - 0xb7c6ffb com.apple.IMXCodec (2.0.1 - 5708) <BCCDCFDE-527B-3634-ABB9-E8588C91E407> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec 0xb7d8000 - 0xb7f0ff2 com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0xc8f2000 - 0xc93bfff com.apple.AppleVAH264HW.component (3.0 - 3.0) <FDF1C720-ED0E-323E-BA44-21423DE18D61> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0xc9ff000 - 0xcb4afff com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <103CBDDD-E0C2-3B62-923B-AA46F2AB3CD7> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA 0xcb66000 - 0xcc03fff com.apple.AppleHDVCodec (2.0.3 - 5905.97) <24C4772E-1256-39E3-9E56-0223C2FFE080> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec 0xcc1f000 - 0xcc2dfff com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <21036C5A-1951-38F3-9C86-0CED7F3094B0> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0xd0fb000 - 0xd0feff7 +net.culater.SIMBL.osax (0.9.9 - 0.9.9) <FB5B987E-B3AE-8F9B-7BAE-2C635D76A7F2> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL 0xd13f000 - 0xd15aff2 +net.infinite-labs.Afloat (2.4 - 2.4) <0ED0D3E7-6049-3AF8-91B6-D9228B870DCE> /Users/USER/Library/Application Support/SIMBL/*/Afloat.bundle/Contents/MacOS/Afloat

0x8fe23000 - 0x8fe55e57 dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld 0x90007000 - 0x90012fff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x900c1000 - 0x900c1fff com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x900c5000 - 0x900eefff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x900ef000 - 0x90174ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x9020d000 - 0x90222fff com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x90223000 - 0x90250ffb com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x90251000 - 0x9035cff7 libJP2.dylib (849) <B2D0E844-C390-376C-91D9-F3501B5C7A83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x9039a000 - 0x903dcff7 libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib 0x903dd000 - 0x90427ff7 com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x90428000 - 0x9046cff7 libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9046d000 - 0x904dcffb com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x904dd000 - 0x9091fff3 com.apple.CoreGraphics (1.600.0 - 331.0.4) <BC041647-FB5A-3D07-A253-F3D34E25BF6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x909c2000 - 0x90a24fff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib 0x90a25000 - 0x90a28ffc libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x90a29000 - 0x90e46fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x90e47000 - 0x90e53ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x90e54000 - 0x90ea0fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x90ea1000 - 0x90ea5ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x90ea6000 - 0x90ffeffb com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x90fff000 - 0x9100fff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91010000 - 0x91010fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x91011000 - 0x910e5ff3 com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x910e6000 - 0x910f4fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x910f5000 - 0x91211ffb com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x91307000 - 0x91383ffb libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x91b24000 - 0x91bcefff com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x91bcf000 - 0x91ccdff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x91cce000 - 0x91d1dff6 libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91d1e000 - 0x91d54ffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x91d55000 - 0x91d5cfff libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib 0x91d5f000 - 0x91d71ff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x91d72000 - 0x91db4ff7 libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib 0x91db5000 - 0x91f2dff5 com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x91f2e000 - 0x921eeff3 com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x92421000 - 0x925aaff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x925ab000 - 0x925f0ff7 com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x925f1000 - 0x925f2fff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x925f3000 - 0x925fcfff com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x92657000 - 0x92660fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x926a2000 - 0x926c7ffb com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x926d2000 - 0x926ebfff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x92712000 - 0x92715ffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib 0x92720000 - 0x92729ffd com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9272a000 - 0x92737ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x92738000 - 0x9275cfff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x9275d000 - 0x92af0ff3 com.apple.MediaToolbox (1.0 - 926.87) <F3623474-03AD-3A7F-8BD1-46A44A12E74E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x92af1000 - 0x92b8cfff com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x92b8d000 - 0x92d49ffd libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib 0x92d4a000 - 0x92d58ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x92d59000 - 0x92d5dfff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x92d8e000 - 0x92de8fff com.apple.Symbolication (1.3 - 93) <A839CFC2-F870-3652-B353-15A55D88F88D> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x92e72000 - 0x92fadff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92fae000 - 0x92fbcff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x92fd7000 - 0x9301fff5 com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x93020000 - 0x9304aff9 com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <69AD5C5E-14A2-3E2B-AE28-2C7A7E4F5D0A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x93091000 - 0x93097fff libGFXShared.dylib (8.7.25) <4268BFAF-4529-3B40-A8B9-66F176AC20CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x9309b000 - 0x9309cffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9309d000 - 0x930bafff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib 0x930c1000 - 0x93129ff7 com.apple.framework.IOKit (2.0.1 - 755.22.5) <F9A70D23-1108-3616-9DE3-6C5730CA7AB2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x9312a000 - 0x93192fe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x93193000 - 0x931eaff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x93239000 - 0x9323bffc com.apple.QuickTimeH264.component (7.7.1 - 2599.24) <54598D54-DBFC-3EA1-9712-05F4052A79E2> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x9323c000 - 0x93243ffe com.apple.agl (3.2.1 - AGL-3.2.1) <D0A9B878-7F1F-3210-B6AF-91D2DBEFF21B> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x93244000 - 0x93244fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib 0x93245000 - 0x9324ffff libCSync.A.dylib (331.0.4) <71A7B331-C8A2-322C-AFB0-062EE9C3B848> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x93250000 - 0x9329effb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x9329f000 - 0x932c1fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x932c6000 - 0x933b7ffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib 0x933b8000 - 0x933c4ffa com.apple.CrashReporterSupport (10.8.3 - 417) <A4A45B14-8992-3739-82BC-3C5E5C2686F9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x933c5000 - 0x933fafff libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x9343b000 - 0x93652fff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x93653000 - 0x9365bfff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x9369f000 - 0x936b6ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x936b7000 - 0x936b7ffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x9378f000 - 0x9378ffff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93790000 - 0x937eeff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x937ef000 - 0x9382afef libGLImage.dylib (8.7.25) <6C0B2148-032A-3911-AB21-2E07606E3D9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9382b000 - 0x93831fff com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93aa4000 - 0x93bb4ff3 com.apple.QuickTimeImporters.component (7.7.1 - 2599.24) <3DBEE5E4-4C40-3390-8405-0D9E271084B2> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x93bb5000 - 0x93e0eff8 com.apple.JavaScriptCore (8536 - 8536.28.10) <B02A662A-7DE6-3C9D-AB08-AA746D48FF2B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x93e0f000 - 0x93e56ff3 com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x93e57000 - 0x93e59ffb libRadiance.dylib (849) <EAF7C74F-2A71-3A07-82E1-4FADEAFCF201> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x93e5a000 - 0x94256feb com.apple.VideoToolbox (1.0 - 926.87) <D6460276-E1CF-317D-B32F-80EAE916168C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x94286000 - 0x94669fff com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9466a000 - 0x94719ff7 com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x9471a000 - 0x9471dff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib 0x9471e000 - 0x94731ff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x94732000 - 0x94865ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x94866000 - 0x949b4fff com.apple.CFNetwork (596.3.3 - 596.3.3) <EC7EF37B-B00E-374D-9E8F-E4E22D741059> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x949b5000 - 0x94a55ff7 com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x94a56000 - 0x94aeefff com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x94bd1000 - 0x94bd3fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x94bd4000 - 0x94beafff com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x94beb000 - 0x94ef0ff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x94ef1000 - 0x94f33ffb com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x94f34000 - 0x94ff2ff3 com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x94ff3000 - 0x9506fff3 com.apple.Metadata (10.7.0 - 707.5) <F2BC2AB4-A87A-3D37-A496-AC21EF3E1244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x95070000 - 0x95077ffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib 0x950a4000 - 0x95161feb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib 0x95164000 - 0x951bfff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x95219000 - 0x95302ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x95303000 - 0x95321ff3 com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x95322000 - 0x953b4ffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x953b5000 - 0x953bfffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x953c0000 - 0x960f8fff com.apple.QuickTimeComponents.component (7.7.1 - 2599.24) <51BE2DF8-7B3B-36F5-8860-50071A8702E4> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x960f9000 - 0x96150ff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x963bf000 - 0x96f7bff7 com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96f7c000 - 0x96fa0fff libJPEG.dylib (849) <CD42C17E-6B13-35BE-B585-9AE69CEA534F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x96fa1000 - 0x96fb3fff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib 0x9711e000 - 0x973c1ff3 com.apple.CoreImage (8.2.4 - 1.0.1) <BA4EE8D7-FE72-3CC3-801F-B69D8A8B426F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x973c2000 - 0x973defff libPng.dylib (849) <BF2CB6F5-A2F1-35A4-93F7-ACA6D7F02084> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x973df000 - 0x97459ff3 com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x97465000 - 0x97519fff com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x9751a000 - 0x97574ffb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x97577000 - 0x97895ff3 com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x97896000 - 0x97899ff9 libCGXType.A.dylib (331.0.4) <981B13D6-4E8B-3468-92D3-FE436B48C0DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x9789a000 - 0x9789bffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x9789c000 - 0x978a8ff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x978a9000 - 0x978b8fff libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x978b9000 - 0x978d9ffd com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x978da000 - 0x978e4fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x978e5000 - 0x979f2ff3 com.apple.ImageIO.framework (3.2.0 - 849) <B34C2380-51F6-38B1-BB6C-C2E5185D90EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x979f3000 - 0x979ffffe libkxld.dylib (2050.22.13) <ED37AAAA-B1C0-3ADF-A897-3D580A845843> /usr/lib/system/libkxld.dylib 0x97a00000 - 0x97a01fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib 0x97a5a000 - 0x97a5afff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x97a5b000 - 0x97a72fff com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x97a73000 - 0x97c5bffb com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x97c5c000 - 0x97c5effd libCVMSPluginSupport.dylib (8.7.25) <C8FC6227-5209-3138-89CD-03CAD11F3EC3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x97c72000 - 0x97c8ffff libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib 0x97c90000 - 0x97d9d057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib 0x97d9e000 - 0x97dddff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x97dde000 - 0x97de2ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x97de3000 - 0x97e08ff7 com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x97e09000 - 0x97e6ffff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x97e70000 - 0x97f27ff3 com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.24) <E79C5B16-E004-33C2-B5C0-17AD66F283E3> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x97f5e000 - 0x97fb9fff com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x97fba000 - 0x97fc1fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x97fc2000 - 0x98010ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x98011000 - 0x9803effe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x9803f000 - 0x98157ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x98158000 - 0x9816dfff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9816e000 - 0x9816efff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9816f000 - 0x98527ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x98814000 - 0x98889ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x9888a000 - 0x988a4ffc libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib 0x98936000 - 0x98938fff com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x98939000 - 0x98bb5ff7 com.apple.QuickTime (7.7.1 - 2599.24) <5B1CA228-A6B3-39DF-A5CC-F981E59DAD1D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x98bb6000 - 0x98bbafff com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x98cca000 - 0x98cceffc libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x98ccf000 - 0x98ccffff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x98cd7000 - 0x98cf4ff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib 0x98f9f000 - 0x98fa9fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x98faa000 - 0x98fd3ff7 libRIP.A.dylib (331.0.4) <FE496AFC-420A-3712-BC79-FC8C63ADB73D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x98fd4000 - 0x990ccff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib 0x990cd000 - 0x990ecff3 com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x99125000 - 0x99189fff com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x9918a000 - 0x99193ff9 com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x99194000 - 0x9922bff7 com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x99b4d000 - 0x99bb1ff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib 0x99c0d000 - 0x99c11fff com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x99c12000 - 0x99c13fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x99c14000 - 0x99c40ff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib 0x99c41000 - 0x99c72fff com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x99c73000 - 0x99c73fff libSystem.B.dylib (169.3) <F479E729-89C7-3B4C-9731-678EB673A861> /usr/lib/libSystem.B.dylib 0x99c74000 - 0x9a300ff3 com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x9a301000 - 0x9a30ffff com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9a310000 - 0x9a310ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9a337000 - 0x9a337fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x9a338000 - 0x9a339fff libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib 0x9a33a000 - 0x9a341ff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x9a342000 - 0x9a375ffb com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x9a6f0000 - 0x9a6f3fff com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9a6f4000 - 0x9a6f5fff libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib 0x9a6f6000 - 0x9a6f7fff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x9a6f8000 - 0x9a739ff7 com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D9479FFE-2D79-373C-9F73-E746664ACD5C> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x9a748000 - 0x9a74bff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x9a74c000 - 0x9a74cfff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 2 thread_create: 0 thread_set_state: 0

Calls made by this process:

task_for_pid: 0 thread_create: 0 thread_set_state: 0

Calls made by all processes on this machine:

task_for_pid: 1470 thread_create: 1 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=185.9M resident=134.2M(72%) swapped_out_or_unallocated=51.7M(28%) Writable regions: Total=156.1M written=6272K(4%) resident=34.2M(22%) swapped_out=0K(0%) unallocated=122.0M(78%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 33.0M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 10.0M CG raster data 56K CG shared images 192K CoreServices 3980K IOKit 8K MALLOC 84.1M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=249 264K Memory tag=35 4856K Stack 67.0M VM_ALLOCATE 16.2M DATA 10.4M DATA/OBJC 200K IMAGE 528K IMPORT 16K LINKEDIT 39.0M OBJC 1792K OBJC/DATA 72K PAGEZERO 4K TEXT 147.0M UNICODE 544K mapped file 89.1M shared memory 308K =========== ======= TOTAL 508.4M TOTAL, minus reserved VM space 508.4M

Model: MacBookPro8,3, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.4 GHz, 8 GB, SMC 1.70f5 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.16) Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE HDD HTS727575A9E362, 750.16 GB Serial ATA Device: MATSHITADVD-R UJ-8A8 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 9 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4 USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

#2070 [FilleZilla Server] File disallow Feature request normal FileZilla Server
Description

There should be a way in FilleZilla Server to specify (in both per-group and per-user) what kind of files to disallow (like the administrator can disallow *.mp3;*.mp4 for example).

#1988 [FileZilla Server] Enhance I18N for better L10N Feature request normal FileZilla Server
Description

Hi !

It appears that some strings are harcoded in the code of the filezilla server interface and in the Filezilla Server Service code.

Would it be possible to move them to the .rc in order to allow a full Localization only by modifying resources ?

In a second time, would it be possible to store resources in an external dll or res file (with regional information embedded in the name). That would allow to change only the localization appart from the rest of the application.

Thanks !

#2123 [FileZilla Server] Delayed Connect of the Interface Feature request normal FileZilla Server
Description

Hi,

at first: great Tool! :)

The Problem:

I'm starting the serverinterface with 'autorun' on windows-start. Often, the interface starts earlier than the service is available. Today, I open the interface and do a "Connect to server.." manually.

A feature like "Delayed server connect" will be a solution.

Thanks.

#2094 [FileZilla Server] CHMOD Support Feature request normal FileZilla Server outdated
Description

It would be great if Filezilla server could support the chmod! Thanks!

#7231 [Feature request] remote compression/decompression Feature request normal FileZilla Client rejected
Description

Please add to the next version of Filezilla client a possibility to remote compress/decompress files.

This possibility would improve file transfers

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

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

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

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

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

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

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

On" "Retrieving Settings" etc.)

Can you please put this strings as localizable ressources ?

Thanks and regards,

#889 [FZ Server] LIST command failure when in alias'd directory Bug report normal FileZilla Server
Description

After connecting to FZS (from every non-gui client I've tried), and I change directory to an alias'd directory, when attempting to use the command "dir *.zip", no files are viewed. When doing the straight "dir", it retrieves all files and directories. If I'm in my home directory, it works fine. All flags are turned on for the directory that's aliased.

Can't think of anything else that could be going wrong.

If I set the alias directory as my home directory, it

works fine (ruling out any permissions problems).

Running Win2k, using FZS 0.9.8 beta. If you need to know, I was using the ftp client built in to AIX. I also attempted using MS's FTP client localling on the same server and got the same thing (ruling out any network problems).

I went into debug mode and it states it's sending a LIST *.zip as expected, but the server isn't sending back anything.

#12629 [ERROR] Drag&Drop file from FileZilla Pro to XYplorer(Third Party Application) Bug report high FileZilla Client worksforme
Description

I used xyplorer(third party application) instead of windows explorer Not too long ago, when drag & drop any file from filezill to xyplorer, it's success with no error. But! now, isn't working.

[Alert Error Dialog Message] Cloud not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the file into an Explorer window.

And, a directory is generated on the xyplorer window which name is 'fz3-16414476052330'

I hope to solve this problem, Please help me.

#2105 [Client] SSH Public/Private Key Authentication Feature request normal Other
Description

I use public/private key authentication on the servers I maintain, and the ones not maintained by me uses this scheme too, also mostly FTP is closed. So SFTP with public/private key authentication would be great!

#240 [CTRL]+C doesn't work in "Local Site"box Bug report normal Unknown
Description

Although [CTRL]+V does work in "Local Site" textbox (future combo box?) [CTRL]+C doesn't!

We are forced to use the mouse...

Please note that the Remote Site Combo box works perfectly...

Thanks.

#707 [CHMOD] No such file or directory Bug report normal Other
Description

Command: SITE CHMOD 777 /www/images/gallerie/Half-Life 2 & mods Response: 550 No such file or directory.

It's a bug when I trye to change chmod with the files attribues. It's do that with folder who have space or special letter in name folder.

Bug found in Filezilla v 2.2.8b !

P.S: Excuse my bad english, i am french.

AllanTK allantk@…

#10114 [BUG]: An settings does not saved on filezilla close Bug report normal FileZilla Client rejected
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!
#11574 [AVAST] FileZilla 3.32.0 macosx-x86_setup_bundled (MacOS:InstallCore-EY [PUP) Bug report critical FileZilla Client rejected
Description

Hello, I tried to install the latest version of FileZilla from FileZilla_3.32.0_macosx-x86_setup_bundled but this time Avast threw a warning.

Could somebody advice is this is false or the repository been hacked?

#3913 [3.1.4.1] "Quick jump" with numpad doesn´t work Bug report normal FileZilla Client fixed
Description

Hi,

I have a list with several folders like this: 00001 00002 00101 00102 ...

When the selection is at the first item, I can press "001" on the main keys to jump to the third item. Though, this doesn´t work when I use the numpad.

Lars

#3372 [3.0.5.2]Renaming folder seems not to update dir-cache Tim Kosse Bug report high Other
Description

When i right-click on a folder in remote-tree-view and choose "rename" i can rename the folder and the foldername in tree-view and list-view changes, but if clicking on the renamed folder in the tree-view still want's to open the folder with the old name.

Example:

  • folder name: cmpro_!cs
  • renaming it to cmpro as said above
  • clicking on cmpro in tree-view brings me

"550 Can't change directory to /htdocs/cmpro_!cs/: No such file or directory"

see complete log attached if helpful.

#3373 [3.0.5.2] No refresh after selecting "Show hidden files" Bug report normal Other
Description

I selected the first time the option "show hidden files" from the menu. got that alert saying it works only with ftp. But the remote view did not reload. Maybe this is not a bug, but would be helpful.

#3367 [3.0.5.1]Failed to set language to default system language Bug report normal Other
Description

If selecting Default system language in Settings and clicking on OK, alerts "Failed to set language to Default system language, using default system language". Interface is then always in english. Setting it directly to german works perfektly.

My Windows XP SP2 is a German one, with all patches installed. FZ 3.0.5.1

If i can somehow help and test some things on my system let me know as i don't know how you determind the system language.

#3368 [3.0.5.1] [german] Oeffnen -> Öffnen Bug report normal Other
Description

I don't know if that special character makes problems, but when right clicking on a local file in the popup menu there is a item called 'Oeffnen'. It's not wrong but normally 'Öffnen' should be used as other items('Löschen') also use special characters.

I don't know who maintenance the German translations, if there is no one i could do that.

#3362 [3.0.5-r1]FZ crashes when deleting more than one folder Bug report normal Other
Description

If selecting 2 or more folders on the server and then deleting them, gets filezilla to crash.

#3361 [3.0.5-r1]Dialog for uploading after editing file to small Bug report normal FileZilla Client
Description
  1. When editing a locale file this window pops-up, but it is to small, buttons are out of the window. (see screen)
  1. Can't turn that feature off, as far as i can see.
  1. "Finish editing"?? i just edit the local file, seems to me useless.

While writing this, the feature "edit"(local) stopped working completly, starting filezilla new does not help.

#485 [2.2.1a] 0 KB size files produced Bug report normal Other
Description

In multi connection mode, when transfering files there is often 0KB files transfered to the remote server. These are report as OK transfers when infact they have been corrupted.

#1471 [ 1167290 ] HELP FILE typo alert Patch normal Other
Description

I`ve changed "availabe" to "available" on the page "Quick Guide".

#1470 [ 1106937 ] Typo in uninstall dialog Patch normal Other
Description

This is a correction of typo in uninstall dialog

#7201 Zip, Ship, Unzip Feature request normal FileZilla Client wontfix
Description

Reopening - http://trac.filezilla-project.org/ticket/3870

Can we please do it for SSH connections? I think SSH protocol fully supports it.

There can be some detection logic which can enable this option if server side supports it.

#4304 Zip files are seen as directories by Filezilla client Bug report low FileZilla Client outdated
Description

If the files in the remote site are zip files, Filezilla see them as directories and the file transfer is failed.

#9219 Zip & unzip a file or folder Feature request high FileZilla Client duplicate
Description

Every time i need to login in my cpanel and compress/decompress a file or folder.

Is it possible to do the same thing with FileZilla client?

#480 Zero-length files transfer but stay in queue Bug report high Other
Description

My local machine is Windows 2000 running FileZilla 2.2.1a. Remote machine is RedHat Linux 9.0 with all latest patches.

I transfer a batch of files from local to remote. The zero-length files stay in the queue (though it looks like they actually transfer). This is a problem for two reasons:

1) The obvious wrong data

2) If I have, say, 10 simultaneous transfers, when I get to the 10th zero-length file, all other transfers stop.

#1768 Zend Encoded PHP File Detection Feature request normal FileZilla Client
Description

I posted this in the forum too before I found this feature suggest box. You can delete the forum post if you like.

I have never seen an FTP program that can do this before but if you could have yours auto detect zend encoded php files and maybe a checkbox in options to turn this feature on or off when the program comes to a file that is php extention it will read the first few bytes and decide whether or not it's zend encoded and then automatically upload it in binary format instead of ascii (like the rest of the non-encoded php files).

#4081 Zebra stripe the queued files Feature request normal FileZilla Client duplicate
Description

Pretty simple feature request. Title says it all.

#8490 Your guidelines Bug report high Unknown outdated
Description

I am new to all this I tried to transfer information from a Microsoft word file using your FTP system, but was floored on the first page, because your instruction details are different to the screens presented using your system In particular, your recommendation to go to Advanced is NOT on the screen presented to me I tried clicking on the Advanced button at top of screen, but this did not present the options your instructions suggested So I am still at step one Would appreciate your assistance Thanks Colin Farrell

#10220 Your Certificate is not Verified Bug report low FileZilla Server duplicate
Description

Downloaded your new updated version and am getting a big box that says your "Certificate is not Validated". Your certificate has expired. Valid from 10/7/13 to 10/7/14. Can't update my website because of the following error

"The signature was not verified"

#10221 Your Certificate is not Verified Bug report low FileZilla Server duplicate
Description

Downloaded your new updated version and am getting a big box that says your "Certificate is not Validated". Your certificate has expired. Valid from 10/7/13 to 10/7/14. Can't update my website because of the following error

"The signature was not verified"

#10222 Your Certificate is not Verified Jennifer Bug report normal Other rejected
Description

Downloaded your new updated version and am getting a big box that says your "Certificate is not Validated". Your certificate has expired. Valid from 10/7/13 to 10/7/14. Can't update my website because of the following error

"The signature was not verified"

#1197 Year bug Bug report normal FileZilla Server
Description

As searching in summary and resulting in 0 matches concerning this bug, I'm going to postit:

under windows server 2003 and Filezilla server v 0.9.20

all downloaded files appears with CurrentYear-1 in datetime file properties in ALL windows OSes

It's like FileZilla decrements the year number in one??

#3283 XML writing access error with multiple FZ instances Alexander Schuch Bug report normal Other
Description

I'm on Ubuntu Gutsy and I'm using filezilla client. I noticed that when you activate the option in Ubuntu to drag the windows with Ctrl + click then in Filezilla the selection of a file using Ctrl + click will not work. The option can be activated with System -> Preferences -> Windows

also on windows if you run more than one filezilla instances it will give you a xml writing access error.

#3291 XML write error when closing multiple instances Tim Kosse Bug report high FileZilla Client
Description

OS: Windows XP SP2 FileZilla version: 3.0.1 Repeatable: Always

Description of problem: If you close multiple copies of Filezilla quickly or simultaneously, you get an error.

Steps to repeat:

  1. Open two instances of Filezilla. You do not need to connect to any sites. Opening the application is enough.
  1. Close them quickly. The easiest way to do that is to Ctrl-click each button on the task bar for each instance of FileZilla, then right-click and Close Group.
  1. You should get two errors:
  2. "Failed to create backup copy of xml file"
  3. "Failed to copy the file '%appdata%\FileZilla\filezilla.xml' to '%appdata%\FileZilla\filezilla.xml~' (error 32: the process cannot access the file because it is being used by another process.)"

[Note that %appdata% above means the path to the user's Application Data folder.]

It looks like an error with filename collision for temporary files.

#558 XML should be auto ASCII Bug report normal Other
Description

XML files should be transfered as ASCII by default.

See [ http://courses.wccnet.org/computer/mod/na36c. htm ].

#4705 XML output security risk Feature request normal FileZilla Client rejected
Description

This ones easy to describe. I noticed today on outputting my FTP accounts that you store the password information in the XML file. Great idea, very convenient, but due to the fact that it's not encoded, it's a very easy step for people to take to grab your passwords, especially considering that in the program, the pass input field is all dots to protect the user.

Steps:

  1. File>Export
  2. Save XML document
  3. Open document, notice in the <pass> tag, your password is there for the world to see... or at least users of your computer.
#319 XML list are not imported into Queue Bug report normal Other
Description

On Windows 2000 the lists exported from the Queue are then not imported back. This seems to be present in version 2.1.6 and 2.1.7. It worked in version 2.1.4

The XML file is generated properly and its contents are easily browsed in IE.

#1725 XML for FZ Server to run as Service Feature request normal Other
Description

(I posted this in the public FZ forum some time ago, but there was no reply, so maybe this is a better location).

Thanks for FileZilla and the new XML storage for the FTP client.

Would it be posible to store users and settings for FileZilla Server in an XML format as well?

I would like to run FileZilla server as a service on my web server. But because the users are stored in the registry (hkey local user) it means that it does not run properly unless I am logged in.

If the settings were not stored in the registry this problem would not occur.

Also an XML file would make it very easy to create a web-based configuration console to manage the server.

#5170 XML file not loaded Bug report high FileZilla Client rejected
Description

Im using latest Filezilla 3.3.1 version

When i open the filezilla ftp client, it shows the following error.

"http://..../filezilla.xml not loaded The XML file is not well-formed. Error Reading end tag"

Please advice me on this.


Thanks Dinesh http://www.nkdweb.com

#10533 XML error pop-up everytime while connecting to any server or ftp. Bug report high FileZilla Client rejected
Description

Hi,

I am facing this error since the latest update, everytime i connect to sever it displays XML error

First Pop-up { Title : Error Writing XML File Content : Could Not Write "C:\Users\Administrator\AppData\Roaming\FileZilla\recentservers.xml" : Failed To Write. }

Second Pop-up {

Title : FileZilla Error Content : 10:53:46 AM: can't open file 'C:\Users\Administrator\AppData\Roaming\FileZilla\recentservers.xml' (error 0: the operation completed successfully.) 10:53:46 AM: File 'C:\Users\Administrator\AppData\Roaming\FileZilla\recentservers.xml' couldn't be removed (error 0: the operation completed successfully.)

http://content.screencast.com/users/talha_habib/folders/Jing/media/73ca5176-0bd4-448f-806b-880c6201b573/2015-06-15_1059.png

http://content.screencast.com/users/talha_habib/folders/Jing/media/f0a14513-9ff2-42b7-bd56-d5357bb6dc54/2015-06-15_1101.png

#4730 XML File corrupted when Transfer Type is Auto Bug report normal FileZilla Client rejected
Description

The first two lines of the original file are as follows: <?xml version="1.0" encoding="utf-16"?> <swfs><FileName>I:\Ron\Projects\PPT-to-Flash-Conversion\Faculty-Folders\blissl\blissl-feminist-art\blissl-feminist-art.ppt</FileName><Buffer>

The first two lines of the file after uploading with Transfer Type = Auto are as follows: 㰀㼀砀洀氀 瘀攀爀猀椀漀渀㴀∀㄀⸀ ∀ 攀渀挀漀搀椀渀最㴀∀甀琀昀ⴀ㄀㘀∀㼀㸀 <swfs><FileName>I:\Ron\Projects\PPT-to-Flash-Conversion\Faculty-Folders\blissl\blissl-feminist-art\blissl-feminist-art.ppt</FileName><Buffer>

The first line is wrong and the flash movie does not play. A work-around solution is to transfer the file using Transfer Type = Binary.

I'm using the latest version of FileZilla.

#2731 X-Forwarded-For Support Feature request normal FileZilla Server
Description

For load-balanced environments it would be very helpful if FileZilla Server could be configured to utilize the IP address provided in an X-Forwarded-For header in place of the default client IP address.

Currently all incoming traffic is shown as coming from the load balancer itself.

This change would permit (more) accurate logging and the use of the Autoban function within a load-balanced environment.

#9963 WxWidgets Debug Alert Bug report normal FileZilla Client fixed
Description

When clicking sitemanager icon this error is coming up, (see attached file)

#11074 Wrongly deleted local downloaded files while performing the deleting job on FTP server Bug report high FileZilla Client rejected
Description

It happened in both 3.22.2.1 and 3.22.2.2. I almost will use FileZilla client to do the photo-downloading job every day from my smartphone in which a FTP server app will run. After downloading finished, I then will delete all the source pictures in server. While the deleting-job is running, if the server app works fine, everything will be OK; if the server app is unexpectedly shut down due to the phone's power-saving mode or my quiting touch, the FileZilla client will give a error message in message log area such as "connection failed". In such condition, One or several downloaded and locally stored files will be modified: the sizes turn into 0, which means the file bodies are lost and only names are kept. And after the server app is re-run and connetion is re-built, the names of those 0-size files will show again in the transfer queue area, not the queued-files page, but the failed-transfers page, it seems the client wants to download those pictures again from server, but failed because they also have been deleted from server already. Then I have to face the situation: I lose these pictures forever because the source in server has be earsed and the local copies have been modified into 0-size.

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 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 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\Devcon Wang\AppData\Roaming\FileZilla\

#3697 Wrong/Unwanted driver information Bug report normal FileZilla Client
Description

Brief setup explanation:

On my web development setup, I have a server where all my work files are stored. Each project is its own folder in this server, and each folder is shared independently (the Projects folder isn´t shared).

Then, on my machine (Windows XP SP2) I map these shared folders into VIRTUAL DRIVERS. This way, all my projects appear to be in HDs, whereas they are actually shared folders on a network.

I can then LABEL these drivers (just like I can RENAME a real driver). All the drivers share the same REAL NAME (the server´s name), but Windows allows me to label (not rename, just label) them differently so I name each of them after the PROJECT NAME.

FileZilla displays the DRIVER NAME (server´s name) instead of the DRIVER LABEL. So all my 13 virtual drivers are named the same in FZ, and I have to rely on Driver Letter to figure out which one is the one I need at the moment!

Soooooo easy to fix!

I was using an eval version of SmartFTP, and that little software gets the virtual driver label correctly, so a solution is attainable.

FileZilla is the closest thing to SmartFTP in usability, and I see a LOT of potential in it! I would also like to participate in the development.

#318 Wrong year for files < 6 months old Bug report normal Other
Description

Filezilla can get the year wrong for files that have been modified within the last 6 months. The list output from my server works like the standard "ls" command in so much as a file older than 6 months has the date shown as "MMM DD YYYY" and files 6 months or newer have "MMM DD HH:MM". Files with the latter date stamp format sometimes are shown in the year 2003 and sometimes the year 2002.

Example listing:

-rw-rw-rw- 1 admin home 3344 Apr 3 2001 hmi.htm -rw-rw-rw- 1 admin home 8768 May 6 18:45 index.htm -rw-rw-rw- 1 admin home 1976 Feb 15 2002 manuals.htm -rw-r--r-- 1 admin home 21704 Jan 30 23:48 manuals.php

FileZilla showns index.htm as being in 2002 (wrong), whilst manuals.php is in 2003 (correct) hmi.htm in 2001 and manuals.htm in 2002.

I'm using FileZilla 2.1.7 and FTP over SSH2 on a Win2K pc.

#4 Wrong word in Options Tim Kosse Bug report low Unknown
Description

My version of FileZilla ( V. 1.0 final)has a word wrong in the options menu, (under Settings) click on settings and look at the buttons on the bottom. (OK) and (cancel) The word Cancel appears to be in German instead of English. Thanks Every thing else is GREAT!!

Seán

#3941 Wrong upload directory Bug report high FileZilla Client outdated
Description

It's been a few times that I uploaded a bunch of files, and while it's uploading, I change remote directory as I have something else to see... Well, some random local files get uploaded to the current directory I'm browsing!! How neat is that? It's only one every so often.

When building the queue, thank you to save the remote directory AT TIME of building the queue, and stick to it please.

This bug has been on for years now. Really counter productive.

Thank you and good luck.

#11312 Wrong type detected when folder's name contains an extension Bug report normal FileZilla Client fixed
Description

Hello,

I see this issue in FileZilla Client (version 3.26.2):

A folder/directory's name with an extension, like ".flac", is detected has a "FLAC file" in the "Type" column.

This issue is present in Local and Remote View.

http://puu.sh/wtHBt/a2594db1a1.png

#8918 Wrong translation af danish national language characters Bug report normal FileZilla Client outdated
Description

When transferring a file, saved with ANSI encoding,from my pc to the server (z/OS), the danish national language characters in the file isn't translated correctly (as it used to be in older FZ versions). Å is being translated to $ Æ is being translated to [ Ø is being translated to @

#10972 Wrong token-ization on custom ftp proxy string Patch normal FileZilla Client fixed
Description

Custom proxy string is token-ized wrongly by including spaces and tabs as separator character. This make the custom ftp proxy setting to behave incorrectly (avoiding any chance of successful connection). The attached patch removes the wrong separators from the token-ization function parameter.

#11100 Wrong timestamp in Filezilla as FTP Client Bug report high FileZilla Client rejected
Description

The timestamp bug is still when you trie to move files from last version of Filezilla (as FTP client) to a SFTP server (in this case Tectia).

Windows 7 64 bits

Could you provide to me further details to solve this issue?

Thanks

#5460 Wrong time date in AS400, System i Bug report normal FileZilla Client wontfix
Description

Hello,

I want you to know there is a bug when you are receiving the listing in a AS400 (System i) under the ftp client.

10/07/11

In a do a raw ftp under the MS-DOS, I am seeing the same format.

the filezilla is showming DD/MM/YYYY, but in really is getting:

YY/MM/DD

Thanks a lot, nice app !

#3695 Wrong symbol on remotely moving files/folders Bug report low FileZilla Client
Description

Hi,

when I move content on a ftp-server from one directory to another with drag&drop I get a "+" symbol on the mouse cursor.

As the content is actually moved and not copied this "+" should not be there.

Lars

#4841 Wrong routing when downloading some exoticly named files Bug report low FileZilla Client worksforme
Description

I had an occasion where the remote filename was .\www\automate\LISTE.csv, and it created a local folder ./www/automate/LISTE.csv to accomodate it...

I agree that Windows wouldn't like to welcome this file as is, with that filename that is, but putting it into another folder is worse. Maybe a middle solution could be negotiated? Like replacing unauthorised characters with '_' or ?

#10287 Wrong return code for CDUP command Bug report normal FileZilla Server rejected
Description

Hi,

according to RFC 959 a FTP Server should return the same returncode for the CDUP command the CWD command returns.

In case of Filezilla Server (0.9.49 beta) however, this is not true:

(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> CWD /TEST
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> '''250''' CWD successful. "/TEST" is current directory.
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> PWD
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> 257 "/TEST" is current directory.
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> CDUP
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> '''200''' CDUP successful. "/" is current directory.
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> PWD
(000008)06.03.2015 08:06:44 - pantest (127.0.0.1)> 257 "/" is current directory.

As can be seen CDUP returns 200 while CWD returns 250.

This breaks i.e. the PHP function "ftp_cdup()" as it expects the 250 return code for successful operation.

I've also tested against vSFTPd, that Server returns 250 as expected.

#1035 Wrong port when using SFTP (command line) argument Bug report normal FileZilla Client fixed
Description

Executing 'FileZilla.exe sftp://myhost.com', it still connects to port 21, rather than port 22 by default (though it correctly uses SFTP rather than FTP).

Also, it logs in as 'anonymous@…'. I think it would be preferable to prompt for a username for sftp links (there are relatively few anonymous SFTPs). It may be nice to pompt for a username after unsuccessful anonymous access for all protocols anyway...

#489 Wrong perms returned by FileZilla server for plain files Bug report normal Other
Description

In FileZilla Server's Permissions.cpp,

memcpy(pDir->buffer + pDir->len, "-xw", 3);

should be

memcpy(pDir->buffer + pDir->len, "-rw", 3);

Right now, the server reports that every file is executable by owner, which is bad for two reasons: 1. it's wrong, since not every file is executable and 2. It causes clients which parse the permissions string to fail, because the string is malformed. (x in the 2nd place is invalid).

#554 Wrong path on network envirnment Bug report normal Unknown
Description

Version 2.2.3, when you are downloading files using ssh2 from internet to local server with no drive letter assigned all the files are saved under c:\[server name] \[path]\ instead of
[server name]\[path]\.

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