Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 400 of 4044)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Summary Owner Priority Resolution Created Modified
#7238 Icons Under File: Edit: View Disappear high outdated 13 years 10 years
Description

Good Day All:

I am finding that these icons (Open Site Manager, etc.) keep disappearing when moving in and out of the Filezilla windows. They only reappear when I mouse over where they used to be. Is there any way to make them stay visible continuously? Thanks!

#7270 SFTP private key (ppk) not loaded when file name has special characters high worksforme 13 years 6 years
Description

In some cases a private key file (ppk) cannot be loaded from the file system to be used for SFTP authentification.

This happens when the ppk file name or the path to the ppk file have special characters like German Umlauts.

Whether the ppk file name is provided by the FileZilla or PuTTY settings is irrelevant.

Only exception: If 'iso-8859-1' is set as the charset of a connection in the Site Manager, the ppk file name is interpreted correctly.


Corresponding log output:

Trace:	CControlSocket::DoClose(64)
Trace:	CControlSocket::DoClose(64)
Status:	Connecting to myserver...
Trace:	Going to execute "C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe"
Response:	fzSftp started
Trace:	CSftpControlSocket::ConnectParseResponse(fzSftp started)
Trace:	CSftpControlSocket::SendNextCommand()
Trace:	CSftpControlSocket::ConnectSend()
Command:	open "myuser@myserver" 22
Trace:	Looking up host "myserver"
Trace:	Connecting to 1xx.1xx.1x.x port 22
Trace:	Server version: SSH-2.0-Sun_SSH_1.1.3
Trace:	Using SSH protocol version 2
Trace:	We claim version: SSH-2.0-PuTTY_Local:_Mar_27_2011_22:10:31
Trace:	Doing Diffie-Hellman group exchange
Trace:	Doing Diffie-Hellman key exchange with hash SHA-1
Trace:	Host key fingerprint is:
Trace:	ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
Trace:	Initialised AES-256 SDCTR client->server encryption
Trace:	Initialised HMAC-SHA1 client->server MAC algorithm
Trace:	Initialised AES-256 SDCTR server->client encryption
Trace:	Initialised HMAC-SHA1 server->client MAC algorithm
Trace:	Reading private key file "C:\Temp\schlüssel.ppk"
Trace:	Unable to use this key file (unable to open file)
Trace:	Keyboard-interactive authentication refused
Command:	Pass: 
Trace:	Sent password
Trace:	Access denied
Error:	Authentication failed.
Trace:	CControlSocket::DoClose(1030)
Trace:	CSftpControlSocket::ResetOperation(1094)
Trace:	CControlSocket::ResetOperation(1094)
Error:	Critical error
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(1094)
#7277 Firewall Conflict (Binaries have changed) high rejected 13 years 13 years
Description

I have been using FileZilla and PCTools internet security concurrently without problems for 5 months now. The new version of Filezilla appears to modify it's own binaries after EVERY command line sent/received. This means I have to "allow" it 5 times just to make a connection, let alone navigate or upload/download.

Filezilla Version 3.4.0 PC Tools Version 2011 8.0.0.608

If the new FileZilla does modify its own binaries, wouldn't there be problems with most firewalls/security software? It seems that data should be stored externally in some sort of database.

#7287 Uploading problems with encryption (Linux only) high fixed 13 years 10 years
Description

This log is anonymized. Size of cloudy_violet.JPG is 833,949 bytes. Filezilla 3.4.0 client (Linux) with encryption (Require explicit FTP over TLS).The connection timeout is nonsense. The FTP server is the last one which is sending an ACK and is waiting for Filezilla to do something - checked with wireshark. Without encryption, everything is working fine under Linux - but with encryption see this log. Only max. 180,224 bytes per session possible. Firewall was not active. Filezilla 3.4.0 client under Windows Vista is working flawlessly (with no encryption and encryption, too).

Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	550 FEAT: Operation not permitted
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,69).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
Status:	Retrieving directory listing...
Command:	CWD www
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/www" is the current directory
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,156).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/www" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,202,66).
Command:	STOR cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,200,14).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,55).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,209,89).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,197,213).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,210,188).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,208,35).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,205,231).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,210,238).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Response:	226 Transfer complete
Status:	File transfer successful, transferred 113,053 bytes in 1 second
Status:	Retrieving directory listing...
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,198,187).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
#7298 421 Too many connections (1) from this IP high invalid 13 years 10 years
Description

Everytime I try to upload a video to the server, I get this message. It is for my domain name steveruprecht.com

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

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

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

Why ? Can I delete this file ?

Thanks

#7369 Problems in Traditional Chinese in "remote site" box high outdated 13 years 11 years
Description

I am using filezilla 3.5.0 on windows 7 and find that the traditional Chinese folder names and file names became monster characters in the "remote site" box, but it is normal in the lower box.

This causes the failure of viewing and opening of the folder.

#7374 Fail to delete file which has Quit as part of file name high fixed 13 years 13 years
Description

We are running into one issue to delete file. The file name contains QUIT as part of fil name, like "Hotel Quito - JW Marriott.pdf". Please help!

Version of FileZilla is 3.5.0

#7393 Updated to 3.5 version and No longer working high outdated 13 years 12 years
Description

I was prompted to update version and my ftp connections no longer work since upgrading to version 3.5. Build date 2011-5-22.

Can you tell me how to correct this?

Error for all ftp connections to various servers:

Error: Connection timed out Error: Could not connect to server

Regards, Alain

#7397 wrong number of files high outdated 13 years 12 years
Description

Hi I use FileZilla 3.5.0. And in the pane of Remote Site Files I can see ONLY 1998 files! The rest are impossible to see.

Please fix it. Thank you

#7406 file of caracter special what ç high fixed 13 years 12 years
Description

file what special caracter ç d'not listed in server

#7435 Cannot Delete Folders high outdated 13 years 12 years
Description

This is a repeated problem I've had with FileZilla, where certain folders get "stuck" and won't delete, no matter what I try. There are several in our Current Releases directory that I've been trying to delete for months. Any help would be appreciated. Thanks.

ftp://ftp.mcculloughpr.com/(!)Current%20Releases/(Mecum)%202011%20Original%20Spring%20Classic%20Auction/

ftp://ftp.mcculloughpr.com/(!)Current%20Releases/(Mecum)%20Rare%20Vette%20at%20Bloomington%20Gold%20Auction/

#7442 Error reading attributes of filezilla.xml PM high fixed 13 years 10 years
Description

Starting filezilla.exe either directly or with shortcut generates this error message:

Users\PM\AppData\Roaming\FileZilla\filezilla.xml Error reading Attributes For this session the default settings will be used. Any changes to the settings will not be saved.

As a result, the settings are dropped, and any settings entered cannot be saved. This bug appeared suddenly, without any cause that I can identify. It could not be corrected by uninstalling and re-installing, and it could not be corrected by downloading a new setup file and re-installing that. I will answer any questions that would help de-bug this. Thanks for helping.

Following is a copy of the filezilla.xml file:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <FileZilla3>

<Settings>

