Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2701 - 2800 of 8171)

Ticket Summary Owner Type Priority Component Resolution
#9149 FileZilla Client crashs on rename Bug report normal FileZilla Client duplicate
Description

When you try to right click and rename a file in the FTP window of the remote server the whole client freezes , you can't upload files , edit files or close the app without killing the app in system monitor.

#10092 FileZilla Client does not save level of debug info Bug report normal FileZilla Client rejected
Description

Client version is 3.10.0.1

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

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

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

#1122 FileZilla Client gets in loop, hangs during download Bug report normal FileZilla Client
Description

I was trying to download a folder from a Windows server today, and every time I tried, FileZilla would get in some weird loop and fail to download the files/folders.

The folder I was trying to download has 439 files, 65

folders, with a total of 178 MB of data.

I was able to reproduce this problem using both Microsoft's IIS FTP Server and FileZilla Server, so the problem is definitely with the FileZilla client.

I will attach logs from both the FileZilla client and the FileZilla server.

#11105 FileZilla Client ignoring failed SSH_FXP_CLOSE Bug report normal FileZilla Client fixed
Description

Dear developers,

I am currently working on an SFTP-Proxy project and I noticed a bug in your software. When closing a file handle, according to the SFTP specification version 12, page 35 it states the following:

The response to this request will be a SSH_FXP_STATUS message. Note that on some server platforms even a close can fail. For example, if the server operating system caches writes, and an error occurs while flushing cached writes, the close operation may fail.

In my case this is exactly what happens. When a file is not permitted through the proxy, the CLOSE will fail. The SFTP_Client from the command line in Fedora 25 respects that and will display an error if the upload is not permitted.

Screenshot from SFTP from command line:

http://deathkid.trojaner-board.de/img/Bugreport/SFTP.png

However, FileZilla will mark the upload as a success, even though it may have failed. The only way to verify this is to look into the directory, where the failed file will not appear. However, this could be very confusing for our users and can lead to data loss.

Screenshot from FileZilla:

http://deathkid.trojaner-board.de/img/Bugreport/FileZilla.png

FileZilla Logfile:

2016-12-12 14:24:59 6847 1 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:24:59 6847 1 Status: Connection established, waiting for welcome message...
2016-12-12 14:24:59 6847 1 Response: SSH-2.0-paramiko_2.0.2
2016-12-12 14:24:59 6847 1 Error: Cannot establish FTP connection to an SFTP server. Please select proper protocol.
2016-12-12 14:24:59 6847 1 Error: Critical error: Could not connect to server
2016-12-12 14:25:07 6847 1 Status: Disconnected from server
2016-12-12 14:25:07 6847 1 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:25:07 6847 1 Response: fzSftp started, protocol_version=7
2016-12-12 14:25:07 6847 1 Command: open "root@192.168.122.97:22@172.18.0.4" 2200
2016-12-12 14:25:08 6847 1 Command: Trust new Hostkey: Once
2016-12-12 14:25:08 6847 1 Command: Pass: ***
2016-12-12 14:25:08 6847 1 Status: Connected to 172.18.0.4
2016-12-12 14:25:08 6847 1 Status: Retrieving directory listing...
2016-12-12 14:25:08 6847 1 Command: pwd
2016-12-12 14:25:08 6847 1 Response: Current directory is: "/"
2016-12-12 14:25:08 6847 1 Command: ls
2016-12-12 14:25:08 6847 1 Status: Listing directory /
2016-12-12 14:25:08 6847 1 Status: Directory listing of "/" successful
2016-12-12 14:25:10 6847 1 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:10 6847 1 Command: cd "home"
2016-12-12 14:25:10 6847 1 Response: New directory is: "/home"
2016-12-12 14:25:10 6847 1 Command: ls
2016-12-12 14:25:10 6847 1 Status: Listing directory /home
2016-12-12 14:25:10 6847 1 Status: Directory listing of "/home" successful
2016-12-12 14:25:40 6847 1 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:40 6847 1 Command: ls
2016-12-12 14:25:40 6847 1 Status: Listing directory /home
2016-12-12 14:25:40 6847 1 Status: Directory listing of "/home" successful
2016-12-12 14:25:46 6847 2 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:25:46 6847 2 Response: fzSftp started, protocol_version=7
2016-12-12 14:25:46 6847 2 Command: open "root@192.168.122.97:22@172.18.0.4" 2200
2016-12-12 14:25:46 6847 2 Command: Trust new Hostkey: Once
2016-12-12 14:25:46 6847 2 Command: Pass: ***
2016-12-12 14:25:46 6847 2 Status: Connected to 172.18.0.4
2016-12-12 14:25:46 6847 2 Status: Starting upload of /home/deigner/Desktop/test_approve.txt
2016-12-12 14:25:46 6847 2 Command: cd "/home"
2016-12-12 14:25:46 6847 2 Response: New directory is: "/home"
2016-12-12 14:25:46 6847 2 Command: put "/home/deigner/Desktop/test_approve.txt" "test_approve.txt"
2016-12-12 14:25:46 6847 2 Command: local:/home/deigner/Desktop/test_approve.txt => remote:/home/test_approve.txt
2016-12-12 14:25:47 6847 2 Status: File transfer successful, transferred 20 bytes in 1 second
2016-12-12 14:25:48 6847 2 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:48 6847 2 Command: ls
2016-12-12 14:25:48 6847 2 Status: Listing directory /home
2016-12-12 14:25:48 6847 2 Status: Directory listing of "/home" successful
2016-12-12 14:25:50 6847 2 Status: Starting upload of /home/deigner/Desktop/test_deny
2016-12-12 14:25:50 6847 2 Command: put "/home/deigner/Desktop/test_deny" "test_deny"
2016-12-12 14:25:50 6847 2 Command: local:/home/deigner/Desktop/test_deny => remote:/home/test_deny
2016-12-12 14:25:52 6847 2 Status: File transfer successful, transferred 14 bytes in 2 seconds
2016-12-12 14:25:52 6847 2 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:52 6847 2 Command: ls
2016-12-12 14:25:52 6847 2 Status: Listing directory /home
2016-12-12 14:25:52 6847 2 Status: Directory listing of "/home" successful
#4460 FileZilla Client retry too fast during data transfer Bug report normal FileZilla Client fixed
Description

In FileZilla Client, there is an option:

Settings -> Connection -> Reconnection settings -> Delay between failed login attempts

When I connect to the FTP server this option is effective for the control connection. However after the connection established and file is being downloaded, this option seems to be ignored for the data connections.

If the server activated anti-hammering protection and limited the maximum number of simultaneous logins I will immediately being banned.

FileZilla version tried: ANY version, even the latest 3.2.4 (as of 27th APR 2009)

Sample log: (The example below used TLS connection, Maximum number of retries: 2, Delay between failed login attempts: 5)

16:55:33	Status:	Connecting to [server ip]:21...
16:55:33	Status:	Connection established, waiting for welcome message...
16:55:33	Response:	220 FTP server ready.
16:55:33	Command:	AUTH TLS
16:55:33	Response:	234 AUTH Command OK. Initializing SSL
16:55:33	Status:	Initializing TLS...
16:55:33	Status:	Verifying certificate...
16:55:33	Command:	USER [username]
16:55:33	Status:	TLS/SSL connection established.
16:55:33	Response:	331 User name received, need password.
16:55:33	Command:	PASS ********
16:55:33	Response:	230 Ok
16:55:33	Command:	CLNT FileZilla
16:55:33	Response:	200 Noted.
16:55:33	Command:	OPTS UTF8 ON
16:55:33	Response:	200 UTF8 ON
16:55:33	Command:	PBSZ 0
16:55:33	Response:	200 PBSZ Command OK. Protection buffer size set to 0.
16:55:33	Command:	PROT P
16:55:33	Response:	200 PROT Command OK. Using Private data connection
16:55:33	Status:	Connected
16:55:33	Status:	Retrieving directory listing...
16:55:33	Command:	PWD
16:55:33	Response:	257 "/" is working directory.
16:55:33	Status:	Directory listing successful
16:55:43	Status:	Retrieving directory listing...
16:55:43	Command:	CWD downloads
16:55:43	Response:	250 CWD Command successful.
16:55:43	Command:	PWD
16:55:43	Response:	257 "/downloads/" is working directory.
16:55:43	Command:	TYPE I
16:55:43	Response:	200 Type set to I.
16:55:43	Command:	PASV
16:55:43	Response:	227 Entering Passive Mode ([server ip],9,152).
16:55:43	Command:	MLSD
16:55:44	Response:	150 File status okay; about to open data connection.
16:55:44	Response:	226 Closing data connection.
16:55:44	Status:	Directory listing successful
16:56:00	Status:	Connecting to [server ip]:21...
16:56:00	Status:	Connection established, waiting for welcome message...
16:56:00	Response:	220 FTP server ready.
16:56:00	Command:	AUTH TLS
16:56:00	Response:	234 AUTH Command OK. Initializing SSL
16:56:00	Status:	Initializing TLS...
16:56:00	Status:	Verifying certificate...
16:56:00	Command:	USER [username]
16:56:00	Status:	TLS/SSL connection established.
16:56:00	Response:	331 User name received, need password.
16:56:00	Command:	PASS ********
16:56:00	Response:	530 Maximum number of simultaneous logins reached
16:56:00	Error:	Could not connect to server
16:56:00	Status:	Connecting to [server ip]:21...
16:56:00	Status:	Connection established, waiting for welcome message...
16:56:00	Response:	220 FTP server ready.
16:56:00	Command:	AUTH TLS
16:56:00	Response:	234 AUTH Command OK. Initializing SSL
16:56:00	Status:	Initializing TLS...
16:56:01	Status:	Verifying certificate...
16:56:01	Command:	USER [username]
16:56:01	Status:	TLS/SSL connection established.
16:56:01	Response:	331 User name received, need password.
16:56:01	Command:	PASS ********
16:56:01	Response:	530 Maximum number of simultaneous logins reached
16:56:01	Error:	Could not connect to server
16:56:01	Status:	Connecting to [server ip]:21...
16:56:01	Status:	Connection established, waiting for welcome message...
16:56:01	Response:	220 FTP server ready.
16:56:01	Command:	AUTH TLS
16:56:01	Response:	234 AUTH Command OK. Initializing SSL
16:56:01	Status:	Initializing TLS...
16:56:01	Status:	Verifying certificate...
16:56:01	Command:	USER [username]
16:56:01	Status:	TLS/SSL connection established.
16:56:01	Response:	331 User name received, need password.
16:56:01	Command:	PASS ********
16:56:01	Response:	530 Maximum number of simultaneous logins reached
16:56:01	Error:	Could not connect to server
#1161 FileZilla Client to vsftpd (CentOS) random data modification Bug report critical FileZilla Client
Description

I test file download and file upload. There is a modification like follow. I found that modification occurs in download time.

ftp server : vsftpd-1.2.1-3E.1, CentOS 3.6

Kernel version : Linux version 2.4.21-

37.ELsmp ftp client : WinXP, FileZilla 2.2.27

There is no modification when I use WinXP ftp(console client) and Alftp.

The follow is result of my test.


[root@]#xxd ../ce.org > ../ce.xxd [root@]#xxd ce.org > ce.xxd [root@]# diff ce.xxd ../ce.xxd

(downloaded file) (orgfile)

86009c86009 < 014ff80: 5cba 3a54 f9c1 6aa1 a472 c9b8 72d9 2994 \.:T..j..r..r.). ---

014ff80: 5cba 3a54 e512 afe1 a472 c9b8 72d9 2994

\.:T.....r..r.). 975097c975097 < 0ee0f80: 5eec b17c ce96 6fad 8cde a2b6 6e5e 47d3 ..|..o.....nG. ---