<Setting name="Use Pasv mode" type="number">1</Setting> <Setting name="Limit local ports" type="number">0</Setting> <Setting name="Limit ports low" type="number">6000</Setting> <Setting name="Limit ports high" type="number">7000</Setting> <Setting name="External IP mode" type="number">0</Setting> <Setting name="External IP" type="string" /> <Setting name="External address resolver" type="string">http://ip.filezilla-project.org/ip.php</Setting> <Setting name="Last resolved IP" type="string" /> <Setting name="No external ip on local conn" type="number">1</Setting> <Setting name="Pasv reply fallback mode" type="number">0</Setting> <Setting name="Timeout" type="number">20</Setting> <Setting name="Logging Debug Level" type="number">0</Setting> <Setting name="Logging Raw Listing" type="number">0</Setting> <Setting name="fzsftp executable" type="string">&quot;C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe&quot;</Setting> <Setting name="Allow transfermode fallback" type="number">1</Setting> <Setting name="Reconnect count" type="number">2</Setting> <Setting name="Reconnect delay" type="number">5</Setting> <Setting name="Speedlimit inbound" type="number">0</Setting> <Setting name="Speedlimit outbound" type="number">0</Setting> <Setting name="Speedlimit burst tolerance" type="number">0</Setting> <Setting name="View hidden files" type="number">0</Setting> <Setting name="Preserve timestamps" type="number">0</Setting> <Setting name="Socket recv buffer size (v2)" type="number">4194304</Setting> <Setting name="Socket send buffer size (v2)" type="number">262144</Setting> <Setting name="FTP Keep-alive commands" type="number">0</Setting> <Setting name="FTP Proxy type" type="number">0</Setting> <Setting name="FTP Proxy host" type="string" /> <Setting name="FTP Proxy user" type="string" /> <Setting name="FTP Proxy password" type="string" /> <Setting name="FTP Proxy login sequence" type="string" /> <Setting name="SFTP keyfiles" type="string" /> <Setting name="Proxy type" type="number">0</Setting> <Setting name="Proxy host" type="string" /> <Setting name="Proxy port" type="number">0</Setting> <Setting name="Proxy user" type="string" /> <Setting name="Proxy password" type="string" /> <Setting name="Logging file" type="string" /> <Setting name="Logging filesize limit" type="number">10</Setting> <Setting name="Trusted root certificate" type="string" /> <Setting name="Number of Transfers" type="number">2</Setting> <Setting name="Ascii Binary mode" type="number">0</Setting> <Setting name="Auto Ascii files" type="string">am|asp|bat|c|cfm|cgi|conf|cpp|css|dhtml|diz|h|hpp|htm|html|in|inc|js|jsp|m4|mak|md5|nfo|nsi|pas|patch|php|phtml|pl|po|py|qmail|sh|shtml|sql|svg|tcl|tpl|txt|vbs|xhtml|xml|xrc</Setting> <Setting name="Auto Ascii no extension" type="number">1</Setting> <Setting name="Auto Ascii dotfiles" type="number">1</Setting> <Setting name="Theme" type="string">opencrystal/</Setting> <Setting name="Language Code" type="string">en</Setting> <Setting name="Last Server Path" type="string">1 0 3 usr 3 www 5 users 8 kamprint 5 video</Setting> <Setting name="Concurrent download limit" type="number">0</Setting> <Setting name="Concurrent upload limit" type="number">0</Setting> <Setting name="Update Check" type="number">1</Setting> <Setting name="Update Check Interval" type="number">7</Setting> <Setting name="Last automatic update check" type="string">2011-07-19 17:47:12</Setting> <Setting name="Update Check New Version" type="string" /> <Setting name="Update Check Check Beta" type="number">0</Setting> <Setting name="Show debug menu" type="number">0</Setting> <Setting name="File exists action download" type="number">0</Setting> <Setting name="File exists action upload" type="number">0</Setting> <Setting name="Allow ascii resume" type="number">0</Setting> <Setting name="Greeting version" type="string">3.5.0</Setting> <Setting name="Onetime Dialogs" type="string" /> <Setting name="Show Tree Local" type="number">1</Setting> <Setting name="Show Tree Remote" type="number">1</Setting> <Setting name="File Pane Layout" type="number">0</Setting> <Setting name="File Pane Swap" type="number">0</Setting> <Setting name="Last local directory" type="string">C:\Website\_we_info5\video\</Setting> <Setting name="Filelist directory sort" type="number">0</Setting> <Setting name="Queue successful autoclear" type="number">0</Setting> <Setting name="Queue column widths" type="string">180 60 180 80 60 150</Setting> <Setting name="Local filelist colwidths" type="string">120 80 100 120</Setting> <Setting name="Remote filelist colwidths" type="string">162 75 80 100 80 80</Setting> <Setting name="Window position and size" type="string">0 263 30 884 602 </Setting> <Setting name="Splitter positions (v2)" type="string">97 -131 500000000 135 135 500000000</Setting> <Setting name="Local filelist sortorder" type="string">1 3</Setting> <Setting name="Remote filelist sortorder" type="string">1 3</Setting> <Setting name="Time Format" type="string">1</Setting> <Setting name="Date Format" type="string">1</Setting> <Setting name="Show message log" type="number">1</Setting> <Setting name="Show queue" type="number">1</Setting> <Setting name="Size format" type="number">0</Setting> <Setting name="Size thousands separator" type="number">1</Setting> <Setting name="Default editor" type="string">0</Setting> <Setting name="Always use default editor" type="number">0</Setting> <Setting name="Inherit system associations" type="number">1</Setting> <Setting name="Custom file associations" type="string">&#x0A;jpg &quot;C:\Program Files\FullScreen Photo Viewer\FullScreen Photo Viewer.exe&quot;</Setting> <Setting name="Comparison mode" type="number">1</Setting> <Setting name="Comparison threshold" type="number">1</Setting> <Setting name="Site Manager position" type="string" /> <Setting name="Theme icon size" type="string">16x16</Setting> <Setting name="Timestamp in message log" type="number">0</Setting> <Setting name="Sitemanager last selected" type="string" /> <Setting name="Local filelist shown columns" type="string">1111</Setting> <Setting name="Remote filelist shown columns" type="string">110111</Setting> <Setting name="Local filelist column order" type="string">0,2,3,1</Setting> <Setting name="Remote filelist column order" type="string">0,2,3,1,4,5</Setting> <Setting name="Filelist status bar" type="number">1</Setting> <Setting name="Filter toggle state" type="number">0</Setting> <Setting name="Size decimal places" type="number">0</Setting> <Setting name="Show quickconnect bar" type="number">1</Setting> <Setting name="Messagelog position" type="number">0</Setting> <Setting name="Last connected site" type="string" /> <Setting name="File doubleclock action" type="number">0</Setting> <Setting name="Dir doubleclock action" type="number">0</Setting> <Setting name="Minimize to tray" type="number">0</Setting> <Setting name="Search column widths" type="string" /> <Setting name="Search column shown" type="string" /> <Setting name="Search column order" type="string" /> <Setting name="Search window size" type="string" /> <Setting name="Comparison hide identical" type="number">0</Setting> <Setting name="Search sort order" type="string"

#7451 Não foi possível determinar o destino da operação de arrastar e soltar. high outdated 13 years 11 years
Description

Toda vez que eu clico em algum arquivo dentro do FileZilla 3.5.0 e arrasto para a area de trabalho ou para alguma pasta sempre ocorre este erro "Não foi possível determinar o destino da operação de arrastar e soltar."http://lynarworld.webs.com/Arquivos/imagem.JPG

#7457 Failed to retrieve directory listing, therfore FZ fails to upload files high duplicate 13 years 10 years
Description

Our FTP server (Globalscape) has a no list files permission, so clients uploading cannot view or list the files on the server (security reasons). This has been working fine with previous version of FZ (3.1, 3.2), however in the latest version of FZ 3.5, this no longer works. Other FTP clients work fine also. As it used to work fine on previous versions of FZ, and now on new v3.5 no longer works, then I would categories it as a bug. Our problem is that we recommend our users to use FZ, as it's very simple robust, but were now getting clients reporting problems as they upgrade. Problem occurs on both the Windows and mac clients.

Status: Resolving address of sydftp.acp.com.au Status: Connecting to 203.18.241.160:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Trace: CFtpControlSocket::SendNextCommand() Command: USER scope Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for scope. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Login OK. Proceed. Response: 230-Select the appropriate Magazine folder. Response: 230-NOTE users can only UPLOAD to the 'Send to ACP' folder Response: 230 If collecting files then look within the 'Pickup from ACP' folder, as DOWNLOADs are allowed. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features supported: Response: COMB target;source_list Response: REST STREAM Response: SIZE Response: MDTM Response: XCRC filename;start;end Response: SSCN Response: MLST Size*;Modify*;Create;Type*;Unique;Perm*;Lang;Media-Type;CharSet; Response: XNOP Response: 211 END Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection for MLSD /. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. 3263 bytes transferred. 3263 bps. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD Womans Day Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection for MLSD /Womans Day. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. 204 bytes transferred. 204 bps. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD Send to ACP Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day/Send to ACP". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day/Send to ACP" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing Status: Resolving address of sydftp.acp.com.au Status: Connecting to 203.18.241.160:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Trace: CFtpControlSocket::SendNextCommand() Command: USER scope Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for scope. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Login OK. Proceed. Response: 230-Select the appropriate Magazine folder. Response: 230-NOTE users can only UPLOAD to the 'Send to ACP' folder Response: 230 If collecting files then look within the 'Pickup from ACP' folder, as DOWNLOADs are allowed. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /Womans Day/Send to ACP Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day/Send to ACP". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day/Send to ACP" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,18 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,19 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,20 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,21 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,22 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Status: Retrieving directory listing... Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,23 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing

#7463 Only in Win7 upload file OK, other OS failed. high outdated 13 years 11 years
Description

Today, I am connect a ftp server, in Win7 upload file OK, but in XP or win2003 upload file failed (download file is OK). I am at a loss what to do next. help me, thanks you .

#7467 Files and directories with special characters (german Umlaute) are not shown in directory list high rejected 13 years 12 years
Description

Hi FileZilla Team,

I recently discovered that files with umlaute (ö,ü,ä, …) are not shown in the directory listing or the directorys itself.

The Windows version works fine, it’s only am Mac problem. I use the newest FileZilla version. The problem exists on Snow Leopard and Lion.

I think this issue is also described in ticket 7406

Regards, Edgar

#7473 Symlinks don't show on client and Owner/Group show as uid high rejected 13 years 13 years
Description

With Filezilla Client 3.5.0 there are a lot of information that don't show correcly. The symlinks don't show it, owner and group show the uid and permissions show strangely.

Server is ProFTPD 1.3.3d Server (ProFTPD Default Installation) with UNIX Type: L8.

The same ftp work fine with WinSCP.

#7729 进度条逻辑有问题 high outdated 13 years 9 years
Description

连接到linux ssh协议; 可能是没刷新?然后计算时使用的是未刷新前的文件大小, 在服务器一直在生成文件,大小已改变.所以计算有误?


host is linux; connect by ssh; ie. the file is test.txt; flush file list now it say file is 5KB; but sever is writing the test.txt; by the end is may be 1MB; don't flush,allway it show text.txt is 5KB ; down it, the rate of progress is 100%; but it's not finished.

#7744 At 16,385 files, Filezilla goes into an infinite loop high outdated 13 years 10 years
Description

I have done 3 times. I am using FileZilla 3.5.1 on my PC, MS-Windows, Ver 5.1(Build 2600.xpsp_sp3_....:Service Pack 3) I want to transfer 62,424 files, with names like PHO_0xxxxxxx-5_1003457.HL7;1 to an USB drive (E:) on my PC. I am connected to a VAX OpenVMS V8.2. To gather the names (LIST in FTP) takes about an hour. I then do a CTRL-A on the names in the "remote directory" screen, and put it into the "Home" screen. I am also watching My "Task Master" Perforamce tab, to watch the CPU Usage screen. After about 45 minutes, CPU Usage becomes 100% usage and no more files are being copied. I "stop" Filezilla and check the number of files on my USB "Memery stick" and all 3 times the same number files, 16,385. 16,385 = 214 + 1. These files are anywhere 1KB big to 120KB big. And they are 100% text files, or HL7 files.

If possible, let me know. Thanks

#7745 File Download Changes Rights high outdated 13 years 11 years
Description

If we Download a File from a FTP Server, the Rights are changed. And we can't change it with chmod or a system buil-in GUI afterwards. We have to download it as a zip or as a .dmg for mac then it works. Theres not the rights themselves who are false setted. Because after chmod 777 the rights should be setted right and it also shown. But still we have no permission to write...

#7775 too many connections high outdated 13 years 12 years
Description

my web host, pacifichost.com supports 6 concurrent connections. Ive tried filezilla and like it but one thing is making me switch to smartftp...

Status: Connection established, waiting for welcome message... Response: 421 Too many connections (8) from this IP Error: Could not connect to server

Even though I set under settings - transfer max simultaneous transfers to 4, somehow it keeps going OVER this hard limit.

And my web host then blocks me out for about a half hour. Other ftp apps this isnt a problem. I would say this is a showstopper.

Please fix this asap.

Thanks

#7788 Enabling TLS 1.2 causes a GnuTLS error -9 high outdated 13 years 12 years
Description

I'm hosting a FTP server with explicit TLS and recently enabled TLS 1.1/1.2 on it. Now a few users reported to me (and I could reproduce this) that they couldn't connect to the server due to a GnuTLS error being displayed. Other clients using GnuTLS (but those are using newer version from what they've told me) or Windows CryptoAPI/CNG (ie SmartFTP) can still connect flawlessy.

Server: IIS 7.5, SSL 3.0, TLS 1.0,1.1,1.2 enabled, explicit mode. (with 1.1/1.2 disabled, it works)

Logs:

Status: Resolving address of rev-crew.info Status: Connecting to x.x.x.x:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Microsoft FTP Service Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH command ok. Expecting TLS Negotiation. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::Failure(-9, 10053) Error: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Trace: CTlsSocket::OnSocketEvent(): close event received Trace: CRealControlSocket::OnClose(10053) Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Waiting to retry... Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64)

#7799 Toolbar icon disappear after connection is made high duplicate 13 years 10 years
Description

When connecting to any of the sites in my connection list the toolbar icons disappear. I have been checking to see if this problem has been fixed in the new releases but have not seen anything, not knowing if you know about it I thought I would let you know. I have attached a screenshot to show you how i see it. Thank you very much I use this software every day keep up the good work.

#7803 Wrong date - Same problem as Ticket #3698 high duplicate 13 years 10 years
Description

Same problem as Ticket #3698

I get wrong date when listing the remote directory. sFTP on FreeFTPd ver 1.0.11 on win 2003 SP2 FileZilla Client is 3.5.1 running on windows 7 FreeFTPd is 1.0.11 on win 2003 SP2

From the log:


Command: pwd Response: Current directory is: "/" Command: ls Status: Listing directory / Status: Calculating timezone offset of server... Command: mtime "2010-08-17" Response: 4294967295 Status: Timezone offsets: Server: 1293629340 seconds. Local: 7200 seconds. Difference: -1293622140 seconds. Status: Directory listing successful


The dates listed in FileZilla is wrong. 2011-10-28 are listed as 1970-04-04. It can possibly be a problem in FreeFTPd, but WinSCP lists it correct. In WinSCP there is a switch "Misinterprets file stamps prior to 1970". This is set to Auto in my case. Would this be possible to implement in FileZilla?

#7818 Unable to connect Grace Cameron high invalid 12 years 12 years
Description

I have entered all the information correctly provided to me by BrainHost, but still am unable to connect, the message is below.

Status: Resolving address of ftp.envisageearnings.com Status: Connecting to 69.175.48.74:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 20:10. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER gcenvisa Response: 331 User gcenvisa OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#7821 Make kiosk mode available in the preference window and set it by default to 1 high outdated 12 years 12 years
Description

So it's about the storage of unencrypted password ... I know a lot of ticket has been posted about this, but there is a reason for that.

I perfectly understand your reason to do that and I understand it's "by design". I know you can fix that problem with the kiosk mode option in the filezilla.xml file.

I just think that :

1) This option should be available directly in the preference window of the client gui. It's not an "advanced" setting, it's a critical setting so you shouldn't hide it in some xml file. A lot of people want to change that behaviour of storing the password, and so go to the preference window ... and find nothing. Adding that cost you nothing, even in term of "design" or "philosophy".

2) When first using this software you don't know your password is gonna be logged in clear text, nothing tell it to you. In the whole software industry nobody do that, even Micro$oft with Int€rn€t €xplor€r ask before storing a password. User should be aware of that. So there is 2 solutions : you ask the user the first time at the first use or you put the default value of kiosk mode to 1 (so you still log an history of servers but without the password).

To conclude, I can understand that by design you want to make your users life easy, but I can't understand that you want to store ssh (sftp) password in plaintext without him knowing about it. I'm just asking you to make users more aware of that choice, to help them make enlightened choices.

#7823 Unable to access file and complete transfer after recent update high outdated 12 years 10 years
Description

I recently received an update notification and downloaded/installed FileZilla Client 3.5.2. Since then, I cannot get a file to transfer. I have been uploading a similar file for over two months and now, only after the update, it will not transfer.

Please help.

Thank you, Chris

#7834 Download does not stop high outdated 12 years 11 years
Description

I put in the queue 2 file and ans to start download from server. It passed the size of the file and contnued until i terminated the program. The time left pass the EOF didnot move, Percent stayed at 100% moved size kept increasing above the original. See enclosed jpg of the screen. Both files after program termination were damaged. Transfer type was on Auto.

#7836 Crashes when drag files from server to local high outdated 12 years 10 years
Description

When I drag some files from server file list to a local folder, it crashes.

Ir returns a message when I exec filezilla from command line:

Segmentation fault

I'm using Filezilla 3.5.0

#7838 No files showing in FTP high outdated 12 years 12 years
Description

Unable to view any files in the server. Each folder shows a question mark. When viewed in a different FTP software, it will show all the existing files, but not with FileZilla software. Need problems fixed.

#7840 Site specific bookmarks not showing high duplicate 12 years 12 years
Description

Reported 21 months ago... Still not fixed

http://trac.filezilla-project.org/ticket/5211

#7860 can't connect to server high invalid 12 years 12 years
Description

this is the answer:

Estado: Conectando a www.impulsarte.com.mx... Respuesta: fzSftp started Comando: open "impulmx@…" 22 Comando: Pass: Error: La autenticación falló. Error: Error crítico Error: No se pudo conectar al servidor

Gracias

#7866 did latest update now not connecting to server high invalid 12 years 12 years
Description

I have a new computer that I downloaded the latest version 3.5.2, and now I cannot connect to server. Another co-worker tried to update her computer also to 3.5.2 and she cannot connect either. She was able to connect about 1/2 hr before she updated. Just keeps coming up with "connection timed out" then "could not connect to server"

#7910 Unable to upload 550 The supplied message is incomplete. The signature was not verified. high rejected 12 years 10 years
Description

Unable to upload files after web host enabled TLS 1.1/1.2, I can connect to the server and browse and download files, but uploading files fails:

FTP Server Microsoft FTP 7.5

Tried downgrading to 3.5.2, with the previous version of FileZilla it will not even connect. While I would normally in this case just turn off TLS 1.1/1.2 support on the server, but since I don't have such access I have worked around the problem by turning off TLS 1.1/1.2 on the client side. I also tried 3.5.3 from a Mac running OS X Lion, same result.

Here is the message log with debugging set to level 4:

20:13:07 Status: Connecting to XXX.XXX.XXX.XXX:21... 20:13:07 Status: Connection established, waiting for welcome message... 20:13:07 Trace: CFtpControlSocket::OnReceive() 20:13:07 Response: 220 Microsoft FTP Service 20:13:07 Trace: CFtpControlSocket::SendNextCommand() 20:13:07 Command: AUTH TLS 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 234 AUTH command ok. Expecting TLS Negotiation. 20:13:08 Status: Initializing TLS... 20:13:08 Trace: CTlsSocket::Handshake() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnSend() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: TLS Handshake successful 20:13:08 Trace: Cipher: AES-256-CBC, MAC: SHA256 20:13:08 Status: Verifying certificate... 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: USER XXXXXX 20:13:08 Status: TLS/SSL connection established. 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 331 Password required for XXXXXX. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PASS XXXXXX 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 230 User logged in. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: OPTS UTF8 ON 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PBSZ 0 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 PBSZ command successful. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PROT P 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 PROT command successful. 20:13:08 Status: Connected 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:13:08 Status: Retrieving directory listing... 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Trace: CFtpControlSocket::ChangeDirSend() 20:13:08 Command: PWD 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 257 "/" is current directory. 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:13:08 Trace: CFtpControlSocket::ListSubcommandResult() 20:13:08 Trace: state = 1 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Status: Directory listing successful 20:13:08 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:13:11 Trace: CFtpControlSocket::FileTransfer() 20:13:11 Status: Starting upload of /FTPWorking/49.png 20:13:11 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:13:11 Trace: FileTransferSubcommandResult() 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: FileTransferSend() 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 2 20:13:11 Command: PASV 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 227 Entering Passive Mode (XXX,XXX,XXX,XXX,201,87). 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 2 20:13:11 Trace: state = 2 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 4 20:13:11 Command: STOR 49.png 20:13:11 Trace: CTransferSocket::OnConnect 20:13:11 Trace: CTlsSocket::Handshake() 20:13:11 Trace: Trying to resume existing TLS session. 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: CTlsSocket::OnSend() 20:13:11 Trace: CTlsSocket::OnSend() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 150 Opening BINARY mode data connection. 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 1 20:13:11 Trace: state = 4 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 5 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: TLS Handshake successful 20:13:11 Trace: TLS Session resumed 20:13:11 Trace: Cipher: AES-256-CBC, MAC: SHA256 20:13:11 Trace: CTransferSocket::OnConnect 20:13:11 Trace: CTlsSocket::Shutdown() 20:13:11 Trace: CTransferSocket::TransferEnd(1) 20:13:11 Trace: CFtpControlSocket::TransferEnd() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 550 The supplied message is incomplete. The signature was not verified. 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 5 20:13:11 Trace: state = 7 20:13:11 Trace: CFtpControlSocket::ResetOperation(2) 20:13:11 Trace: CControlSocket::ResetOperation(2) 20:13:11 Trace: CFtpControlSocket::ParseSubcommandResult(2) 20:13:11 Trace: FileTransferSubcommandResult() 20:13:11 Trace: CFtpControlSocket::ResetOperation(2) 20:13:11 Trace: CControlSocket::ResetOperation(2) 20:13:11 Error: File transfer failed 20:13:11 Trace: CFileZillaEnginePrivate::ResetOperation(2)

#7917 Latest version ftpes issue. high duplicate 12 years 12 years
Description

When I use the latest version of filezilla and I want to connect a ftpes sitE, It shows this error. But I can connect it with the version 3.4.0

Status: Resolving address of traverse.icomproductions.ca Status: Connecting to XX.XX.XX.XX:21... Status: Connection established, waiting for welcome message... Response: 220 ICOM Productions FTP Server Command: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of traverse.icomproductions.ca Status: Connecting to 67.22.102.179:21... Status: Connection established, waiting for welcome message... Response: 220 ICOM Productions FTP Server Command: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#7920 FTP passive connection is not closed high invalid 12 years 12 years
Description

Create a binary file with contents: ff 00 00 00 Send it over FTP in passive mode, the connection hangs un-closed, thus server locks the file until timeout reaches, then Filezilla Client repeats an attempt to send the file, obviously failing as the file is locked on the server.

This is not the only file that makes filezilla hang a connection. A lot of UTF-16 files causes the same problem. Maybe all, don't know.