0ee0f80: 5eec b17c 9e13 6361 8cde a2b6 6e5e 47d3

..|..ca....nG. 2262265c2262265 < 2284f80: 0b66 332e b941 651e 1d1d 83d8 82bc e8e7 .f3..Ae......... ---

2284f80: 0b66 332e 778d 846c 1d1d 83d8 82bc

e8e7 .f3.w..l........ 2283001c2283001 < 22d5f80: fce5 fcc1 af3b e453 4ccd de4b 9626 565d .....;.SL..K.&V] ---

22d5f80: fce5 fcc1 bdfc 12ae 4ccd de4b 9626

565d ........L..K.&V] 2625529c2625529 < 280ff80: ac6b 3913 a7b8 b17a 0ea3 e57c dd07 8ad1 .k9....z...|.... ---

280ff80: ac6b 3913 2976 f331 0ea3 e57c dd07

8ad1 .k9.)v.1...|.... 3548561c3548561 < 3625900: 1ee9 4c59 c3eb c905 2dd5 2245 0ddf 4747 ..LY....-."E..GG ---

3625900: 1ee9 4c59 6c72 5701 2dd5 2245 0ddf

4747 ..LYlrW.-."E..GG 3560185c3560185 < 3652f80: 0958 16f6 41a7 a007 e493 d169 8550 1f7d .X..A......i.P.} ---

3652f80: 0958 16f6 4a46 6d90 e493 d169 8550

1f7d .X..JFm....i.P.}

#9326 FileZilla Client ver. 3.7.4.1 crashes within seconds it is started Bug report critical FileZilla Client rejected
Description

Hi, I run Windows XP SP2, and I had no problems till I upgraded to ver. 3.7.4.1. Now File Zilla crashes within seconds of it being started. Not only it crashes, but the computer shuts down and it restarts on its own. Please help. Thanks.

#9555 FileZilla Closes Abruptly, If not updated Bug report normal FileZilla Client wontfix
Description

I am Using Windows XP SP3 & my FileZilla Client Version is 3.8.0.

Today I opened my Filezilla to access my FTP Site & received an update for version 3.8.1, and I clicked 'Install New Version'

The FileZilla got closed abruplty, i lost my FTP Connection and instead it showed a dialog-box saying 'Unsupported operating system Filezilla requires atleast Windows Vista and may not work correctly on your system. Do you really want to continue with the installation?' I pressed 'No', and found that FileZilla was still Closed.

I understand that my OS(Windows XP) is not supported by the update, but Filezilla should not close abruptly, irrespective of whether I chose to Update it or not Update it.

  • Harshit
#4784 FileZilla Crash during File Filter Bug report low FileZilla Client rejected
Description

FileZilla will crash when a user creates a new file filter, is editing the rules, then switches (clicks) on another filter in the list box.

#4110 FileZilla CrashReport Bug report high FileZilla Client fixed
Description

FileZilla crashes due startup and uploads.

#547 FileZilla Crashes Bug report normal Other
Description

In ZoneAlarm Firewall, If the user does Internet Lock option then FileZilla will crash when the file transfer is taking place.

I have attached the DMP and RPT file.

I have found this bug to be reproducable 100%.

Regards, Vedavyas K.P

#8715 FileZilla Crashes on connecting attempt Bug report normal FileZilla Client fixed
Description

Hello, I am trying to connect to ftpes account. I was previously connecting to it. But I have updated to the latest version recently and the application is crashing when ever I try to connect. It comes to the step Initialising TLS and crashes. Below is the error report:

Process: filezilla [2033] 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 [235] User ID: 501

Date/Time: 2013-05-30 00:07:32.462 +0530 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 10

Interval Since Last Report: 16520 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 824 sec Per-App Crashes Since Last Report: 4 Anonymous UUID: F464DBA8-4864-4DDE-1A37-B312481947A9

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffff4

VM Regions Near 0xfffffff4: --> shared memory 00000000ffff2000-00000000ffff3000 [ 4K] r-x/r-x SM=SHM

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 de.filezilla 0x004715f3 wxStringBase::operator=(wxStringBase const&) + 35 1 de.filezilla 0x001a984f CCertificate::CCertificate(CCertificate const&) + 175 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 0x9a0719ae kevent + 10 1 libdispatch.dylib 0x97a9dc71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x97a9d7a9 _dispatch_mgr_thread + 53

Thread 2: 0 libsystem_kernel.dylib 0x9a0710ee workq_kernreturn + 10 1 libsystem_c.dylib 0x909920ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x90991e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x90979d2a start_wqthread + 30

Thread 3: 0 libsystem_kernel.dylib 0x9a0710ee workq_kernreturn + 10 1 libsystem_c.dylib 0x909920ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x90991e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x90979d2a start_wqthread + 30

Thread 4: 0 libsystem_kernel.dylib 0x9a0710ee workq_kernreturn + 10 1 libsystem_c.dylib 0x909920ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x90991e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x90979d2a start_wqthread + 30

Thread 5: 0 libsystem_kernel.dylib 0x9a06e826 semaphore_timedwait_trap + 10 1 com.apple.CoreServices.CarbonCore 0x93225810 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 0x93225a7b PrivateMPEntryPoint + 68 9 libsystem_c.dylib 0x9098f5b7 _pthread_start + 344 10 libsystem_c.dylib 0x90979d4e thread_start + 34

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

eax: 0x02e1b2e4 ebx: 0x004715e4 ecx: 0x00000000 edx: 0x005c2f34 edi: 0x02e1b2e4 esi: 0x02e16dd4 ebp: 0xbffff918 esp: 0xbffff8f0

ss: 0x00000023 efl: 0x00210202 eip: 0x004715f3 cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0xfffffff4

Logical CPU: 1

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 0x3cce000 - 0x3cdfff7 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 0x3ce4000 - 0x3cebffc com.apple.AppleGVAHW.component (1.1 - 1) <5DB91F15-3FD3-308F-8FC5-662562F3EA78> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW 0x3fe8000 - 0x3fecfff com.apple.CommonCocoaPanels (4.0 - 16) <7676B15F-69E2-39D2-9F35-9D2959A99079> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels 0x96ce000 - 0x96e5ff3 +net.telestream.license (1.1.0.1 -GC - 1.1.0.1 -GC) <4E228E42-930D-3FDF-B1EC-A871594A9BD8> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0xa70a000 - 0xa744fff com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.24) <1E9A8E7C-A9FD-34FD-AB7C-C3784BAB821F> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0xa750000 - 0xa861fef +net.telestream.wmv.import (3.2.0.16 - 3.2.0.16) <103E5A8B-B974-3501-B592-354F3BE438EA> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0xa891000 - 0xaa57ffb +net.telestream.wmv.advanced (3.2.0.16 - 3.2.0.16) <4F35D162-7339-31C9-A954-038B56FDEC40> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced 0xaaa2000 - 0xaad5ff7 com.apple.AppleAVCIntraCodec (2.1 - 6010.16) <DE2D1FF9-DAD0-32A1-A3A1-236E7007FDA1> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCodec 0xaae1000 - 0xab68ff7 com.apple.AppleProResCodec (3.0.3 - 5758.41) <14F2114C-6713-333D-B8A3-8C7FB5E5E066> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec 0xaba7000 - 0xabf0fff com.apple.AppleVAH264HW.component (3.0 - 3.0) <FDF1C720-ED0E-323E-BA44-21423DE18D61> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0xacb4000 - 0xadfffff com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <103CBDDD-E0C2-3B62-923B-AA46F2AB3CD7> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA 0xae1b000 - 0xae58ff3 com.apple.DVCPROHDCodec (2.0.1 - 5708) <A7A316BF-4EC5-366E-AAAE-A3D337FE50C8> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec 0xae68000 - 0xaf05fff com.apple.AppleHDVCodec (2.0.3 - 5905.97) <24C4772E-1256-39E3-9E56-0223C2FFE080> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec 0xaf21000 - 0xaf42fe7 com.apple.AppleIntermediateCodec (2.0.1 - 5718) <A16F6FC6-BC4B-3E05-8340-840D64CE277C> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0xaf51000 - 0xaf67ffb com.apple.IMXCodec (2.0.1 - 5708) <BCCDCFDE-527B-3634-ABB9-E8588C91E407> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec 0xaf79000 - 0xaf91ff2 com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0xaf96000 - 0xafa4fff 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