According to Wireshark, FTP-Data message of 4-bytes length is never followed by a FIN message, neither it is FIN itself.

Configuration: OS: Windows 7 SP1 7601, 32bit Filezilla: 3.5.3, build 2012-01-08 Server: Gene6 FTP Server 3.10.0 build 2

#7924 Error message: XML-document not well formed high duplicate 12 years 12 years
Description

I try to install the latest version of FILEZILLA. At the end of the installing process I get the message "File could not be loaded. The XML-document is not well formed. Error reading end tag."

I checked the old tickets and found that #5333 reported the same problem 22 months ago. Do you not intend to fix the bug?

#7927 Drive/folder icons disappeared high outdated 12 years 9 years
Description

Hi,

I'm experiencing a bug where the folder and drive icons do not get displayed at all in the "local site" and "remote site" (see the attached)

FileZilla Installation information: OS Installation - C: FileZilla Installation - E:

FileZilla Client


Version: 3.5.1

Build information:

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

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows Server 2003 (build 3790, Service Pack 2) Version: 5.2 Platform: 32 bit system

  • sans
#7942 Problem transfering directory with name "1ab cd ef" which becomes "cd ef" high worksforme 12 years 12 years
Description

Hello

I've a problem transfering a directory from my computer Windows to a UNIX computer.

The directory's name is "1ab cd ef" and the name of the distant computer directiry becomes "cd ef". That is on the filezilla view but if we connect to distant computer with Telnet (for example), it is the right name "1ab cd ef"

Thank you for your help

#7953 FileZilla Client crashes when IPv6 to IPV4 translation is used after high fixed 12 years 11 years
Description

FileZilla Server 0.9.41 beta running on XP_SP3 at IPv4; FileZilla Client 3.5.3/32bit on XP_SP3 atIPv6; -> ipforwarding instancy build up using linux-wrt (ipgateway.d -> login from IPv4 Client OK; all in passive mode -> after a few seconds after

EPSV -> Entering Extended Passive Mode (
|1822|)

MLSD -> 425 Can't open data connection. Error: Failed to retrieve directory listing

-> FileZilla Client crash, when running the configuration assistent

-> Passiv -> fallback to active mode -> use following IP address fed0:1874:a001::209 -> ask OS for Port -> Test -> see attached *rtf for exact crash details

#7980 timing out i cant upload some files from mac high outdated 12 years 12 years
Description

yes whenever i sign into ftp server im not in for even a minute and it times me out

#7984 Syntax error when entering port 21 high outdated 12 years 12 years
Description

Filezilla the newest verison does not like any port number it keep giving a syntax error stating it has to be a port from 1 to 6555.

#8022 Problems to upload some files from MAC OS simon high invalid 12 years 12 years
Description

Hi! I've several problems.

I used filezilla 1 month ago without problems in my MAC OS X.

But now y try to upload a index.html (3 kb) in my server using filezilla and report a problem, it try to upload, and in a minute says: Target file already exists. Ok. I select Overwrite, and try to upload again and report again the same: Target file already exists. I select cancel (boring) and the file appears in the server but with 0 bytes.

Is very strange, because only happens with some files. Another files can be upload without problems. I have been checking 1 week, but without solutions... I can see that if I create an html without code between <body> </body> i can upload de file. But... Why I cant upload some files and another one yes I can? Whats is the problem? Is a new upgrade of MAC OS X? Problems with configuration? I dont touch anything in this month.

I have tryed all possible configurations...

But... attention... I try upload the files from a PC (Windows) and all is ok, there are not any problems.

What can be the problem? My server company and Apple Support says that the problem is FIlezilla... But I think that no... because y try to use another FTP CLients Progams Freeware and I have the same problem... TImed out conection, etc...

I attach the server dialog in mac and server dialog in pc.

Thanks for your help.

Regards.

#8030 Reach at any button click in Site Manager Kubuntu 12.04 LTS high worksforme 12 years 11 years
Description

Open Site Manager, click Cancel, Ok (any button) and FileZilla closing

#8032 Unity Support in Ubuntu 12.04 high outdated 12 years 12 years
Description

I've noticed that when you minimize FileZilla you cannot re-open the existing window. If you click on the FileZilla icon in the unity menu to re-open a minimized instance, it instead opens a new instance. This can lead to FileZilla crashing. This also poses a serious concern for long upload/download of files due to losing where you are at. Please contact me if you need more information, I'll provide any assistance I can.

#8050 Unable to Login to FileZilla high fixed 12 years 12 years
Description

Hi,

I can use other FTP clients, but for some reason FileZilla no longer works on my PC for my domain mrapartner.com. For one of my other domains there is no problem either. Why is FileZilla only blocking one of my domains? I get the error below.

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

#8053 Unable to connect Ftp using Require explicit FTP over TLS Encryption sahari bin mahidi high fixed 12 years 10 years
Description

Hi,

We are unable to connect Ftp using Require explicit FTP over TLS Encryption below is the ftp log

Status: Connecting to 118.67.248.123:21... Status: Connection established, waiting for welcome message... Response: 220 Serv-U FTP Server v10.4 ready... Command: AUTH TLS Response: 234 AUTH command OK. Initializing SSL connection. Status: Initializing TLS... Status: Verifying certificate... Command: USER tirtira7897TI7663 Status: TLS/SSL connection established. Response: 331 User name okay, need password. Command: PASS Response: 230 User logged in, proceed. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported Response: UTF8 Response: OPTS MODE;MLST;UTF8 Response: CLNT Response: CSID Name; Version; Response: HOST domain Response: SITE PSWD;SET;ZONE;CHMOD;MSG;EXEC;HELP Response: AUTH TLS;SSL;TLS-C;TLS-P; Response: PBSZ Response: PROT Response: CCC Response: SSCN Response: RMDA directoryname Response: DSIZ Response: AVBL Response: EPRT Response: EPSV Response: MODE Z Response: THMB BMP|JPEG|GIF|TIFF|PNG max_width max_height pathname Response: REST STREAM Response: SIZE Response: MDTM Response: MDTM YYYYMMDDHHMMSS[+-TZ];filename Response: MFMT Response: MFCT Response: MFF Create;Modify; Response: XCRC filename;start;end Response: MLST Type*;Size*;Create;Modify*;Perm;Win32.ea;Win32.dt;Win32.dl Response: 211 End (for details use "HELP commmand" where command is the command of interest) Command: CLNT FileZilla Response: 200 Noted. Command: OPTS UTF8 ON Response: 200 OPTS UTF8 is set to ON. Command: PBSZ 0 Response: 200 PBSZ command OK. Protection buffer size set to 0. Command: PROT P Response: 200 PROT command OK. Using private data connection. Command: OPTS MLST type;size;modify;perm; Response: 200 MLST OPTS Type;Size;Modify;Perm; 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 (118,67,248,123,195,81) Command: MLSD Response: 150 Opening BINARY mode data connection for MLSD. Response: 426 Data connection unexpectedly closed. Error: Failed to retrieve directory listing

#8086 Filezilla crashes on launch - displays brief flash on screen. high outdated 12 years 11 years
Description

OS: WinXPSP3 Processor: Intel Core 2 RAM: 2GB Filezilla version: 3.5.3 (latest) AV: ESET NOD32

Problem: Filezilla crashes instantly on launch.

Filezilla was on 3.5.2 when this problem started. It had worked OK for about two months, up until two days ago. Nothing has been installed since then, and no Filezilla settings were changed. Today, it would not start up from the desktop shortcut. There was a brief jagged flash across the screen for a fraction of a second. No disk activity. Nothing in Task Manager. No MS crash message. Re-installed latest version 3.5.3 over the top. Worked OK once. Able to upload a file. Closed Filezilla. Tried to open it again - behaviour the same as before with brief flash on screen then nothing. Have tried a full uninstall, restart and re-install. No better. Tried renaming the C:\Documents and Settings\{user name}\Application Data\FileZilla folder (as suggested on another ticket). No better. Can't find any existing tickets that match this behaviour. Some tickets refer to being able to pick up Filezilla using ALT+TAB, but this does not happen in this case. Note: was re-installed with "all users" option, but Filezilla folder was found in the individual current user folder under C:\Documents and Settings\, not the all users folder.

#8114 Prompts again for action on file aready exists, despite "always use this action"/"apply only to current queue" previously checked within same queue high fixed 12 years 9 years
Description

Steps to reproduce the bug:

  1. Select a folder with many subfolder on the server. Make sure you have a folder of the same name on the client with a similar tree structure containing at least a few files in common. Right click and choose "Download"
  1. When the first file that already exists is found, the prompt appears asking you what to do.
  • Select "Overwrite"
  • Check "Always use this action"
  • Check "Apply only to current queue"
  1. Click OK

Expected: it should download all the rest of the files and never ever ask you again what to do with existing files in the current queue

Observed: every once in a while the "file already exists" dialog appears again. I select "always use this action" and "apply to current queue only" again, and again, but it will still pop up again.

I don't know if this happens when the connection is lost and reestablished with the server. Even if this is the case it is wrong.

#8140 directory listing error if it contains a space high duplicate 12 years 12 years
Description

when using Filezilla client, I observed that , if there is a "space" as first character for a directory name, it will give directory listing error when we try to enter in to the directory.

when the directory name is displayed we will not be able to see the "space" character also.

I have renamed the directory from command mode, ie removed the space then it started working.

version 6.1 ( build 7601, service pack 1)

#8146 Transfering Files from my host website to my local workstation high outdated 12 years 12 years
Description

I stored my clients photos as individual files on my web host linux server and I have over 20000 files stored in a directory called Photo. I wanted to transfer these photos to my desktop but I found out Filezilla could only list 9998 files out of over 20000 files. What do I do?

#8204 Error: Connection timed out Error: File transfer failed after transferring 262,144 bytes in 21 seconds high rejected 12 years 12 years
Description

I successfully log on to my web host through Quick Connect. I successfully upload a small file: Status: Connected Status: Starting upload of C:\MAPA Video avi\URL.doc Command: CWD /htdocs/MAmyths Response: 250 Directory successfully changed. Command: TYPE I Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (206,188,193,133,250,19) Command: STOR URL.doc Response: 150 Ok to send data. Response: 226 Transfer complete. Status: File transfer successful, transferred 12,288 bytes in 2 seconds Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (206,188,193,133,30,107) Command: LIST Response: 150 Here comes the directory listing. Response: 226 Directory send OK. Status: Directory listing successful

In same log on session, Larger File Upload Fails: Status: Starting upload of C:\MAPA Video avi\Myths_of_Medical_Marijuana.avi Command: PASV Response: 227 Entering Passive Mode (206,188,193,133,85,43) Command: STOR Myths_of_Medical_Marijuana.avi Response: 150 Ok to send data. Error: Connection timed out Error: File transfer failed after transferring 262,144 bytes in 21 seconds Status: Connecting to 206.188.193.133:21...

Why?

#8211 Right clicking on directory/file name while renaming freezes/crashes FileZilla high invalid 12 years 9 years
Description

Hi,

When trying to rename / click a remote folder (maybe a file too not sure) the Local Directory tree is freezing (I can't go to subfolders or to upper folder; not sure about scrolling if works right now I have a tiny directory list) and I can't show the right click menu and the Remote Folder tree is scrollable but I can't navigate through folders neither right click menu does not appear.

The main menu seems to work.

The file transfers are working ok meantime if something in queue. To fix the issue I need to kill/close FileZilla and start again.

This is happening very often.

#8217 FileZilla client [Message Log] panel render error! high duplicate 12 years 12 years
Description

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

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

TRY:

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

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

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

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

TRY:

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

#8245 Unusual behavior of estimated remaining time during upload/download. high rejected 12 years 11 years
Description

I am using v3.5.3-nightly: http://puu.sh/1aPYk During upload/download I am getting a very strange bug, I will let the image speak for itself: http://puu.sh/1aPRO

#8254 Drag and Drop in Linux mint 12 causes crash high duplicate 12 years 12 years
Description

Steps to reproduce:

  1. Attempt to Drag and Drop file into folder in same directory

At that point the program crashes and exits. This happens on local as well as server files.

#8257 Double-click action view/edit not working if disconnected from server high worksforme 12 years 11 years
Description

Open MENU Edit > Settings > Interface > File lists. Define double-click action as "View/Edit". Double-click any html or php file in order to edit it.

This works fine as long as there is a connection to the server. But if FileZilla is not connected to a server the following error message is shown:

Editing failed
Cannot edit file, not connected to any server

I often want to edit a file before establishing the connection to the server. In my opinion it does not make sense that local editing of a file is only possible if a connection to the server exists.

#8270 utf-8 txt files are not uploaded correctly if transfer mode is AUTO high outdated 12 years 11 years
Description

Take a text file encoded in utf-8 containing non-ascii characters with a .txt extension and upload it to a server with FileZilla with the transfer mode set to "AUTO".

Expected: the transfer mode should be set to whatever is correct, the upload should be done correctly, and the uploaded file should be ok

Observed: the "A" (ASCII) transfer mode is automatically selected and the uploaded file is somehow corrupted.

I'm not sure whether uploading an utf-8 text file in ASCII mode is supposed to work or not (i guess not). If it is not, then selecting ASCII mode is wrong, and the Binary mode should be selected for utf8 text files when the mode is set to Auto. If it is supposed to work, then FileZilla does it incorrectly.

Curiously enough, _downloading_ utf8-encoded text files in auto mode does work correctly (and the ASCII mode is selected automatically, again curiously), here the behavior of the server may be involved.

#8285 Cacheing Issues high outdated 12 years 11 years
Description

I uploaded a file to my server through FileZilla. I realized a typo in the file name so within filezill I renamed it to the appropriate name. I then when to check within a web browser if the file was viewable and it was not. The permissions are all correct and it is in a publicly viewable folder.

Further looking into it I found that the file that filezill was showing versus the files that were on the server were different. Out of the 4 files in this folder the one I had change with filezill had not been changed on the server. The server was reporting the old info.

I called the hosting comapny, host gator, and they had no issues with the server or the ftp. So I remove the filezill version I had on my PC, windows 7, wiped all the info out and got the newest version from your site. I added the folder from the zip file to my comp and ran the program. When I ran the program it came up with all the server information already in it.

Two questions,

  1. How did it come up with the server info if I deleted the older program and
  1. Why is the program not showing the correct files or uploading them.
#8337 TLS not work in 3.6.0.1 high duplicate 11 years 11 years
Description

Hi, I have Windows 2012 server with FTPS enabled and I can't connect with Filezilla in explicit mode active/passive but i can connect with Core FTP LE and this website http://www.net2ftp.com/index.php I have this error message :

Statut : Connexion établie, attente du message d'accueil... Réponse : 220 Microsoft FTP Service Commande : AUTH TLS Réponse : 234 AUTH command ok. Expecting TLS Negotiation. Statut : Initialisation de TLS... Erreur : GnuTLS error -110: The TLS connection was non-properly terminated. Erreur : Impossible d'établir une connexion au serveur

#8354 wrong size of the dowloaded file high rejected 11 years 11 years
Description

Hello, I need your kind support in the following matter: I have downloaded from an ftp site a suite of 6 files that all together are forming a DCP cinema trailer. Download went well, no errors. However, at the cinema while trying to ingest the suite, the server reported some errors in terms of different file sizes than expected. Checking again with FileZilla and downloading again I've noticed the resulted files have in deed different sizes than their sources on the ftp. I have then accessed the same ftp with the browser (Mozilla) and downloaded in that way. All ok with these files.

Question: why is this happening ? What can be done to solve this ? It didn't happened with the big files (1GB) but with small (9KB), control files which are however essential to play correctly the trailer. If needed I can send you both wrong and correct files.

thank you in advance Sorin

#8376 Filezilla with Putty-CAC high fixed 11 years 11 years
Description

I am trying to use Filezilla 3.6.2 with Putty-CAC for authentication. However, anytime I try to connect to our server Pageant seems to fail to communicate as I get a password prompt. It should be using my cert I have in pageant but it is not communicating with it.

The last version of Filezilla that will work with Putty-CAC without any problems is 3.5.3. I really would like to be able to upgrade Filezilla but I can not do so because we have to use Putty-CAC. So my question is can support be added in these newer version to support Putty-CAC once again? What changed from 3.5.3 to newer versions for it to stop working?

Putty-CAC can be found here: http://www.risacher.org/putty-cac/3.5.3

#8385 Cannot connect with ftp-dom.earthlink.net Server high invalid 11 years 11 years
Description

Attempts to connect to ftp-dom.earthlink.net continuously do not connect. I can connect to all other FTP servers I need to, but not Earthlink. The administrator tells me there have been no changes.

#8386 Asking Overwite action high outdated 11 years 11 years
Description

i am having two internet connection.

i have uploaded more than 3MB file successfully using first internet connection. upload same file using second internet connection after complete it will ask "Overwrite action" pop up windows.

please solve overwrite pop up windows problem using second internet connection.

#8396 Issue while upgrading Filezilla client version from 3.5.3 to 3.6.0.2 high fixed 11 years 10 years
Description

Hi support,

Good Evening ! Recently i upgraded filezilla client version from 3.5.3 to 3.6.0.2 .

While using FileZilla client version 3.6.0.2 ( upload or download files and folder ) but i got below error :-- --- Error: GnuTLS error -110: The TLS connection was non-properly terminated. Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 65.182.191.177:990... Status: Connection established, initializing TLS... Error: GnuTLS error -110: The TLS connection was non-properly terminated. Error: Could not connect to server


While Using same details i used in filezilla client version 3.5.3 , it was working fine / i successfully connected to FTP server.

Note :-- Secure FTP configured on the server (FTPS) . port - 990 allowed in firewall in server.

I don't understand , is it a bug in filezilla client version 3.6.0.2 or there is any setting missing on server side.

Kindly provide me resolution / Workaround for the same ASAP. I will be thankful for the same .

Regards,

Sahil Dua

#8397 Caching problem high outdated 11 years 11 years
Description

Hello, I have a big problem with caching and I don't know how to clean up cached files on my FileZilla. After editing a file I uploaded it successfully but later found that the file has not been changed.

FileZilla Client


Version: 3.5.3

Build information:

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

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows Server 2003 (build 3790, Service Pack 2) Version: 5.2 Platform: 32 bit system

#8402 Unable to connect to seedbox high invalid 11 years 11 years
Description

I am unable to connect to my seedbox at ... ftp://hawk.seedcafe.info port 53421.

This leaves me unable to transfer any files from the box. Can you help.

TY,

Tim

#8407 Unencrypted Password Storage - BUG security high duplicate 11 years 11 years
Description

I repeat the requests of the numereous tickets years ago: This is not a new feature it is simply a BUG.

This basically very easy to use and very good product is totally unusable without secure password storage. Pls., pls. concentrate to improve as fast as possible. I couldnt believe, that the passwords are stored as more or less plain text. SFTP???? Regards Plusminus P.S. Pls.!

#8462 'Filename' column showed last modified data,and 'Last modified' column no data high outdated 11 years 11 years
Description

Remote site's 'Filename' column shows last modified data,and 'Last modified' column no data, then click directory name can't cd into the directory,click filename can't download the correct file, because the directory name has the last modified year,date,time as the directory,file name's prefix.

#8479 Right clicking on folder/file name while renaming freezes FileZilla high duplicate 11 years 11 years
Description

In both local and remote file explorers, while renaming a file/folder, if I right click on it, the text box (of renaming) turns into folder/file name and FileZilla freezes. While freezed, main menu items can be used without any problem but icons, log window, file explorers, queue, etc does not respond to my clicks neither can I close by clicking on close button on title bar (but File > Exit works).

I enabled verbose but nothing appears in the log when I right click.

This latest version of FileZilla was downloaded from FileZilla website and earlier version which I had was installed via Synaptic Package Manager and that too had the same problem.

On my system it can be easily recreated. I have to just: Start FileZilla > in local explorer (tree or list) right click, rename > in the text box for renaming, right click > application freezed.


FileZilla Client Version: 3.6.0.2

Build information:

Compiled for: i586-pc-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2012-11-29 Compiled with: gcc (Debian 4.4.5-8) 4.4.5 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.12 GnuTLS: 3.1.4 SQLite: 3.7.9

Operating system:

Name: Linux 3.2.0-37-generic-pae i686 Version: 3.2

#8549 IIS 2008R2, SSL cipher issues, dropped connections high fixed 11 years 10 years
Description

On IIS 2008 R2, with an SSL connection, with PCI compliant ciphers only, a variety of broken and dropped errors occur.

Server set to PCI compliant ciphers only (RC4 128, 3xDES 168, AES 128, AES 256).

On v3.6.0.2: wont connect at initial start up; server drops the connection with this error: An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed. i.e. no matching Cipher.

Note on 3.6.0.2, if we allow the non PCI ciphers, it does connect, but, then fails on upload transfers, with "invalid transfer" message in the log (i don't know which cipher its selected).

On older 3.53; with the AES ciphers in the top of the list, it will connect, but fails the file upload transfer. With RC4 cipher as the first choice (beast ordering), it fails outright and never connects.

#8585 GnuTLS update request of FileZilla high fixed 11 years 11 years
Description

I would like to request that you update the GnuTLS module to the latest version, not only it corrects many bugs but also corrects security problems (http://www.gnutls.org/security.html#GNUTLS-SA-2013-1) The latest (at the moment) is: GnuTLS 3.1.10

#8634 Drag and drop files not working between local and remote high outdated 11 years 10 years
Description

Specific issue:

Clicking on the icon of a file with left mouse button has no effect whereas it should initiate a drag.

Background:

I was prompted to update to FileZilla Client 3.6.0.2 about 9 days ago (strange because it was released 2012-11-29, perhaps I was ignoring the previous update requests, not sure). After the update, I can no longer drag / drop files between servers using left mouse button (as is normal).

Notes:

  • I can left click on filename to rename.
  • I can drag files from Mac Finder into either local or remote file lists and it works fine.
  • I can right-click to upload / download, etc.
  • Left mouse button works fine for all other applications and all dialogs, icons, etc inside FileZilla. Also works for double-click file transfer if configured for such.
  • I have restarted and even reinstalled FileZilla Client 3.6.0.2 to confirm.
  • I looked in Preferences and did not see anything obvious that could cause this behavior. Tried every conceivable option that could trigger changes to mouse behavior in file list.
  • Using a standard 2-button logitech mouse with scroll wheel. Have tries with another generic mouse and exact same behavior.

Research:

  • I tried to first check the FileZilla help forum for related threads. Did not find any.
  • I did not find any open bugs for this.
  • I attempted to register on the help forum to see if I was just missing something, but the forum does not accept @gmail.com addresses. [no comment]

About FileZilla:

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

Version:          3.6.0.2

Build information:
  Compiled for:   i686-apple-darwin9
  Compiled on:    i386-apple-darwin9.8.0
  Build date:     2012-11-29
  Compiled with:  i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
  Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:
  wxWidgets:      2.8.12
  GnuTLS:         3.1.3
  SQLite:         3.7.6.2

Operating system:
  Name:           Mac OS X (Darwin 12.3.0 x86_64)
  Version:        16.131
#8706 FileZilla fails to open high outdated 11 years 11 years
Description

Just downloaded latest version:FileZilla_3.7.0.1_i686-apple-darwin9.app.tar Put in Applications folder. Tried opening but fails with a bunch of error messages. See attached files. I did have a previous version that worked well. I no longer have it and am now without an FTP client. I downloaded and re-installed several times. Same result.

#8713 Filezilla Client (3.7.0.2) crashes when connecting to explicit FTP over TLS on MacOS high fixed 11 years 10 years
Description

Fresh install of filezilla. First install on my new system, not update.

Add first site to the "Site Manager". Under general settings tab set HOST, PORT, FTP, REQUIRE EXPLICIT FTP OVER TLS, NORMAL LOGIN, USER, PASSWORD. Hit "Connect" Filezilla crashes.

I get a very brief glimpse of the log/status window doing something before the crash. Anyone know if what is displayed in the connection status window is logged to the filesystem somewhere? If so I can grab those details as well so you know what part of the connection negotiation happens at.

Pretty sure this has to do with TLS. If I change to implicit TLS I get an "unexpected TLS packet" error when connecting, but no crash. If I change to SFTP, I can't connect, but no crash. So the only variable I am tweaking that seems to cause the crash is the "explicit TLS".

Excerpt from crash report attached.

#8725 [Just updated to newest!] This crash every time I try to connect to a server high duplicate 11 years 11 years
Description

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cr2: 0x00000043

Logical CPU: 4

Binary Images:

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

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

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

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

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 2 thread_create: 0 thread_set_state: 0

Calls made by this process:

task_for_pid: 0 thread_create: 0 thread_set_state: 0

Calls made by all processes on this machine:

task_for_pid: 1470 thread_create: 1 thread_set_state: 0

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

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

#8733 troubling uploading files high outdated 11 years 10 years
Description

I upgraded to and I am using the latest version of FileZilla 3.7.0.2. Ever since I upgraded, I am having problems uploading files to the server. I am using Windows 7. Every time I attempt to upload a file, I receive a message saying that the target file already exists, and there is a blank file with the correct name on the server, but it is blank and is 0 bytes. Even though I tell it to overwrite the existing file. It doesn't work. It shows up on the bottom as a failed File transfer with the reason "Could not start transfer". Please help!

#8744 Crash on connection to FTPES server, Client 3.7.0.2 high duplicate 11 years 11 years
Description

When connecting to an FTPES enabled server, which worked in the previous 3.7.0 release, FileZilla client quits without a crash or error report from OSX.

Messages log from FileZilla (before the client quits):

Status: Resolving address of usdedi3tb020.xirvik.com Status: Connecting to <redacted>:21... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.4a Server (<redacted>) [<redacted>] Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... <client quits>

Output form /var/log/system.log:

Jun 10 19:39:37 <redacted>.local SIMBL Agent[346]: warning: failed to get scripting definition from /Applications/FileZilla.app; it may not be scriptable. Jun 10 19:38:08 <redacted>.local com.apple.launchd.peruser.502[188] ([0x0-0x89d89d].de.filezilla[6305]): Exited with code: 255

#8746 FileZilla fails to login high duplicate 11 years 11 years
Description

While attempting to login to any of my servers, FileZilla will suddenly close and I get the following report;

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

Date/Time: 2013-06-10 21:02:03.414 -0700 OS Version: Mac OS X 10.8.4 (12E55) Report Version: 10

Interval Since Last Report: 14529 sec Crashes Since Last Report: 2 Per-App Interval Since Last Report: 358 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: F077EC8D-2D9E-34E4-9736-AA6E5678431A

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

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

VM Regions Near 0xf09eb648:

CG backing stores 00000000c8836000-00000000c8eda000 [ 6800K] rw-/rw- SM=SHM

-->

Submap 00000000ffff0000-00000000ffff1000 r--/r-- process-only submap

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 0x9a0569ae kevent + 10 1 libdispatch.dylib 0x9825bc71 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x9825b7a9 _dispatch_mgr_thread + 53

Thread 2: 0 libsystem_kernel.dylib 0x9a0560ee workq_kernreturn + 10 1 libsystem_c.dylib 0x91cc70ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x91cc6e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x91caed2a start_wqthread + 30

Thread 3: 0 libsystem_kernel.dylib 0x9a0560ee workq_kernreturn + 10 1 libsystem_c.dylib 0x91cc70ac _pthread_workq_return + 45 2 libsystem_c.dylib 0x91cc6e79 _pthread_wqthread + 448 3 libsystem_c.dylib 0x91caed2a start_wqthread + 30

Thread 4: 0 libsystem_kernel.dylib 0x9a053826 semaphore_timedwait_trap + 10 1 com.apple.CoreServices.CarbonCore 0x98bfb810 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 0x98bfba7b PrivateMPEntryPoint + 68 9 libsystem_c.dylib 0x91cc45b7 _pthread_start + 344 10 libsystem_c.dylib 0x91caed4e thread_start + 34

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

eax: 0x09e4b9d4 ebx: 0x004715e4 ecx: 0xf09eb654 edx: 0x005c2f34 edi: 0x09e4b9d4 esi: 0x09eb5154 ebp: 0xbffff938 esp: 0xbffff910

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

cr2: 0xf09eb648

Logical CPU: 0

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.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0xa6a000 - 0x16ffff3 com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /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 0x2be4000 - 0x2bf1ff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x806f000 - 0x807cff7 +net.telestream.license (1.0.8.2-GC - 1.0.8.2-GC) <A61005C5-E6A4-84A6-2A85-38E53CFBD6AF> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0x8085000 - 0x808cffc com.apple.AppleGVAHW.component (1.1 - 1) <5DB91F15-3FD3-308F-8FC5-662562F3EA78> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW 0x8093000 - 0x8097ff7 com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec 0x809c000 - 0x80a0fff com.apple.CommonCocoaPanels (4.0 - 16) <7676B15F-69E2-39D2-9F35-9D2959A99079> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels 0x80ae000 - 0x80aeff5 +cl_kernels (???) <3D70D195-6FD0-46A8-BB62-F9BC9A2891E6> cl_kernels 0x80c4000 - 0x80c7ff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit 0x80cc000 - 0x80edfff com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x9148000 - 0x91a0fff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x9366000 - 0x93a0fff com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.31) <586904D8-4781-392C-9AD5-C9F547E1C65D> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x93ac000 - 0x95a1ff2 +net.telestream.wmv.import (2.4.0.11 - 2.4.0.11) <83F7489B-3935-E1BA-B934-69179217A26D> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x95d6000 - 0x9681fff libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib 0x9721000 - 0x98e3ff2 +net.telestream.wmv.advanced (2.4.0.11 - 2.4.0.11) <92B25580-FF56-5E91-902F-D1DC3E7EC9C2> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced 0x9927000 - 0x998ffeb com.apple.AppleProResDecoder (3.0.2 - 5718) <4442CBCE-7163-3E6A-8511-A52E9F6D8AFC> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder 0x99c0000 - 0x9a09fff com.apple.AppleVAH264HW.component (3.0 - 3.0) <DC2A8842-FDE5-32F8-B2D6-00683394AEE3> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0x9acd000 - 0x9c18fff com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <103CBDDD-E0C2-3B62-923B-AA46F2AB3CD7> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA 0x9c34000 - 0x9c4cff2 com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x9c51000 - 0x9c5ffff com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <C47149AC-AE13-37B9-A244-567E644F040A> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0x9c6d000 - 0x9c6effd com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/DictationServicesCore.framework/DictationServicesCore 0x9c82000 - 0x9c8affd libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0xa36c000 - 0xa3fefff unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

0x8feed000 - 0x8ff1fe57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld 0x900fc000 - 0x9014bff6 libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x9014c000 - 0x90196ff7 com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x90197000 - 0x901d6ff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x901d7000 - 0x901fbfff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x901fc000 - 0x901fefff com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x901ff000 - 0x901ffffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib 0x90200000 - 0x9020dff7 com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x9020e000 - 0x90265ff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x90268000 - 0x9027afff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib 0x9027b000 - 0x902d2ff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x902d3000 - 0x902d3fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib 0x902d4000 - 0x9052dff5 com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x9052e000 - 0x9060ffff libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib 0x90610000 - 0x9072cffb com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9072d000 - 0x907ebff3 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 0x907ec000 - 0x907efff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x907f0000 - 0x90803ff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x90804000 - 0x90880ffb libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x90881000 - 0x9088bfff 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 0x9088c000 - 0x908d4ff5 com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x908d5000 - 0x908e3fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x908e4000 - 0x90902ff3 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 0x90903000 - 0x90904fff libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib 0x90905000 - 0x9097aff7 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 0x9097b000 - 0x9097bfff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9097c000 - 0x90985ff9 com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x90986000 - 0x909c8fff libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib 0x909c9000 - 0x90be0fff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x90be1000 - 0x90c78ff7 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 0x90c79000 - 0x90ca9ff3 libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib 0x90d4c000 - 0x90d8cfff com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x90dbd000 - 0x90ddaff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib 0x90ddb000 - 0x90eebffb com.apple.QuickTimeImporters.component (7.7.1 - 2599.31) <EB33C708-9BDB-345C-AC5A-278B84035EA7> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x90eec000 - 0x90fddffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib 0x90fde000 - 0x910dcff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x910dd000 - 0x91266ff7 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 0x91267000 - 0x91267fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x91291000 - 0x912aefff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib 0x912af000 - 0x912f3ff7 libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x912f4000 - 0x912f7ff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib 0x9137a000 - 0x91431ff3 com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.31) <DB1FF52B-C701-3E7D-9751-88B1599981E4> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x91432000 - 0x9149afe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9149b000 - 0x914a8ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x914a9000 - 0x914a9fff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x914aa000 - 0x914b4ffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x914b5000 - 0x914fcff7 com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x914fd000 - 0x918f9feb com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x918fc000 - 0x91ab8ffd libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib 0x91ab9000 - 0x91b8ffff com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x91b90000 - 0x91bb5ff7 com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x91bb8000 - 0x91bb8fff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91c13000 - 0x91c48fff libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x91c49000 - 0x91cadff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib 0x91cae000 - 0x91d6bfeb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib 0x91d6c000 - 0x9201affb com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x9201b000 - 0x92075ffb 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 0x92076000 - 0x9209afff libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x9209d000 - 0x921b5ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x921b6000 - 0x921cbfff 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 0x921cc000 - 0x921ebff3 com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x9228a000 - 0x92402ff5 com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x92403000 - 0x9242eff9 com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x9242f000 - 0x924c7fff 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 0x924c8000 - 0x924fbfff libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib 0x92747000 - 0x92789fff libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib 0x9278a000 - 0x92972ffb com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x92973000 - 0x936abff7 com.apple.QuickTimeComponents.component (7.7.1 - 2599.31) <74631EAD-8A37-3628-829D-3D47A8BF8A50> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x936ac000 - 0x936afffc libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x936b0000 - 0x937bdff3 com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x937be000 - 0x93c00fff com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x93c0d000 - 0x93c3affe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x93c3b000 - 0x93c80ff7 com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x93c81000 - 0x93c83ffd libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x93fc3000 - 0x93fe5fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib 0x93fe6000 - 0x93fe6ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <F7638E43-F885-372E-9DAE-24D0C21AA66E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93fe7000 - 0x9401affb com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x9401b000 - 0x94044ff7 libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94045000 - 0x94049ffc libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9404a000 - 0x9404cffb libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9404d000 - 0x94056fff 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 0x94057000 - 0x940bdfff 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 0x940c8000 - 0x940cbfff 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 0x940cc000 - 0x941d7ff7 libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x941fe000 - 0x94299fff com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x9429a000 - 0x942b7fff libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib 0x942b8000 - 0x942c7fff libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x9432a000 - 0x94331fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib 0x94332000 - 0x943acff7 com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x9461b000 - 0x946caff7 com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x946cb000 - 0x9496eff3 com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x949a5000 - 0x94dc2fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x94dc3000 - 0x94decfff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x94ded000 - 0x94dfbfff com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x94dfc000 - 0x94e00ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x94e3e000 - 0x94eadffb com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x94eae000 - 0x94eb1ffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib 0x94f03000 - 0x94f4ffff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib 0x94f50000 - 0x94f7cff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib 0x94f7d000 - 0x94f86fff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x952ab000 - 0x952acfff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib 0x952ad000 - 0x9533fffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x95340000 - 0x953a8ff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x95753000 - 0x9575fff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x95760000 - 0x95761fff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib 0x95762000 - 0x95764ffc com.apple.QuickTimeH264.component (7.7.1 - 2599.31) <3DE0F972-7307-30AA-BFE4-9C53E09CC6E4> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x95765000 - 0x958beffb com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x958bf000 - 0x9593bff3 com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9593c000 - 0x95969ffb com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9596a000 - 0x959a0ffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x959a1000 - 0x959e3ff7 libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib 0x959e4000 - 0x95ab8ff3 com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x95ab9000 - 0x95ac0ffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib 0x95ac1000 - 0x95ac7fff 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 0x95ac8000 - 0x95acfffe com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x95ad7000 - 0x95e8fffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x95e90000 - 0x9651cff3 com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x9651d000 - 0x9652bff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x96cc8000 - 0x96d4dff7 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 0x96d4e000 - 0x96d64fff com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x96d65000 - 0x96d66ffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x96d67000 - 0x96e11fff com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x96e12000 - 0x96e12fff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x96e13000 - 0x96e33ffd com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x96f92000 - 0x96fd9ff3 com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x96fda000 - 0x9701cffb com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x9701d000 - 0x9701efff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib 0x9701f000 - 0x9702bff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x9702c000 - 0x97032fff libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x97033000 - 0x9712bff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib 0x9712c000 - 0x97130fff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x97131000 - 0x9717fff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x97185000 - 0x97185fff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x97186000 - 0x971eaff7 com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x971eb000 - 0x97245fff com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x97246000 - 0x97248fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x97249000 - 0x972abfff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib 0x972ac000 - 0x972b0ff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x972b1000 - 0x97e6dff3 com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x97e6e000 - 0x98251fff 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 0x98252000 - 0x98256fff 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 0x98257000 - 0x98269ff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib 0x9826a000 - 0x983a5ff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x983a6000 - 0x98446ff7 com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x986ba000 - 0x986caff7 libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib 0x986cb000 - 0x986d2fff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib 0x986d3000 - 0x98821ff3 com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x98822000 - 0x98883fff com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x98888000 - 0x98995057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib 0x98996000 - 0x9899dff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x9899e000 - 0x989f9ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x98a51000 - 0x98a8cfef libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x98a8d000 - 0x98a8effd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x98a8f000 - 0x98a8ffff libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib 0x98a90000 - 0x98a9bfff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib 0x98a9c000 - 0x98a9dfff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib 0x98a9e000 - 0x98ad5ffa com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x98ad6000 - 0x98b24ffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x98b65000 - 0x98e6aff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x98f09000 - 0x98f12ffd 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 0x98f13000 - 0x98f38ffb com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x98f39000 - 0x98f39fff 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 0x98f3a000 - 0x98f46ffe libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib 0x98f58000 - 0x98fb3fff 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 0x9900f000 - 0x99028fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x99029000 - 0x99029fff com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x9902a000 - 0x990defff com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x990df000 - 0x990efff2 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 0x990f0000 - 0x99107fff com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x99108000 - 0x991f1ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x991f2000 - 0x992efff7 com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x992f0000 - 0x99423ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x99424000 - 0x99439fff 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 0x994a1000 - 0x994afff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x994b0000 - 0x994c7ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x994cc000 - 0x994fdfff 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 0x994ff000 - 0x9977bff7 com.apple.QuickTime (7.7.1 - 2599.31) <D9571083-873B-3221-A7DF-23BAFC0F3467> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x9977c000 - 0x99786fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x99787000 - 0x99791fff libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x99792000 - 0x99793fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib 0x99794000 - 0x997b0fff libPng.dylib (850) <26AD967A-D55E-3C5A-A643-D9953136DE58> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9a033000 - 0x9a036ff9 libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x9a03a000 - 0x9a040ffc libCGXCoreImage.A.dylib (332) <C370B56E-888F-31E8-B6F9-C3944725FBD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x9a041000 - 0x9a05bffc libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib 0x9a05c000 - 0x9a37cff3 com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9a37d000 - 0x9a385fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x9a386000 - 0x9a646ff3 com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x9a647000 - 0x9a653ffa com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9a654000 - 0x9a67ffff com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x9a680000 - 0x9a684fff com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

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

VM Region Summary: ReadOnly portion of Libraries: Total=193.5M resident=67.3M(35%) swapped_out_or_unallocated=126.2M(65%) Writable regions: Total=94.5M written=4500K(5%) resident=16.4M(17%) swapped_out=0K(0%) unallocated=78.1M(83%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 33.3M ATS (font support) (reserved) 8K reserved VM address space (unallocated) CG backing stores 7024K CG image 4K CG raster data 56K CG shared images 192K CoreImage 4K CoreServices 1472K IOKit 8K MALLOC 26.3M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=243 4K Memory tag=249 156K Memory tag=35 4660K OpenCL 8K Stack 66.0M VM_ALLOCATE 16.2M DATA 10.8M DATA/OBJC 304K IMAGE 528K IMPORT 36K LINKEDIT 39.3M OBJC 1692K OBJC/DATA 200K PAGEZERO 4K TEXT 154.3M UNICODE 544K mapped file 87.8M shared memory 308K =========== ======= TOTAL 450.7M TOTAL, minus reserved VM space 450.7M

Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.30f1 Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 800 MHz, 0x2C00000000000000, 0x31364854463235363634485A2D3830304531 Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 800 MHz, 0x2C00000000000000, 0x31364854463235363634485A2D3830304531 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16) Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: WDC WD3200AAJS-40VWA1, 320.07 GB Parallel ATA Device: OPTIARC DVD RW AD-5630A USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa400000 / 3 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa440000 / 7 USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), 0x1102, 0xfa444000 / 9 USB Device: My Book 1110, 0x1058 (Western Digital Technologies, Inc.), 0x1110, 0xfa443000 / 8 USB Device: Photosmart C309a series, 0x03f0 (Hewlett Packard), 0x7311, 0xfa420000 / 6 USB Device: DVC 170, 0x2304 (Pinnacle), 0x021e, 0xfa430000 / 5 USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), 0x1102, 0xfa410000 / 4 USB Device: My Book 1110, 0x1058 (Western Digital Technologies, Inc.), 0x1110, 0xfa200000 / 2 USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 3 USB Device: My Passport 0748, 0x1058 (Western Digital Technologies, Inc.), 0x0748, 0xfd100000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000 / 2 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 3