0x8fecc000 - 0x8fefee57 dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld 0x90033000 - 0x90041ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x90042000 - 0x902beff7 com.apple.QuickTime (7.7.1 - 2599.24) <5B1CA228-A6B3-39DF-A5CC-F981E59DAD1D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x902c4000 - 0x902c8fff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x902c9000 - 0x90522ff8 com.apple.JavaScriptCore (8536 - 8536.28.10) <B02A662A-7DE6-3C9D-AB08-AA746D48FF2B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x90523000 - 0x90548ffb com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x90549000 - 0x9054bfff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x9054c000 - 0x9054cfff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib 0x9054d000 - 0x9065aff3 com.apple.ImageIO.framework (3.2.0 - 849) <B34C2380-51F6-38B1-BB6C-C2E5185D90EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90698000 - 0x906a8ff2 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 0x906a9000 - 0x90801ffb com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x90802000 - 0x90824fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x90825000 - 0x9082ffff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x90830000 - 0x90847ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x90856000 - 0x90873fff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib 0x90874000 - 0x9087fffb com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x90880000 - 0x90896fff 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 0x90897000 - 0x90911ff3 com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x9096a000 - 0x90978fff com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x90979000 - 0x90a36feb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib 0x912b5000 - 0x912bbfff com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x912bc000 - 0x913f7ff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x913f8000 - 0x913fbffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib 0x913fc000 - 0x9144cff7 com.apple.CoreMediaIO (307.0 - 4155) <49D36F54-D414-3745-8194-69FC3B632ED3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x9144d000 - 0x9144effd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x9144f000 - 0x914e7fff 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 0x914e8000 - 0x917a8ff3 com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x917ac000 - 0x917b6fff com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x917b7000 - 0x917b7fff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x91a2a000 - 0x91a81ff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x91a82000 - 0x91ad0ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91ad1000 - 0x91bde057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib 0x91bdf000 - 0x91c08ff7 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 0x91c09000 - 0x91c38ff7 com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x91c39000 - 0x92056fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x92057000 - 0x92d8ffff com.apple.QuickTimeComponents.component (7.7.1 - 2599.24) <51BE2DF8-7B3B-36F5-8860-50071A8702E4> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x92d90000 - 0x92df6ffc com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x92df7000 - 0x92e07ff7 libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib 0x92e08000 - 0x92eb7ff7 com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x92eb8000 - 0x92ebbffc libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x92ebc000 - 0x92f03ff3 com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x92f04000 - 0x92f43ff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x92f44000 - 0x92f48fff 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 0x92f49000 - 0x93160fff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x93161000 - 0x93164ff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x93165000 - 0x93168ff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib 0x9318f000 - 0x93494ff7 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 0x93495000 - 0x93495ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93496000 - 0x934a4fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x934a5000 - 0x934a6fff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x934a7000 - 0x934a7ffe com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x934a8000 - 0x934cdff7 com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x934e3000 - 0x934e4fff libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib 0x934e5000 - 0x93540fff 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 0x93541000 - 0x93548ffe com.apple.agl (3.2.1 - AGL-3.2.1) <D0A9B878-7F1F-3210-B6AF-91D2DBEFF21B> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x93553000 - 0x93553fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x93554000 - 0x9355ffff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x93560000 - 0x93567ff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x93568000 - 0x935b4fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x935b5000 - 0x935cafff 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 0x935cb000 - 0x93622ff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x93666000 - 0x9375eff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib 0x937a0000 - 0x93804fff com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x93805000 - 0x93807ffc com.apple.QuickTimeH264.component (7.7.1 - 2599.24) <54598D54-DBFC-3EA1-9712-05F4052A79E2> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x93808000 - 0x93808fff com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x93809000 - 0x93885ff3 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 0x93886000 - 0x93890fff 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 0x93891000 - 0x938a0fff libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x938a1000 - 0x939bdffb com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x939be000 - 0x939c2fff com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x939c3000 - 0x93a2bfe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x93a2c000 - 0x93a2effb libRadiance.dylib (849) <EAF7C74F-2A71-3A07-82E1-4FADEAFCF201> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x93a2f000 - 0x93a4dff3 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 0x93a4e000 - 0x93ab2ff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib 0x93ab3000 - 0x9466fff7 com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x94670000 - 0x94673fff 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 0x94674000 - 0x946b6ff7 libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib 0x946b7000 - 0x946d7ffd com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x946d8000 - 0x946e4ff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x946e5000 - 0x9476dfff com.apple.PDFKit (2.7.3 - 2.7.3) <3E1B3BB0-4137-3C99-9C7D-4B34C8943F22> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x9476e000 - 0x9478dff3 com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x9478e000 - 0x9478efff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x9478f000 - 0x947c2ff5 libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib 0x94f5f000 - 0x94f69fff 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 0x94f6a000 - 0x94fc5ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x94fc6000 - 0x94fcdfff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x94fce000 - 0x9502cff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9502d000 - 0x951b6ff7 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 0x951b7000 - 0x95275ff3 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 0x95276000 - 0x956b8ff3 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 0x956b9000 - 0x957d1ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x957d2000 - 0x95872ff7 com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x95873000 - 0x95ae0ffb com.apple.imageKit (2.2 - 670) <E5D08218-C9FC-32ED-B461-4725B2456404> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x95e5a000 - 0x95e5dff3 com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x95e5e000 - 0x95e5efff 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 0x95e6a000 - 0x95e6afff libSystem.B.dylib (169.3) <F479E729-89C7-3B4C-9731-678EB673A861> /usr/lib/libSystem.B.dylib 0x95eb1000 - 0x95ebdffe libkxld.dylib (2050.22.13) <ED37AAAA-B1C0-3ADF-A897-3D580A845843> /usr/lib/system/libkxld.dylib 0x95ebe000 - 0x95ec8ffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x95fc7000 - 0x95fd0ffe com.apple.aps.framework (3.0 - 3.0) <F4EF9C03-5B1B-3559-A77D-BD1B2D11167E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x95fd1000 - 0x95fd7fff libGFXShared.dylib (8.7.25) <4268BFAF-4529-3B40-A8B9-66F176AC20CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x95fd8000 - 0x96073fff com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x96074000 - 0x9617fff7 libJP2.dylib (849) <B2D0E844-C390-376C-91D9-F3501B5C7A83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x96180000 - 0x961b6ffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x961b7000 - 0x961e3ff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib 0x961e4000 - 0x96219fff libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x96257000 - 0x96575ff3 com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x96578000 - 0x965c2ff7 com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x965c3000 - 0x965d6ff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x965d7000 - 0x96630fff com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x96631000 - 0x9663afff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x9663b000 - 0x9669dfff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib 0x9669e000 - 0x9669efff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x96778000 - 0x96960ffb com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x96961000 - 0x96965ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x96966000 - 0x96967fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib 0x96968000 - 0x96999fff 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 0x9699a000 - 0x9699effc libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9699f000 - 0x9702bff3 com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x9706c000 - 0x97089fff libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib 0x9708a000 - 0x9708bfff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x97095000 - 0x97251ffd libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib 0x97252000 - 0x974f5ff3 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 0x974f6000 - 0x978d9fff 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 0x978da000 - 0x97949ffb com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x979a1000 - 0x979aafff 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 0x979ab000 - 0x97a05fff com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <BB0D85EE-A85D-3E7B-B04E-720886553258> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x97a06000 - 0x97a06ffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x97a07000 - 0x97a10ffd 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 0x97a11000 - 0x97a8aff0 com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x97a8b000 - 0x97a98ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x97a99000 - 0x97aabff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x97aac000 - 0x97d97ff7 com.apple.AOSKit (1.05 - 152.2) <9FDCE5E4-B68D-38F6-A5DB-D1597D5C4252> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x97d98000 - 0x97d99ffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x97d9d000 - 0x97d9efff libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib 0x97d9f000 - 0x97df9fff com.apple.Symbolication (1.3 - 93) <A839CFC2-F870-3652-B353-15A55D88F88D> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x97dfa000 - 0x97dfdff9 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 0x97dfe000 - 0x97eb5ff3 com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.24) <E79C5B16-E004-33C2-B5C0-17AD66F283E3> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x97eb6000 - 0x97eedffa com.apple.LDAPFramework (2.4.28 - 194.5) <B7BAC5B9-ABA9-3799-B8B5-D2DED9383C24> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x97eee000 - 0x97f13ff7 com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x97f14000 - 0x97fc8fff com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x97fc9000 - 0x98018ff6 libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x98019000 - 0x980fafff libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib 0x980fb000 - 0x98102fff libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib 0x98103000 - 0x9814bff5 com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x9817d000 - 0x98186ff9 com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x9818b000 - 0x981b4fff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x981b5000 - 0x981b7ffd libCVMSPluginSupport.dylib (8.7.25) <C8FC6227-5209-3138-89CD-03CAD11F3EC3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x981b8000 - 0x981d1fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x981d2000 - 0x98565ff3 com.apple.MediaToolbox (1.0 - 926.87) <F3623474-03AD-3A7F-8BD1-46A44A12E74E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x98604000 - 0x98619fff 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 0x9861a000 - 0x98718ff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x98765000 - 0x987f7ffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x987f8000 - 0x9883aff7 libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib 0x9883b000 - 0x9883bfff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9883c000 - 0x988a4ff7 com.apple.framework.IOKit (2.0.1 - 755.22.5) <F9A70D23-1108-3616-9DE3-6C5730CA7AB2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x988a5000 - 0x988cfff9 com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <69AD5C5E-14A2-3E2B-AE28-2C7A7E4F5D0A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x988d0000 - 0x98936fff 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 0x98937000 - 0x9896affb com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x98a0d000 - 0x98b1dff3 com.apple.QuickTimeImporters.component (7.7.1 - 2599.24) <3DBEE5E4-4C40-3390-8405-0D9E271084B2> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x98b1e000 - 0x98db8fff com.apple.AddressBook.framework (7.1 - 1169) <AF50144A-A327-3367-81B1-95B3D46E56F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x98db9000 - 0x98dc7ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x98dc8000 - 0x98f16fff com.apple.CFNetwork (596.3.3 - 596.3.3) <EC7EF37B-B00E-374D-9E8F-E4E22D741059> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x98f17000 - 0x98f1dfff 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 0x98f1e000 - 0x98f9affb libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x98f9b000 - 0x98f9bfff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x98f9c000 - 0x98fb9ff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib 0x98fba000 - 0x98fd1fff com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x98fd2000 - 0x9914aff5 com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9914b000 - 0x991f5fff 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 0x991f6000 - 0x99223ffb com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x99253000 - 0x9928efef libGLImage.dylib (8.7.25) <6C0B2148-032A-3911-AB21-2E07606E3D9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x99291000 - 0x9937aff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x9937b000 - 0x9937bfff com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x9937c000 - 0x99395ffb com.apple.frameworks.preferencepanes (15.1 - 15.1) <D788C8BE-5A13-3EA3-93FA-9B5CEEFE249B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x99396000 - 0x993bafff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x993bb000 - 0x99518ffb com.apple.QTKit (7.7.1 - 2599.24) <39CC892D-2874-33FE-BE30-87FE07D875BD> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x99519000 - 0x9951dff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x9951e000 - 0x99520fff com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x99521000 - 0x99545fff libJPEG.dylib (849) <CD42C17E-6B13-35BE-B585-9AE69CEA534F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x99546000 - 0x9963aff3 com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x9963b000 - 0x9967fff7 libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x99680000 - 0x99a38ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x99a39000 - 0x99b2affc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib 0x99b2b000 - 0x99c5eff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x99c5f000 - 0x9a05bfeb com.apple.VideoToolbox (1.0 - 926.87) <D6460276-E1CF-317D-B32F-80EAE916168C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x9a05c000 - 0x9a076ffc libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib 0x9a077000 - 0x9a10eff7 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 0x9a10f000 - 0x9a110fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x9a111000 - 0x9a196ff7 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 0x9a197000 - 0x9a19ffff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x9a1a0000 - 0x9a3d0fff com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x9a3d1000 - 0x9a412ff7 com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D9479FFE-2D79-373C-9F73-E746664ACD5C> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x9a413000 - 0x9a461ffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x9a464000 - 0x9a4a9ff7 com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9a4aa000 - 0x9a504ffb 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 0x9a505000 - 0x9a5d9ff3 com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x9a5da000 - 0x9a5ecfff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib 0x9a5ed000 - 0x9a622ff7 com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x9a623000 - 0x9a62affb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib 0x9a62b000 - 0x9a637ffa com.apple.CrashReporterSupport (10.8.3 - 417) <A4A45B14-8992-3739-82BC-3C5E5C2686F9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9a63c000 - 0x9a67effb com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x9a67f000 - 0x9a69bfff libPng.dylib (849) <BF2CB6F5-A2F1-35A4-93F7-ACA6D7F02084> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9a69c000 - 0x9a6a8ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x9a6a9000 - 0x9a6d6ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x9a6d7000 - 0x9a74cff7 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

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: 1896 thread_create: 2 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=206.0M resident=127.6M(62%) swapped_out_or_unallocated=78.4M(38%) Writable regions: Total=115.6M written=2956K(2%) resident=19.4M(17%) swapped_out=1544K(1%) unallocated=96.2M(83%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 32.9M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 9652K CG raster data 56K CG shared images 1216K CoreServices 2000K IOKit 8K MALLOC 43.8M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=249 156K Memory tag=35 2456K Stack 66.5M VM_ALLOCATE 16.2M DATA 11.8M DATA/OBJC 272K IMAGE 528K IMPORT 16K LINKEDIT 39.1M OBJC 2964K OBJC/DATA 48K PAGEZERO 4K TEXT 166.9M UNICODE 544K mapped file 72.0M shared memory 308K =========== ======= TOTAL 469.1M TOTAL, minus reserved VM space 469.1M

Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.68f99 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020 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, 11 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB Serial ATA Device: MATSHITADVD-R UJ-8A8 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: GT-I9082, 0x04e8 (Samsung Electronics Co., Ltd.), 0x6865, 0xfd120000 / 4 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

#7882 FileZilla Crashes when trying to download a number of files by dragging them from the server folder to a directory in my home folder Bug report blocker FileZilla Client outdated
Description

I use FileZilla 3.5.2 on a Linux Mint 12 (Lisa) plattform to connect to my Samsung Galaxy S2 Smartphone with Android 2.3 and the latest version of the App "Software Data Cable", which provides an FTP server for my phone's file system in my home network (over WLAN).

I can connet to the server without any problems, browse through the server file system and all folders and files are displayed correctly. However, when I want to download the content of my camera folder (about 100 JPEG-photos and 40 .mp4 video files) by marking all the files (click on first, Shift-click on the last file to be copied) and dragging them from the server folder window into the local folder window, Filezilla crashes.

I have attatched the Filezilla message log (file: "filezilla.log") which records the output from the launch up to the point when I opened the folder containing the files to download. When I dragged them over to my home folder the program crashed without any further output.

In addition to that I added a more useful log file from the gdb debugger, which shows the segmentation fault at the point of the crash. (file name: "filezilla crash.log")

I am running the Ubuntu 11.10 (Oneiric) based "Linux Mint 12" (Lisa) 64-bit on an Acer TravelMate 5740G Notebook with an Intel Core i5-430M and an ATI Mobility Radeon 5650 (using the proprietary fglrx driver for it). I also use the proprietary driver for the Broadcom WLAN card (package name is simply "wlan").

FileZilla Client


Version: 3.5.2

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2011-11-09 Compiled with: gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.10.5

Operating system:

Name: Linux 3.0.0-12-generic x86_64 Version: 3.0

#5587 FileZilla Crashes with right mouse click Bug report normal FileZilla Client outdated
Description

Anytime i right mouse click in FileZilla it crashes the program and displays the following message ?

Error Signature AppName: filezilla.exe AppVer: 3.3.4.1 ModName: oleacc.dll ModVer: 4.2.5406.0 Offset: 0001e368

#11566 FileZilla FTP + Amcrest cameras Feature request low FileZilla Server worksforme
Description

Good Morning FileZilla team,

I am contacting you on behalf of Amcrest (http://amcrest.com/) support team and in order to request a feature to be added to your FileZilla Server.

We would like to ask for FileZilla server to allow the client (in this case a surveillance camera) to retrieve server file structure and capacity from any type of disconnection recovery.

Please let me know if you have any further inquiry regarding this request.

Best Regards,

Hugo

#755 FileZilla FTP Client 2.2.9 bug? Bug report normal Other
Description

Hi all, I finded a problems on my FileZilla Client 2.2.9, it is if I login by SSH2, the first user will be can connect to the SFTP server, but if later, from the Site Management interface added a new site, and using different user name to login by SSH2 again, it just said that can't connect to the server. I have rent a Linux server with RH 7.3, and have many ftp user account on this server, why FileZilla only let the first added user can login by SSH2? Do it is a bugs? Please help. thx

#1904 FileZilla FTP Server Meg Limit Feature Feature request normal FileZilla Server outdated
Description

Hello,

I would like to request the following feature. To be able to allow only a certain amount of megabyte that can be stored in a certain directory.

Meaning if someone has webserver space on my pc that he can only upload till for example 50 megabyte to my pc.

#4042 FileZilla Fails to upload entire folder tree Bug report normal FileZilla Client duplicate
Description

FileZilla v3.1.5.1 seems to have a problem uploading Entire file trees.

on an attempt to upload a folder tree, I dragged and dropped the base folder of a wordpress plugin in FileZilla. The base folder and immediate sub-folders were transferred, with the files they contain. However, any folders further down the tree were not transferred.

In reference to the attached screenshot, the highlighted folder was the one I dragged and dropped (from local window in FZ to server window in FZ). The sub-folders marked in green were sucessfully transferred with the files contained. The folders further down the tree marked in red were not transferred.

The fault is consistent on my system, but has not ocurred in previous versions of FileZilla.

System spec HP 8510w Mobile Workstation (laptop)(nVidia QuadroFX 570m graphics card, intel Core2 Duo T7700, 4 GB RAM) Running english Windows Vista x64 SP1

#11167 FileZilla Keeps Eventually TIming Out Bug report high FileZilla Client rejected
Description

Anytime I use FileZilla for moving a decent amount of files or largely sized files it just Times Out and won't get another good connection. This has been happening for the past 6 months, I should've reported sooner but I kept thinking it was fixed everytime I saw a fresh update. It's happened over various OS X versions as they keep making newer ones. It seems touchy and I haven't quite figured out how to fix this in a bypass sort of way.

So let's say I want to download a 1GB file from one of my servers, it is working just fine and then when it may get to, let's say, 40% it just pauses. Then it says Timed Out, continues to attempt reconnecting but fails. Some ways I've bypassed it have been: -Waiting 10 minutes to almost a week -Unprocessing the Queue and waiting, then Process it again -Disconnect, and waiting, then Reconnect -Restarting FileZilla Restarting my computer doesn't seem to fix it, as well as re-installing FileZilla, and I've also triedwiping the server data. This has happened on at least 4 seperate servers for me. And not all of the above work, like previously stated it's a weird bug and seems touchy. Some require multiple of the above to happen, sometimes it just takes a whole lot of time.

The servers run on professional hosts and have not reported any issues or downtimes and did not see why it was happening to me. I have spoken to other users on Windows and they haven't had issues using my servers.

#9827 FileZilla Network Configuration Wizard Error Bug report normal FileZilla Client duplicate
Description

Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.9.0.4 Response: 230 logged on. Checking for correct external IP address IP 71.179.248.34 hb-bhj-cei-de Response: 200 OK PREP 1033 Response: 200 Using port 1033, data token 28798304 PORT 71,179,248,34,4,9 Connection closed

Attempting to set up FileZilla with settings: Passive, External IP, Use the following IP Address, Use the following port range, and I get that error. PLease help!

#13032 FileZilla New Update Apple Silicon chip Bug report normal FileZilla Client rejected
Description

Hi,

This morning I noticed that my private key authentication, which used to work seamlessly, is now frequently timing out. When it doesn't time out, it's taking a very long time to successfully process actions such as directory changes or file updates. My initial thought is that this might be related to the notification in my FileZilla that a new version is available. However, there doesn't appear to be a valid version available for my operating system.

I already tried making new connections to my web server. When that didn't help, I quit and restarted FileZilla, which also didn't help.

#11050 FileZilla Nightly bug, port gets ignored Bug report normal FileZilla Client fixed
Description

When trying to connect to non default ports it will work if you use HOST:PORT, but not if you put the port in the "Port" textbox, whether I use Quickconnect or a pre-defined server, both ignore the port.

#12827 FileZilla Portable remains as Windows background process Bug report normal FileZilla Client rejected
Description

Each time I close FileZilla, the app is not completely closed. Each time one more process remains in Windows Task Manager. Sometimes there are 10 or even more similar processes running in the background.

The prevents me from installing any FileZilla update. I always need to abort a number of processes before being able to update.

The first time I run FileZilla after having updated FileZilla or having rebooted the computer, an error message occurs something like «Last time FileZilla did not exit properly and needs to be cleaned up. Please try again.»

This is annoying. I hope this can be fixed. Thank you.

#11708 FileZilla Pro 3.35.2 Will Not Update Bug report high FileZilla Client fixed
Description

Here is the message I get when trying to download the new version.

Started update check on 2018-08-22 09:41:45 Own build type: official Downloading update.filezilla-project.org/update.php?platform=x86_64-w64-mingw32&version=3.32.0&product=3&osversion=10.0&osarch=64&updated=1&cpuid=sse,sse2,sse3,ssse3,sse4.1,sse4.2,avx,avx2,aes,pclmulqdq,rdrnd,bmi2,bmi2,adx&initial=0 Resolving address of update.filezilla-project.org Connecting to 136.243.154.122:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 1,475 bytes in 1 second Parsing 1475 bytes of version information. Found new release 3.35.2 Downloading /FileZilla_Pro_3.35.2_win64-setup.exe Resolving address of download.filezilla-project.org Connecting to 136.243.154.86:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request Resolving address of prodownload.filezilla-project.org Connection timed out after 20 seconds of inactivity File transfer failed

#12404 FileZilla Pro 3.53.1 Unable to Update App from Apple Store Bug report normal Unknown worksforme
Description

I've tried a few times over the last few days to update my FileZilla Pro app to FileZilla V3.53.1 from the Apple Store. A message tells me: "Unable to Download App. FileZilla Pro could not be installed. Please try again later." Is there a problem? I've paid my annual subscription. My computer is an iMac running Big Sur 11.0.1

#12005 FileZilla Pro freezes while trying to access subfolder in Shared Drive (Team Drive) Bug report critical FileZilla Client fixed
Description

Hi,

I just updated to the latest version 3.45.1 and now unable to access Google's Shared Drives. *Checked accessibility via web browser, works OK.

This is what I've tried a few times after restarting.

  1. Connecting to Google Drive is per usual
  2. Accessing "My Drive" (personal) and "Shared with Me" works normally.
  3. When I click into Shared Drives, and I click on one of the Shared Drives subfolders, FileZilla Pro becomes unresponsive/frozen.
  4. Upon freezing, I'm unable to click on anything except to close it.

<Laptop and FileZilla info>

FileZilla Pro

Version: 3.45.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2019-09-25 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.5 SQLite: 3.29.0 GnuTLS: 3.6.9

Operating system:

Name: Windows 10 (build 17763), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: C:\Users\howie\AppData\Roaming\FileZilla\


<Message Log>

Status: Resolving address of www.googleapis.com Status: Connecting to [2404:6800:4001:80e::200a]:443... Status: Connection established, initializing TLS... Status: Verifying certificate... Status: TLS connection established, sending HTTP request Status: Retrieving root listing... Status: Directory listing of "/" successful Status: Retrieving directory listing of "/My Drive"... Status: Directory listing of "/My Drive" successful Status: Retrieving directory listing of "/Shared with me"... Status: Directory listing of "/Shared with me" successful Status: Retrieving directory listing of "/Shared drives"... Status: Directory listing of "/Shared drives" successful Status: Retrieving directory listing of "/Shared drives/howie Shuttle"...

#11906 FileZilla Pro needs some OneDrive sites management Bug report high FileZilla Client wontfix
Description

Hi,

I have multiple OneDrive accounts, but after connecting to one, it seems I cannot disconnect from it, as trying to connect to the second account automatically connects me with the first one.

This is not desired.

FileZilla Pro


Version: 3.42.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2019-05-05 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.5 SQLite: 3.26.0 GnuTLS: 3.6.7

Operating system:

Name: Windows 10 (build 17763), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq bmi2 lm Settings dir: C:\Users\[redacted]\AppData\Roaming\FileZilla\

Thanks, Robin

#12915 FileZilla Pro no longer working/updated Bug report normal FileZilla Client rejected
Description

02 May - please see attached file. FileZilla is not working on my machine & IT and cybersecurity have exhausted all options.

I downloaded FileZilla Pro earlier this week and had NO issues with it until yesterday. I kept getting the "421 Proxy is closed" error. I upgraded to the newest version of FileZilla yesterday, checked all my network connections, etc. and roped in IT--they couldn't find any issues and were already allowing the app. I've run every diagnostic and nothing is working. Like I mentioned before, I don't have an IT background & have tried just about everything. Any suggestions? Below is the message log...

Status: Connecting to <server name>... Response: fzSftp started, protocol_version=11 Command: open "<server name>" 22 Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Disconnected from server Status: Resolving address of <server name> Status: Connecting to 52.227.72.32:21... Status: Connection established, waiting for welcome message... Response: 421 Proxy is closed Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of <server name> Status: Connecting to 52.227.72.32:21... Status: Connection established, waiting for welcome message... Response: 421 Proxy is closed Error: Could not connect to server Top

#11576 FileZilla Pro, has transfer problems to WebDav Bug report normal FileZilla Client outdated
Description

Hi Guys, I start having a weird problem uploading to webdav. It was working before but now when I upload folders it shows that it transfers/transfers is complete and not showing as failed/, but there is no folders nor files in the remote drive. At the same time if i manually make the folder on the remote drive and upload only files into it works just fine. I made a screen video to show you how it acts.

#11428 FileZilla Pro: S3 connect , not to a amazon host Bug report normal FileZilla Client fixed
Description

Enter in host name, user, password. The credentials are still being sent to Amazon and not the host name I entered.

Filezilla Pro version 3.28.0

Windows 7 Pro.

#2314 FileZilla Quota's Feature request high FileZilla Server duplicate
Description

I believe that user quota's would be very helpful to alot of people so that they dont fill up the servers hard drive especially if it has a small one.

#11687 FileZilla SFTP Client 'Rename File' Bug DC DowDell Bug report normal FileZilla Client duplicate
Description

Ever since last update, it always takes 2 tries to rename a file.

1st try does nothing. 2nd try always successful.

OS: Windows 10

#810 FileZilla Server Bug report normal FileZilla Server outdated
Description

This IS listed under older bugs, but was listed as a PROBLEM CAN NOT BE DUPLICATED.

Just installed the latest version of FileZilla Server 0.9.4e.

Server is behind a simple Netgear MR314 Port NAT device.

Setup the Listening port to a valid port.

Setup the Passive Mode with proper external address, and set the Passive ports to an allowed range.

Connected from the outside world.

All processes operate just great, upload, download, new dir, del etc...

However, When I connect, I see 2 user sessions established for just one connection. Both have the same user account listed on them.

I disconnect.

One session drops, but the other remains active (at least it shows it is active in the active user list).

Connect again... now I have 3 sessions with only one connection.

Disconnect again.

I still have 2 open sessions.

When tested the same way from INSIDE the NAT device (on the LAN side), I see the correct 1 session established, and when I disconnect, that 1 session is torn down properly as well.

Great product!

If there is anything I can send to demonstrate this issue, please let me know!

#1346 FileZilla Server & Client comm issue with LIST command Bug report normal FileZilla Server
Description

First off, we love your product over here at Xeno Innovations for our FTP Server since we switch back to MS Windows as our OS (vs Linux due to compatibility issues). However we're having some problems here with the FileZilla Client & Server talking to each other.

FileZilla Client v3.0.4.1 & v3.0.5.2 cannot connect to FileZilla Server 0.9.25 after the 'LIST' command.. however, if i'm using SmartFTP Client, that works just fine. I checked my settings over and over on bother client & server, i could not find anything. Do you have any suggestions?

Below is a log from the FileZilla Client: ========================================= Status: Connecting to x.x.x.x:21... Status: Connection established, waiting for welcome message... Response: 220-=[ Response: 220-=[ Welcome to Xeno Innovations, Inc. Response: 220 -=[ Unauthorized access will be by fully punishable by LAW! Response: 220 -=[ Command: USER Response: 331 Password required for Command: PASS Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,236,92) Command: LIST Response: 425 Can't open data connection. Error: Failed to retrieve directory listing

#4203 FileZilla Server 'session' issue Bug report low FileZilla Server rejected
Description

I recently ran into a problem with the latest version of FileZilla Server (0.9.30).

I use the 'Autoban' feature, which uses the default of 5 failed attempts and bans for 999 hours. One of my accounts had a problem where they were using the wrong password and their account was banned.

I went into the FileZilla Server interface and removed their IP from the filter list, however they were still blocked. I then clicked the lightening bolt icon to take the server offline and then put it back online. They were still banned.

I then went into the Windows Services and restarted the FileZilla Server service itself, which fixed the issue.

So, there is an underlying bug here, however even with that, shouldn't clicking the lightening bolt stop and start the service? (Right now it looks like there is another 'level' which doesn't need to be there.)

#1829 FileZilla Server - Access Rights Feature request normal Other
Description

I wait on possibility the assignments "User" of several "dirs".

"Set as home dirs" not "Set as home dir" !. :-)

#1891 FileZilla Server - Comment field Feature request normal FileZilla Server
Description

Would like to see a comment field to be added to the User and Group screens so notes regarding the user/Group could be made.

This could be from a seperate option in the TreeView list.

Regards

Jeff

#1823 FileZilla Server - Directory Aliases Feature request normal FileZilla Server outdated
Description

I would like to have the ability to create aliases for directories. For example, the C:\FTPROOT\TEMP directory is displayed to the end user as "Upload" (as opposed to "TEMP") when they do a directory listing.

#2147 FileZilla Server - Display transfered filenames Feature request normal FileZilla Server fixed
Description

I just installed the server and was surprised not to see filenames appear in the ftp window after a transfer occured.

I get the number of bytes, the time it took and the transfer rate, but not the name of the file that was transfered.

Could this feature be added ?

I'm currently using slimftpd and am thinking at moving to FileZilla server, but I miss this feature.

Thanks,

#2198 FileZilla Server - Return "Resolve Shortcuts Option" Feature request normal FileZilla Server outdated
Description

Aliases maybe flexible, but it's hard to use when you need use 200 folders on other drive. Shortcuts were very informative, and very very easy to use, and it were one from benefit of FileZilla, not provided by any other FTP server for Windows.

#405 FileZilla Server - remote Dir Bug report normal Other
Description

Setup: Filezilla Server and Filezilla Client

If you are in the root directory of the FTP user and you try to go one folder up, it shows the physical path of the folder in which you are c:\xxx\xxx\xx or d:\xxx,

I think it is a security/feature issue

#1694 FileZilla Server -- 425 & Passive Mode Feature request normal Other
Description

Could you please implement a feature such that FileZilla Server, if not behind a firewall or router, can emulate settings for passive mode in such a way that file requests done in passive mode will pass through?

#1973 FileZilla Server -- IP Access Rules Feature request normal FileZilla Server fixed
Description

I looked through the feature requests and I didn't see this mentioned before...

This request has two subsets:

First, IP access rules that allow IP banning, including IP range banning. Secondly, add configurable rules that allow the server to auto-ban IPs when certain conditions occur (such as hammering, too many connections, x number of failed logins, etc).

These are the only two issues that are preventing me from using this server on a regular basis. Thanks!

#1688 FileZilla Server -- SysOp Chat Feature request normal Other
Description

An interesting feature that I saw in FTP Voyager was the SysOp chat -- it let you establish a chat session between you and the server SysOp upon a certain server request.

#1037 FileZilla Server 0.9.13b crashing Bug report normal FileZilla Server
Description

I recently upgraded to FileZilla Server 0.9.13b, and it has crashed on me twice, once during a transfer, and once when logging in as admin (altho my FileZilla Server Interface is set to only start when run manually).

One of the times was in the middle of a file transfer, and I got a prompt asking if I wanted to send information somewhere, but I couldn't tell what information, so I said no; I couldn't figure out how to tell what information it wanted to send.

I just ran the FileZilla Server interface, but I don't see where to get the log file? I don't see it on the ? menu, or the File menu, or the Server menu. I drilled into Edit/Settings/Logging, but logging is disabled. Does that mean there is no log of the crashes?

I'd like to rollback to FileZilla Server 0.9.13a, but I don't know how to download it -- or should I rollback to 0.9.12c (which is available in the download list)?

#758 FileZilla Server 0.9.3 crash/hang Bug report normal Other
Description

Sometimes, when many clients connects/disconnets my FileZilla Server hangs. I invistigate this problem, in reality it not hangs, it crashes (and stops when unhandled exception is processed in CExceptionReport::UnhandledExceptionFilter(), because this function wants user interaction, but FZS runs as service, and it not have possibility to show message boxes). Also I found (as I think :) ) cause of exception. Destructutor of CControlSocket object sends notification FSM_CONNECTIONDATA with partially filled op->data (filled only op->data->userid) other field filled with some junk, but when this notification processed by CServer::OnServerMessage() more than one field of op-

data is required (e.g. op->data->ip).

For resolve problem I make following patch in file Server.cpp (search attached file for PATCH HERE text).

#756 FileZilla Server 0.9.3. When I add more shared folder... Bug report normal Other
Description

When I add more shared folder, my ftp client can't get

list.

When I add only one shared folder, my ftp client can

get list. But when I add one more shared folder, my ftp client can't get list.

#5499 FileZilla Server 0.9.36 - Fix spelling errors in Options - Miscellaneous dialog window Patch normal FileZilla Server fixed
Description
  1. In the Miscellaneous settings dialog the text 'Adjust these values if you get very slow transferrates' should read 'Adjust these values if you get very slow transfer rates'.
  1. In the Miscellaneous settings dialog the text '.......buffer size carefully, too high.....' the text should read '.....buffer size carefully. Too high....' (The comma should be replaced with a full stop, then a new sentence started).
#8817 FileZilla Server 0.9.41 Bug report low FileZilla Server outdated
Description

Hi,

a couple of our users are receiving a "no data received" error when open a folder in chrome. This occurs after the user is logged in and seems to pop-up after the 4-5th opening of a folder.

In Firefox the page just goes blank.

In IE (tested with IE9) the browser asks for the login details again.

I have worked around the issue by restarting the Filezilla service and requesting users use the filezilla client in future.

Is this a known or issue or is this settings related?

Thanks David

#704 FileZilla Server 0.93 doesn't support chines-named folders Bug report normal Other
Description

FileZilla Server 0.93 doesn't support chines-named folders

When I set a chinese-named folder to share

The Server can't recognize it ...

#12689 FileZilla Server 1.3.0 no features reported after FEAT command Bug report normal FileZilla Server rejected
Description

When the client is asking for the supported features of the FTP server ( Command = FEAT ), the answer is :

211-Features: 211 End

Please can you add at least the list of supported commands over here ?

#446 FileZilla Server LIST <file> is treated as a dir Bug report normal Other
Description

When a LIST request is sent with a file as a target, the server responds with:

Server error: tcp 550 Directory not found

LISTing a directory works as expected. I have confirmed by looking in the client ftp handler code that the client indeed sends a LIST.

If I am right, FileZilla Server is trying to follow RFC 959:

http://www.faqs.org/rfcs/rfc959.html

which contains:

LIST (LIST)

This command causes a list to be sent from the server to the passive DTP. If the pathname specifies a directory or other group of files, the server should transfer a list of files in the specified directory. If the pathname specifies a file then the server should send current information on the file.

That looks like FileZilla Server is at fault here.

Regards,

Anton.

#2467 FileZilla Server Setting or Detection Patch normal FileZilla Client outdated
Description

I am requesting a capability for the FileZilla Client that was actually working (maybe not by design) in Version 2.2.8b. I use FileZilla Client to maintain a z/OS system that has MVS files and Unix files. In previous versions the client would auto-detect the type of server based upon the default directory that I set up the the site in the Site Manager. In later releases, this capability is no longer available and I can NOT use the FileZilla client to maintain my Unix files. This is the majority of my work! I am requesting this type of functionality (again), OR the ability to specify the type of server in the Site Properties.

This is a GREAT product, but I am forced to use earlier versions of the client(or a different product) to perform my maintenance tasks.

Also, if the capability to specify servers is provided, I'd like to propose adding z/VM to the list. I still maintain files in VM/CMS as well. Other products offer this functionality (I've had to use WS_FTP Pro, or FTP from VM/CMS to the FileZilla Server on my desktop.

Thanks for a great product. I hope you can come up with a new/improved version that I can use.

MCPerillo.

FileZilla Client - MVS and USS

#1426 FileZilla Server does not always perform SSL shutdown Bug report normal Other
Description

The server is FileZilla Server 0.9.26 beta running on Windows 2003 R2 (64-bit) Passive mode set up on ports 9900-9905. The client is FileZilla Client 3.1.0.1 running on Windows Vista Business

I connected to site using Implicit SSL/TLS mode of FTP. I tried to list a folder with 61 files in it. The client reports:


Status: Retrieving directory listing... Command: CWD Images Response: 250 CWD successful. "/~surfmo/WebSites/Surfmo/Images" is current directory. Command: PWD Response: 257 "/~surfmo/WebSites/Surfmo/Images" is current directory. Command: PASV Response: 227 Entering Passive Mode (208,101,5,8,38,173) Command: LIST -a Response: 150 Connection accepted Status: Server did not properly shut down TLS connection Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Response: 226 Transfer OK Error: Failed to retrieve directory listing


The server log indicates a success:


(000163) 2008.07.29 12:50:36 - kbrown (216.139.38.11)> 150 Connection accepted (000163) 2008.07.29 12:50:37 - kbrown (216.139.38.11)> SSL connection for data connection established (000163) 2008.07.29 12:50:37 - kbrown (216.139.38.11)> 226 Transfer OK (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> CWD Images2 (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> 250 CWD successful. "/~surfmo/WebSites/Surfmo/Images2" is current directory. (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> PWD (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> 257 "/~surfmo/WebSites/Surfmo/Images2" is current directory. (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> PASV (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> 227 Entering Passive Mode (208,101,5,8,38,174) (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> LIST -a (000163) 2008.07.29 12:50:41 - kbrown (216.139.38.11)> 150 Connection accepted (000163) 2008.07.29 12:50:42 - kbrown (216.139.38.11)> SSL connection for data connection established (000163) 2008.07.29 12:50:42 - kbrown (216.139.38.11)> 226 Transfer OK


If I remove 1 file (60) or if I add one file (62) the list comes back OK.

The server is FileZilla Server 0.9.26 beta running on Windows 2003 R2 (64-bit) The client is FileZilla Client 3.1.0.1 running on Windows Vista Business

I created another folder with 61 images though with different file content. This one worked without problems:


Status: Retrieving directory listing... Command: CWD Images3 Response: 250 CWD successful. "/~surfmo/WebSites/Surfmo/Images3" is current directory. Command: PWD Response: 257 "/~surfmo/WebSites/Surfmo/Images3" is current directory. Command: PASV Response: 227 Entering Passive Mode (208,101,5,8,38,172) Command: LIST -a Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful


I copied the same directory to a Linux (CentOS 5) server, with 61 of the same files. The Linux server using SSH File Transfer Protocol, I have no trouble retrieving this directory from my FileZilla Client, as seen in the client log:


Status: Connecting to lnx.xpresmo.com:14223... Response: fzSftp started Command: open "kbrown@…" 14223 Command: Pass: Status: Connected to lnx.xpresmo.com Status: Retrieving directory listing... Command: pwd Response: Current directory is: "/home/kbrown" Command: ls Status: Listing directory /home/kbrown Status: Calculating timezone offset of server... Command: mtime ".elinks" Response: 1217227823 Status: Timezone offsets: Server: -25223 seconds. Local: -25200 seconds. Difference: 23 seconds. Status: Directory listing successful Status: Retrieving directory listing... Command: cd "/var/www/PublisherServer/~dt/WebSites/Surfmo" Response: New directory is: "/var/www/PublisherServer/~dt/WebSites/Surfmo" Command: ls Status: Listing directory /var/www/PublisherServer/~dt/WebSites/Surfmo Status: Directory listing successful Status: Retrieving directory listing... Command: cd "/var/www/PublisherServer/~dt/WebSites/Surfmo/Images2" Response: New directory is: "/var/www/PublisherServer/~dt/WebSites/Surfmo/Images2" Command: ls Status: Listing directory /var/www/PublisherServer/~dt/WebSites/Surfmo/Images2 Status: Directory listing successful


If I now copy the Linux directory back to the Win2003 server and try to access it again via Implicit SSL/TLS mode, I get the same ECONNABORTED message:


Command: CWD Images2 Response: 250 CWD successful. "/~surfmo/WebSites/Surfmo/Images2" is current directory. Command: PWD Response: 257 "/~surfmo/WebSites/Surfmo/Images2" is current directory. Command: PASV Response: 227 Entering Passive Mode (208,101,5,8,38,174) Command: LIST -a Response: 150 Connection accepted Response: 226 Transfer OK Status: Server did not properly shut down TLS connection Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing


If I use another FTP client (I have WS_FTP Pro), using the Implicit SSL/TLS mode, I have no trouble retrieving this folder as seen in the WS_FTP Pro log:


[2008.07.29 13:07:04.738] CWD Surfmo [2008.07.29 13:07:04.904] 250 CWD successful. "/~surfmo/WebSites/Surfmo" is current directory. [2008.07.29 13:07:04.904] PWD [2008.07.29 13:07:04.966] 257 "/~surfmo/WebSites/Surfmo" is current directory. [2008.07.29 13:07:04.968] PASV [2008.07.29 13:07:05.029] 227 Entering Passive Mode (208,101,5,8,38,175) [2008.07.29 13:07:05.030] connecting data channel to 208.101.5.8:38,175(9903) [2008.07.29 13:07:05.158] data channel connected to 208.101.5.8:38,175(9903) [2008.07.29 13:07:05.158] LIST [2008.07.29 13:07:05.220] 150 Connection accepted 2008.07.29 13:07:05.761] # transferred 1471 bytes in 0.030 seconds, 383.073 Kbps ( 47.884 Kbps), transfer succeeded. [2008.07.29 13:07:05.761] 226 Transfer OK [2008.07.29 13:07:09.067] CWD Images2 [2008.07.29 13:07:09.124] 250 CWD successful. "/~surfmo/WebSites/Surfmo/Images2" is current directory. [2008.07.29 13:07:09.145] PWD [2008.07.29 13:07:09.206] 257 "/~surfmo/WebSites/Surfmo/Images2" is current directory. [2008.07.29 13:07:09.208] PASV [2008.07.29 13:07:09.411] 227 Entering Passive Mode (208,101,5,8,38,176) [2008.07.29 13:07:09.411] connecting data channel to 208.101.5.8:38,176(9904) [2008.07.29 13:07:09.571] data channel connected to 208.101.5.8:38,176(9904) [2008.07.29 13:07:09.572] LIST [2008.07.29 13:07:09.633] 150 Connection accepted 2008.07.29 13:07:10.172] # transferred 4053 bytes in 0.084 seconds, 376.953 Kbps ( 47.119 Kbps), transfer succeeded. [2008.07.29 13:07:10.172] 226 Transfer OK


So the evidence points to a problem with the FileZilla client using Implicit SSL/TLS mode.

#10816 FileZilla Server doesn't save settings when installed to path with international characters Bug report normal FileZilla Server fixed
Description

I have FileZilla Server 0.9.56.1 installed to

D:\Programy pozostałe\FileZilla Server\

After changing settings with Interface, they aren't saved in

D:\Programy pozostałe\FileZilla Server\FileZilla Server.xml

but insted they are saved in file

D:\Programy pozosta

But they still aren't loaded at startup

#979 FileZilla Server fails to list network drives. Bug report normal FileZilla Server outdated
Description

It seems like FileZilla Server fails to list network drives.

I have added some network drives to my shared folders. I have tried to map them both to the drive letter and to the unc-path without any luck.

If I configure it like this: Directory: Y: (wich is a network drive) Alias: C:\<HomeDir>\AliasForNetworkDir then the AliasForNetworkDir-folder is shown up in my homedir catalog, but when I enter that folder none of it's files or subfolders are listed.

#820 FileZilla Server incredibly slow Alexander Schuch Bug report normal FileZilla Server
Description

FileZilla Server 0.9.5 is incredibly slow. I was running it for and FTP server, but have since swapped it out for WARFTPd 1.82.0.10 because of the following performance numbers (notice that FileZilla is almost 3 times slower than WARFTPd, and Microsoft FTP is only about 1 sec slower than WARFTPd):

FileZilla Server 0.9.5:


ftp> get catalog.pdf 200 Port command successful 150 Opening data channel for file transfer. 226 Transfer OK ftp: 42509572 bytes received in 18.24Seconds 2330.95Kbytes/sec.

Microsoft FTP Server 5.1 (XP):


ftp> get catalog.pdf 200 PORT command successful. 150 Opening BINARY mode data connection for catalog.pdf(42509572 bytes). 226 Transfer complete. ftp: 42509572 bytes received in 8.14Seconds 5221.02Kbytes/sec.

WARFTPd 1.82.00-RC10:


ftp> get catalog.pdf 200 PORT command successful. 150 Opening BINARY mode data connection for catalog.pdf (42509572 bytes). 226 Transfer complete. 42509572 bytes in 7.00 sec. (5930.465 Kb/s) ftp: 42509572 bytes received in 6.99Seconds 6080.61Kbytes/sec.

My platform is: Intel Pentium III 933 512 MB RAM Microsoft Windows XP SP2

#4021 FileZilla Server produces ECONNABORTED with TLS/SSL Bug report normal FileZilla Server outdated
Description

When trying to connect to Filezilla Server 0.9.27 or 0.9.29 with TLS enabled from Filezilla Client 3.1.5.1 the client reports: "Server did not properly shutdown TLS connection" followed by "ECONNABORTED". It appears to authenticate properly, but fails when trying to retrieve a directory listing.

Forcing data encryption does not help.

#578 FileZilla Server sends NLIST -la incompatible with ange-ftp Bug report normal Other
Description

I cannot connect to my FileZilla server via emacs' ange- ftp module. I can connect to other FTP servers via emacs and I can connect to my FileZilla server via other FTP clients. The only two commands particular to the FTP connection via emacs are that it uses XPWD instead of PWD, it issues a PORT command which is then received as "successful" and it issues "NLST -al /." to get its file list. The error in emacs is that all directories are empty and no files exist. If I enter "NLST -al" into a command line FTP client, I get a flat list of files for my FileZilla server but the servers that emacs can connect to send a list similar to the LIST command on FileZilla Server. In other words, the successful ange-ftp emacs connection sends a directory list complete with the drwxr-xr-x permissions list, links, owner, group, size, date and username in response to "NLST -la". FileZilla does not. I will continue to investigate how to modify the command ange-ftp sends, but it seems to me this is a compatibility issue that needs to be resolved.

Thanks.

#857 FileZilla Server service restart loses aliases Bug report normal FileZilla Server worksforme
Description

Hi, I have FileZilla Server 0.9.6a beta running as a service with Administrator rights.

FileZilla Server forgets the alias settings on restart. Also on /reload-config using command line.

However they remain in the FileZilla Server.xml file and can be copied and pasted back into the interface whereupon everything works.

thank you so much for this program, please fix this (if I am right to say this is a bug) then I can use a front end application server to edit the xml file and restart FileZilla server, giving me instant remote control of the creation of accounts and alteration of IP address scope for more secure sessions etc....

#563 FileZilla Server stops responding when changing speed limits Bug report normal Other
Description

I'm running FZS on a Win2k box (latest service pack). While users are connected I change the upload Speed limit from Unlimited to 200k. I Applied the changes but a little while later I changed the speed limit to 400k. At that time all connected users stopped sending data, but stayed connected. I could not kick the users, stop the server or even restart the FZS service. To get the service running again you have to reboot the machine. I would really appreciate it if this problem could be resolved soon.

#4693 FileZilla Server version 0.9.32 local denial of service Bug report critical FileZilla Server fixed
Description

Hello people

The problem is in a local port (14147) that "filezilla server" used for its interface.

If you send some data to this port, that is open in "FileZilla Server Interface.exe", the process "FileZilla server.exe" crash.

I did some test with a debugger and i could not run code.. for me is only a denial of service, but is important repair it becuase this process run with the system privileges.

i wrote a poc in python for test

from socket import *

host = "127.0.0.1"
port = 14147

data = "A" * 698000

s = socket(AF_INET, SOCK_STREAM)
s.connect((host, port))
s.send(data)
s.close()

OS : Windows Xp SP3 - all patch

see you


Juan Pablo Lopez Yacubian

#5093 FileZilla Server version 0.9.34 beta Bug report normal FileZilla Server fixed
Description

FileZilla Settings > Autoban if a digit is keyed in for instance 1, a popup appears saying "Attempts has to be a number between 5 and 999." and it should be say the minimum number is 10 as the interface already tells. If for instance the number 5 is keyed in, you can save and the value is set to 10 instead.

Kind regards, Henk

#4255 FileZilla Server.exe crashes during Windows shutdown Bug report normal FileZilla Server duplicate
Description

This is identical to the bug of the same ticket title, reported over to 2 years ago. The problem cropped up 3 days ago with my previously installed version 0.9.29 and this happened after years of trouble free operation. I un-installed this version, cleaned the registry, and installed version 0.9.30. The problem remains the same.

Windows XP SP2 Filezilla Server 0.9.30

#2928 FileZilla Server.xml file in wiki/FAQ Feature request normal FileZilla Server wontfix
Description

Please mention the plain-text version of the properties, FileZilla SErver.xml, in your wiki/FAQ/docs somewhere. I hope to use this file for replicating an installation from one machine to another, and it would be helpful to know whether that file is really the source of properties or not.

If you really want to make a new feature, I was thinking you might want as an Export/Import sort of thing, for people who are not happy with finding an XML file in the install folder, but that is not strictly necessary.

Thanks for listening.

#2257 FileZilla Server: Anti-brute forcing defense Feature request normal Other
Description

Could you please add an option to monitor each IP for the number of failed login attempts.

In the option, once the threshold (user configurable) for consecutived failed logins, over a certain time interval (user configurable), has been reached, the server places the offending IP into an auto block list for a certain amount of time (user configurable). Also please include an override for anonymous accounts. And, please add a user configurable escalation rate and the ability to send a notification (i.e. via email, SMS, pager, etc.).

Thanks.

#1656 FileZilla Server: Registry control Feature request normal Other
Description

An option to store all user information and settings under the HKEY_LOCAL_MACHINE rather than HKEY_CURRENT_USER. This will help if you were to make it a windows 2000 service as well :)

P.S. If you need a programmer to work on the 2000 service code feel free to contact me at ecco@2nd- gen.net

#837 FileZilla Server: compression chokes on certain files Bug report high Other
Description

server: FileZilla Server 0.9.5 client: FileZilla 2.2.12b, 2.2.11, presumably any client that supports compression

When downloading certain files with compression enabled, the server "chokes". The file transfer is not completed and the server process consumes 98%+ CPU time. It is not possible to "kick" the account that initiated the transfer, and further client logins are impossible (time out in client). With compression disabled, the transfer works fine. Example file is attached, I may be able to provide more examples if needed.

#1446 FileZilla Server: show drives at rootlevel Tim Kosse Patch normal Other
Description

XBFileZilla now support the display of the mapped drives at the rootlevel. If you wish to integrate this feature in FileZilla Server, do a search on _XBOX in the two attached files to find the code to be added.

The feature works as follows:

  1. Add a dir \ to the list of directories of a user and make

it the homedir.

  1. Disable the 'Show relative paths' option
#10372 FileZilla Service is always down in period Other normal FileZilla Server rejected
Description

The FileZilla Service is always down in period. Attached are the system logs at which time the FileZilla Service down.

And windows version here is windows 2008 R2 SP1 64bit and FileZilla version here is FileZilla_Server-0_9_45.1404181922.exe.

Is this a bug? If so is it fixed now?

#9737 FileZilla SiteManager pops an "error 0:the operation completed successfully" window Bug report high FileZilla Client outdated
Description

I recently upgraded to FileZilla 3.9.0.2. Every time I start it up and use the Site Manager to connect, I get 1 and sometimes 2 copies of a popup window with the following error: File 'C:\Users\Karen\AppData\Roaming\FileZilla\filezilla.xml~' couldn't be removed (error 0: the operation completed successfully.) Each popup window is accompanied by a loud warning sound; each has to be cleared separately before I can do anything else. They also sometimes pop up when I merely open Site Manager. I also sometimes see the popup when I close the client. I attach a screen shot of the error popup. Other than this, FileZilla client seems to operate normally. I started a connection (during which I got 2 popups) and copied the message log: Status: Connecting to 50.63.140.27... Response: fzSftp started Command: open "hedera@50.63.140.27" 22 Command: Pass: Status: Connected to 50.63.140.27 Status: Retrieving directory listing... Command: pwd Response: Current directory is: "/var/www/vhosts/lifering.org" Command: ls Status: Listing directory /var/www/vhosts/lifering.org Status: Calculating timezone offset of server... Command: mtime "pd" Response: 1407027289 Status: Timezone offsets: Server: -25200 seconds. Local: -25200 seconds. Difference: 0 seconds. Status: Directory listing successful This doesn't look helpful to me but maybe it'll help you. I've been running FileZilla literally for years and have never seen this before.

#3982 FileZilla Stuck Under Taskbar When It Opens Bug report normal FileZilla Client outdated
Description

I have my task bar attached to the top of my screen. When FileZilla opened the first time, the top of the FileZilla window was obstructed by the task bar (see the screenshot). In order to move the window, I have to unlock the task bar and then shrink it to uncover the menu bar of FileZilla.

#3983 FileZilla Stuck Under Taskbar When It Opens Bug report normal FileZilla Client duplicate
Description

I have my task bar attached to the top of my screen. When FileZilla opened the first time, the top of the FileZilla window was obstructed by the task bar (see the screenshot). In order to move the window, I have to unlock the task bar and then shrink it to uncover the menu bar of FileZilla.

#12674 FileZilla Time Stamp is Incomplete Bug report normal FileZilla Client worksforme
Description

FileZilla is a very efficient file mover. However, there is a problem of time stamp marking where the moved file has the "modified" date as the current date instead of the original "modified" date of the file being moved. This problem occurs with the FileZilla menu selection "Preserve timestamps of transferred files" activated.

For reference, the Windows 10 copy and robocopy utilities preserve both the "modified" and "created" dates.

This FileZilla operation causes my backup operations using robocopy to needlessly copy files that are already up-to-date.

I've attached three file properties screen shots - 1) the original file; 2) the FileZilla upload; and 3) the robocopy upload. Notice the time stamps of the original and robocopy file are identical while the FileZilla file has a different "Created" date

#9900 FileZilla Transfers Fail After 14,385 Files Uploaded Bug report normal FileZilla Client worksforme
Description

For some reason uploads start to fail soon as the successful transfer count reaches 14,385 (or close to this number).

This happens both when a large directory holding in excess of 14,385 files is uploaded and also when several smaller uploads totalling more than 14,385 files are uploaded.

The only way I have found around this is to pause the upload when the successful upload count gets close to 14,300 then shutdown FileZilla to clear the successful transfer log count, re-open FileZilla and resume the transfer of files in the queue.

If there is a way around this I will appreciate someone telling me.

Thank you.

Paul

#9466 FileZilla Unresponsive during file transfer Bug report normal FileZilla Client outdated
Description

With Version 3.8.0 FileZilla will become unresponsive and cease file transfers - the process has to be terminated via task manager (Windows 7) - I have had to roll back to 3.7.4.1 - with this version I experience no issues whatsoever.

#1363 FileZilla Version 3.0.5.2 Connection Timeout Bug report normal FileZilla Client
Description

Filezilla 3.0.5.2 is disconnecting even with keep alive enabled. FZ 3.0.7 is not exhibiting this problem. I have had to revert to 3.0.7.

#3899 FileZilla Vista 64 Bug report normal FileZilla Client rejected
Description

I have downloadet the latest release, and again it freeze when I opload 100 Mb and over, I have to restart my system the hard way, but when I lock in to the remote server the file is there anyway. It semes to be a Vista(64) problem, because it works fine on XP.

(Sorry about my english, I did my best)

#1306 FileZilla Window on OS X Moving Bug report normal FileZilla Client
Description

I am using FileZilla 3.0.1 for OS X. Everytime a window opens in FileZilla (Site Manager, Options, Overwrite File), the main FileZilla window moves almost off the screen. When I close the option window, I then have to move the main window back.

#1334 FileZilla and Flash CS3 icon look too similar Bug report normal FileZilla Client
Description

The default FileZilla and Flash CS3 icon look too similar and are hard to distinguish when clicking around fast. It would be great if something could be done to distinguish it. See attached.

#12836 FileZilla and Inhouse s3 Other high FileZilla Client worksforme
Description

Does FilezillaPro work with inhouse s3? I am running s3 on NetApp and every time I try to connect to my new internal s3 site FilezillaPro tries to connect to s3.dualstack.us-east-1.amazonaws.com. What is going on?

If FileZilla Pro does not connect to non-cloud s3 then I fear I have just thrown my money away.

#769 FileZilla breaks RFC 2228 with Implicit SSL? Bug report normal Other
Description

When using Implicit SSL the FileZilla client (version 2.2.9) automatically uses SSL for data connections without first issuing the command 'PROT P'. RFC 2228 states that unless otherwise specified, the data channel will remain clear.

This causes issues with many FTP servers that support Implicit SSL, as they expect the connection to be in clear text, not SSL. The result is an inability to do any file listings, or transfers.

#11299 FileZilla build failed Bug report normal FileZilla Client fixed
Description

Just tried to build FileZilla 3.26.2 with libfilezilla 0.9.2 using GCC 5.3.0 and GNU Binutils 2.28 - got the following linkage error:

  CXXLD    filezilla
filezilla-asksavepassworddialog.o: In function `CAskSavePasswordDialog::OnOk(wxCommandEvent&)':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/asksavepassworddialog.cpp:50: undefined reference to `fz::random_bytes(unsigned int)'
filezilla-password_crypto.o: In function `private_key::generate()':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/password_crypto.cpp:40: undefined reference to `fz::random_bytes(unsigned int)'
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/password_crypto.cpp:45: undefined reference to `fz::random_bytes(unsigned int)'
settings/filezilla-optionspage_interface.o: In function `COptionsPageInterface::SavePasswordOption()':
/home/elijah/rpmbuild/BUILD/filezilla-3.26.2/src/interface/settings/optionspage_interface.cpp:113: undefined reference to `fz::random_bytes(unsigned int)'
collect2: error: ld returned 1 exit status

Command

[elijah@santiago .libs]$ strings libfilezilla.so.0.0.0 | grep random_bytes

shows me the following output:

_ZN2fz12random_bytesEj
random_bytes
_ZN2fz12random_bytesEj
#6524 FileZilla build fails because GNUTLS no longer includes libgnutls-config Bug report normal FileZilla Client rejected
Description

FileZilla configure script fails because it can't find libgnutls-config

I do have gnutls-2.10.4 installed but it doesn't come with libgnutls-config anymore

Could you please fix FileZilla build process so it doesn't look for libgnutls-config?

thanks for a great tool!

#10893 FileZilla can not handle leading blank spaces in directory names Bug report normal FileZilla Client duplicate
Description

At least on Unix file systems (I didn't try Windows) FileZilla has problems, when the first character of a directory name is a blank. You can rename "/xy/testdir" to "/xy/ testdir" with FileZila and "/xy/ testdir" is shown correctly. But after refreshing, it is shown as:"/xy/testdir" and can not be accessed with FileZilla any more or in any way. You get: Error: Directory /testdir: no such file or directory Error: Failed to retrieve directory listing

This is correct, but does not help :)

It is not an issue of the Unix filesystem, because with other FTP-clients (e.g. WS_FTP Professional) everything works fine.

You may ask, why the hell is someone using one or more leading blanks in folder names. OK, I have to do it, but can't do it with FileZilla, so I had to change to another FTP client. Please fix this, Thanks!

Content of FileZilla Info:

FileZilla Client


Version: 3.19.0

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.10 SQLite: 3.11.1

Operating system:

Name: Windows 10 (build 10586), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq rdrnd Settings dir: C:\Users\Gintz\AppData\Roaming\FileZilla\

#4420 FileZilla can't acces Directory on Server Bug report normal FileZilla Client wontfix
Description

Hello, FileZilla Team (I'm from Switzerland, so my english may be bad) If I connect with FileZila to 213.251.167.117:21 (public server) He gives me a List of four Directories, I can only access the Directory named "1" with clicking on it, my network capture toool told me, that the inaccessible Dirs contain some spaces at the Beginning or the end of the name (and one subdirectory is only named with a space, but by entering / / into the ), by entering the name manually I can access the Directory and the Files in it. As an attachment, I give you the result from my network capturing tool, in the Window you can see the Hex and ASCII output, on the Bottom, again, ASCII (but with line breaks like in Notepad) Hope this Information helps to solve this issue

#12550 FileZilla can't be opened Bug report normal FileZilla Client worksforme
Description

Trying to update FileZilla from 3.46.3 to 3.56 on MacOS 10.15.7. Downloaded installer FileZilla_3.56.0_macosx-x86.app.tar.bz2. Unpacked it using WinZip, in Downloads folder. Double-clicking on the FileZilla.app icon gets this message: The application “FileZilla.app” can’t be opened. Version 3.46.3 works fine. I tried renaming ~/.config/filezilla (rather than deleting it), but it did not help. I checked, but did not find a ticket about this problem. Advice? Thank you, Stan Hendryx, stanhx@…

#4792 FileZilla can't handle long path names Bug report normal FileZilla Server rejected
Description

Because you can't create a single ticket for both FileZilla client and server, I have created a duplicate one for each.

Both FileZilla client & server can't handle long path names. They are programmed to use the MAX_PATH constant when dealing with files, which only allows a full path/filename of up to 260 characters. This is only a limitation of FAT32 and doesn't exist on NTFS. This results in errors making it impossible to transfer files whose path names are too long.

For NTFS, there are ways of working around this limitation, allowing for path names of 32,768 characters (specified by GetVolumeInformation (lpMaximumComponentLength)). Utilizing UNC (unicode) filenames allows you to get around this.

For reference, see this MSDN page:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp

There is also a discussion on this forum page:

http://forum.sysinternals.com/printer_friendly_posts.asp?TID=5676

#12788 FileZilla can't locate notepad Bug report normal FileZilla Client worksforme
Description

When I edit my settings and click save, I get an error about the program not being able to locate Notepad on Windows 11. I can see the options menus until I click save and then it just gives me the error.

#8326 FileZilla cannot transfer files with a leading space! Bug report normal FileZilla Client outdated
Description

I would like to re-open this ticket. http://trac.filezilla-project.org/ticket/5210

Three years ago it is claimed this was a "rejected ticket." And yet the exact same problem still exists.

"To solve this issue, simply upgrade to a modern server supporting the MLSD command o refrain from using leading spaces."

This is not true. Even servers completely up to date still have the problem with leading spaces and files that cannot be transferred. The main question is how come I can log into the same server with ANY OTHER FTP PROGRAM and the file will transfer perfectly. But using FileZilla and the files are displayed incorrectly and the transfer FAILS. I don't think this bug should just be rejected. IT IS A BUG THAT SHOULD BE FIXED!

I'm using version 3.6.0.1 and I don't see how someone can say this isn't really a bug when ALL other programs handle these files perfectly. Why can't FileZilla???

Please someone fix this! It is very annoying finding 50 files with leading spaces and then having to load up another ftp program and transfer each file manually... Thank you to whoever fixed this!!!!!

#179 FileZilla cant parse some FTP addresses Bug report normal Other
Description

When using FileZilla with outside argument (ARGV[]) Example: FileZilla.exe ftp://ftp.belnet.be/debian- cd/3.0_r0/i386/debian-30r0-i386-binary-2.iso

Or

FileZilla ftp://ftp2.de.debian.org/debian- cd/image/3.0_r0/jigdo/i386/debian-30r0-i386-binary-4.iso

This one sounds easy to solve, because when cutting and pasting it to the "Quick Connect" address bar, it works perfect...

#8217 FileZilla client [Message Log] panel render error! Bug report high FileZilla Client duplicate
Description

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

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

TRY:

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

#10838 FileZilla client checks for updates, even with "Check for FileZilla updates automatically: Never" Bug report normal FileZilla Client rejected
Description

v3.16.1 gives an update for 3.17.0.1, even with the "check for update"-setting disabled. I am often abroad on a mobile pay-per-byte connection, and both dialog and mobile data costs pretty annoying.

I am aware of the general rule to install the latest version and try again before reporting the bug, which would ofcourse ' ' ' solve ' ' ' the problem as in not showing that there's a newer version.

My config (relevant sections):

<Setting name="Update Check">0</Setting> <Setting name="Update Check Interval">7</Setting> <Setting name="Last automatic update check">2016-05-16 23:01:59</Setting> <Setting name="Update Check New Version">nightly 2016-05-09 http://filezilla-project.org/nightlies/2016-05-09/x86_64-w64-mingw32/FileZilla_3_setup.exe 7088584 sha512 4c0b208c0d37cf4c0e24bea9dde489c0a6485692b2bf13b770769b4d7c7213d05af9110319d6f9ab73cdbd105bb95d3eb3fe60e69bd01307077d8c7bb98d23f4

release 3.17.0.1 http://downloads.sourceforge.net/filezilla/FileZilla_3.17.0.1_win64-setup.exe 6513888 sha512 4d5e5d426af9dd689cb8c070d528c849719dc18544de194475bf3a0f5e35f8c9d449749fb2074a68292579b267ee2b23d1e2b31bae20d7185aa44061cca6981c

3.17.0.1 (2016-05-09) ... I removed 'whatsnew' items for bug report brevity ... </Setting>

<Setting name="Update Check Check Beta">0</Setting>

#7324 FileZilla client crashes after deleting a local file Bug report normal FileZilla Client outdated
Description

Program crashes after deleting a file on the local machine.

I run the latest version 3.4.0 of FileZilla client on Ubuntu 11.04. Before deleting a file on the local machine from inside the program, I had connected to an ftp server an copied a file across. After this, the program is frozen, and the only option to recover is to reboot the machine. The name of the deleted file was index.php~.

#5479 FileZilla client crashes when changing language Bug report normal FileZilla Client fixed
Description

When changing the language from the default (which is Finnish on my computer) to English and then selecting File --> Exit, FileZilla FTP Client (v3.3.3) crashes. The crash doesn't occur if I don't change the language.

The error message is "Unhandled exception at 0x00a19e29 in filezilla.exe: 0xC0000005: Access violation reading location 0x002f004a."

#12638 FileZilla client creates directory with non-valid names Bug report normal FileZilla Client outdated
Description

using filezilla to download directories from a openVMS system. The OpenVMS system has a directory named "CON". filezilla creates a directory in windows called "CON" when I ftp the directory but it causes issue since this is an invalid directory name. Explorer wouldn't do anything when I tried to delete the 'CON' directory, cmd.exe gave an 'access is denied' when I would try to remove the directory. Checking security and trying to do anything on the folder that was created would just result in various errors about access denied, unexpected error, undetermined error etc. Researching I found that there certain keywords that are not allowed to be used as directory names and "CON" is one of those. I was able to eventually remove the directory but I had to search around to find a specific rd command to do this as the other options (rd, rmdir, explorer) wouldn't remove the directory.

#4827 FileZilla client does not support SSL 3 or TLS 1.0 Bug report normal FileZilla Client wontfix
Description

FileZilla client 3.2.7.1 sends a client hello specifying support for TLS 1.1 only. This means that servers that only support TLS 1.0 cannot negotiate a connection.

Neither SSL 3.0 or TLS 1.0 is considered seriously insecure at this time, and they are much more widely deployed than TLS 1.1, so they should be supported.

Details:

From the TLS 1.1 RFC:

Appendix E. Backward Compatibility with SSL

For historical reasons and in order to avoid a profligate consumption of reserved port numbers, application protocols that are secured by TLS 1.1, TLS 1.0, SSL 3.0, and SSL 2.0 all frequently share the same connection port. For example, the https protocol (HTTP secured by SSL or TLS) uses port 443 regardless of which security protocol it is using. Thus, some mechanism must be determined to distinguish and negotiate among the various protocols.

TLS versions 1.1 and 1.0, and SSL 3.0 are very similar; thus, supporting both is easy. TLS clients who wish to negotiate with such older servers SHOULD send client hello messages using the SSL 3.0 record format and client hello structure, sending {3, 2} for the version field to note that they support TLS 1.1. If the server supports only TLS 1.0 or SSL 3.0, it will respond with a downrev 3.0 server hello; if it supports TLS 1.1 it will respond with a TLS 1.1 server hello. The negotiation then proceeds as appropriate for the negotiated protocol.

Similarly, a TLS 1.1 server that wishes to interoperate with TLS 1.0 or SSL 3.0 clients SHOULD accept SSL 3.0 client hello messages and respond with a SSL 3.0 server hello if an SSL 3.0 client hello with a version field of {3, 0} is received, denoting that this client does not support TLS. Similarly, if a SSL 3.0 or TLS 1.0 hello with a version field of {3, 1} is received, the server SHOULD respond with a TLS 1.0 hello with a version field of {3, 1}.

From a WireShark packet capture:

Frame 8 (126 bytes on wire, 126 bytes captured)

Ethernet II, Src: CompalIn_88:54:36 (00:1b:38:88:54:36), Dst: Cisco_fb:b8:00 (00:14:f1:fb:b8:00) Internet Protocol, Src: 10.20.69.248 (10.20.69.248), Dst: 10.20.239.21 (10.20.239.21) Transmission Control Protocol, Src Port: gsi (1850), Dst Port: 11932 (11932), Seq: 11, Ack: 81, Len: 72 Secure Socket Layer

SSL Record Layer: Handshake Protocol: Client Hello

Content Type: Handshake (22) Version: TLS 1.1 (0x0302) <-- This is the lowest version supported. Length: 67 Handshake Protocol: Client Hello

Handshake Type: Client Hello (1) Length: 63 Version: TLS 1.1 (0x0302) <-- And this is the preferred version. Random Session ID Length: 0 Cipher Suites Length: 24 Cipher Suites (12 suites) Compression Methods Length: 1 Compression Methods (1 method)

#5096 FileZilla client hangs when accessed under Remote Desktop session Bug report normal FileZilla Client fixed
Description

When under Remote Desktop session, attempt to bring FileZilla from the system tray will hang FileZilla.

#5380 FileZilla client prompts for next passcode when using securid authentication Bug report normal FileZilla Client worksforme
Description

When using SFTP and RADIUS/Securid authentication users are able to log in successfully. However, upon upload or download of files you are then prompted again to enter your next PASSCODE. Users should not be prompted fopr next passcode after successfully logging in to transfer files.

#11863 FileZilla client stays in memory after failed transmission and closing program Bug report normal FileZilla Client outdated
Description

The problem occured after the update from 3.34.0. All later versions have problems with memory management, including most recent 3.40.0. The program keeps running in the background and can only be closed to start a new session after Ctrl-Alt-Del and ending the process manualy.

This behavior is always when an connection can not be made or when the transfer is interupted. After that is is not possible to open a new connection without closing the progrma and manualy ending the process in memory.

An other report mentions the same behavoir. That describes this while updating the version. That happens with me also.

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