#8753 ISO8859-1 charset conversions(specifically Norwegian chars) isn't working high invalid 11 years 11 years
Description

Using FileZilla 3.2.4.1 in WinXP(SP3). I'm connecting to site (MVS z/OS) to retrieve a file. This file contains Norwegian characters (Ö,Ü & Ä) being converted to junk values after FTP with FileZilla Client. In DOS scripts, its not changed due to "Quote site SBDATACONN=(IBM277,ISO8859-1)" command. I've tried similar charsets(ISO8859-1,CP1250, windows-1250 etc) in FileZilla but it still fails. Please investigate.

#8761 No connection to any site after today's update high invalid 11 years 11 years
Description

I took the update 3.7.1, build date 2013-06-18

It is not connecting to any site. I have several. I have not changed any configuration. They ALL worked the last time I used FileZilla (prior version) which was yesterday.

#8762 Quick Connect Menu Corruption on Server Connect high duplicate 11 years 11 years
Description

Windows 7, 64 Bit, SP 1 installed, updated with the latest MS updates. Installed FileZilla_3.7.1_win32-setup.exe from SourceForge. Started Filezilla and Ftp'd to my NAS. When the connection is established, the quick connect menu is overwritten by the server/client communication.

#8779 login high duplicate 11 years 11 years
Description

When exporting Servermanager data, the password is not encrypted!!!

#8790 Folders starting with letter A do not show up high fixed 11 years 11 years
Description

I can not see folders that start with the letter A in my local files. Filezilla and Transmit screenshots attached.

#8826 More security issues in putty (CVE-2013-4206, CVE-2013-4207, CVE-2013-4208) high fixed 11 years 10 years
Description

Reference: http://www.openwall.com/lists/oss-security/2013/08/06/13

"On 08/06/2013 01:56 PM, Vincent Danen wrote:

There seem to be some CVEs needed for putty 0.63 due to some other fixes that were fixed alongside CVE-2013-4852:

  • a heap-corrupting buffer underrun bug in the modmul function

which performs modular multiplication: http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-modmul.html

http://svn.tartarus.org/sgt?view=revision&sortby=date&revision=9977

Please use CVE-2013-4206 for this issue.

  • A buffer overflow vulnerability in the calculation of modular

inverses when verifying a DSA signature: http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-bignum-division-by-zero.html

http://svn.tartarus.org/sgt?view=revision&sortby=date&revision=9996

Please

use CVE-2013-4207 for this issue.

  • Private keys left in memory after being used by PuTTY tools:

http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/private-key-not-wiped.html

http://svn.tartarus.org/sgt?view=revision&sortby=date&revision=9988

Please

use CVE-2013-4208 for this issue."

#8844 File filezilla.xml is vulnerable to malware high duplicate 11 years 11 years
Description

Due to the fact that the file filezilla.xml is unencrypted I have twice been abducted stored password for my hosting using a malicious Java applets embedded on websites hosting images, which successfully decoded the passwords stored in it.

#8854 GnuTLS error -12: A TLS fatal alert has been received. Technical Team high duplicate 11 years 11 years
Description

Dear Sir/Mam,

I am unable to connect Crm.3aworldeservices.com with encryption explicit over ftp TLS via Filazila Client. But abble to connect via Winscp. Kindly resolve this issue asap.

error log: Status: Resolving address of Crm.3aworldeservices.com Status: Connecting to 118.67.248.167:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 21 of 200 allowed. Response: 220-Local time is now 11:55. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of Crm.3aworldeservices.com Status: Connecting to 118.67.248.167:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 21 of 200 allowed. Response: 220-Local time is now 11:55. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

with warm regards, Pankaj Kulshrestha +91 9718257405

#8857 last modified date is wrong when 1st item is a folder, OK if 1st item is file high duplicate 11 years 11 years
Description

I am connecting FileZilla 3.7.3 from Windows 7 Ultimate to a Windows 2008 server running freeFTPd. Everything functions as expected, but the dates displayed in the LAST MODIFIED column are incorrect in specific instances. IF the first item in the "ls" of the default folder/dir is a FILE the dates are all fine for the whole session. IF the first item in the "ls" list of the default folder is a FOLDER the date modified column shows ALL dates in the range of 12/31/1969 to late 1970. The dates remain incorrect for the complete session. I have tried other SFTP clients and they are fine even with the first item as a folder. This is a FileZilla problem.

#8868 Crash in 3.7.3 Don high outdated 11 years 7 years
Description

We have tried to send files several times and the client crashes after reporing an issue. When we check for updates we are told we have the most current.

Problem signature:

Problem Event Name: APPCRASH Application Name: filezilla.exe Application Version: 3.7.3.0 Application Timestamp: 52029f25 Fault Module Name: ntdll.dll Fault Module Version: 6.0.6002.18541 Fault Module Timestamp: 4ec3e3d5 Exception Code: c0000005 Exception Offset: 0003dd6d OS Version: 6.0.6002.2.2.0.272.7 Locale ID: 1033 Additional Information 1: a39d Additional Information 2: 3bd3cf452eb5e5fcea07f3014081c5c5 Additional Information 3: faa2 Additional Information 4: 6ac36e3fadf874e3bd9c3bf2194bb860

#8879 FileZilla crashes at start high outdated 11 years 10 years
Description

This problem just started happening today. I cannot open the application on my Mac at work. As soon as I do, a Problem Report for FileZilla box pops up. Can someone please help me get this working again? It is essential to my web development work. Thanks.

#8903 Last modified date on server displaying future date high outdated 11 years 10 years
Description

Since I upgraded to FileZilla 3.7.3, all files uploaded to the server AND those created on the server outside of FileZilla are displaying with an incorrect (future) date.

A file created locally and uploaded to the server today (09/06/2013 @ 14:33:59) using FileZilla is showing a last mod date of 04/30/2014 16:59:23.

I can verify the actual server attributes on the file as today:

Directory DSA1:[BSVCCTR.RGAJEWSKI] AOC_CAT_FILE.QZS;2 2/8 6-SEP-2013 14:33:59.62 AOC_CAT_FILE.QZS;1 2/8 6-SEP-2013 14:31:04.98

My server timezone offset is set to 0 hours, 0 minutes.

If the "preserve timestamps" option is selected, downloads keep the displayed date/time (04/30/2014).

If the "preserve timestamps" option is not selected, downloads use the current date/time (as expected).

Screen images available upon request.

#8911 Frustating Error! high duplicate 11 years 11 years
Description

So.. i just want to upload my files to my website, but the FileZilla wont upload it as what the files like. it's broken. i just hate it. i need to upload a big file more than one time...

#8913 FileZilla is blocked by my Malwarebytes virus protection high rejected 11 years 11 years
Description

I have tried updating my old version to 3.7.0.2 FileZilla Client


Version: 3.5.3

Build information:

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

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

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

however I get the following message: Status: Disconnected from server Status: Downloading /updatecheck.php?platform=i586-pc-mingw32msvc&version=3.5.3&osversion=6.0&osarch=32 Status: Resolving address of update.filezilla-project.org Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Error: Disconnected from server: EAI_NONAME - Neither nodename nor servname provided, or not known Error: Disconnected from server Error: File transfer failed

How it can be resolved?

I tried new installation,downloaded the new Client Download file and tried to install it. However my malwarebytes virus protection blocking/Quarantine it. The file that was quarantined is: PUP.Optional.BundledToolBar.A

Why?

#8915 New Windows Update Broke 3.7.3 high outdated 11 years 10 years
Description

The new windows update (security fixes only) on 9/10/13 "broke" my filezilla. When I right click a file to view or do anything with, it produces an error. Did a system restore before update and Filezilla works again just fine. Sorry that I didn't write down the error message before system restore :( but I know the update messed up 3.7.3 that I use.

#8940 login details in plain text high duplicate 11 years 11 years
Description

Hi! I noticed that login details are stored in plain text, without encryption (%APPDATA%\Roaming\FileZilla). When someone capture the one file easily gain access to all saved accounts! It is very dangerous. Why this data is unencrypted?

#8973 file keeps processing (triple) since 9/27/13 it is a file from april 19 2013 high outdated 11 years 10 years
Description

file sftp://BSSI@sftp.ihcfa.com/Outgoing/ZZBSSI_iHCFA-BSSI-837P-04191312425_ZZ_BSSI_2013_04_20_05_05_29_644388.CLM_A0001LWI.ImportReport.PDF keeps transmitting to our electronic ihcfa site.

#9006 Cannot log into FTP..."Waiting for welcome message" high rejected 11 years 10 years
Description

Hello - I cannot log into FTP. Each time I get an error message stating the following:

Could not connect to server

Status: Resolving address of fire.wavestreamer.com Status: Connecting to 174.37.16.73:9446... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of fire.wavestreamer.com Status: Connecting to 174.37.16.73:9446... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server

Unfortunately I do not know how to log each error, so I copied and pasted the information above. Please help, I have been so excited about transferring my media to cloud dj and this is the only thing that is stopping me.

Thanks!

#9038 Filezilla 3.7.3 Not Compatible with Mac OS X 10.9 Mavericks PJ Smith high fixed 11 years 10 years
Description

I tried installing version 3.7.3 of Filezilla on my MacBook Pro (w/ OS X 10.9 installed) and got this message:

"Filezilla cannot be installed because it from an unidentified developer."

I downloaded the file from download.cnet.com.

Is this something that can be easily fixed? I use Filezilla all the time and it would be a shame to not be able to use it on my new machine for this reason.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.