Custom Query (10426 matches)
Results (701 - 800 of 10426)
Ticket | Summary | Status | Owner | Type | Priority | Component | |
---|---|---|---|---|---|---|---|
#7844 | Form page not showing | closed | Other | high | Unknown | ||
Description |
reunite.html says can not be found when clicked. |
||||||
#7860 | can't connect to server | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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" |
||||||
#7880 | Save Download Queue | new | Feature request | high | FileZilla Client | ||
Description |
The download queue should be saved periodically. This should be done so that in the event a system or application crash occurs while an upload or download is in progress the data xfer can be resumed and continue where it left off without having to figure out what has completed. A download was in progress using Filezilla build 7601 on Win 64 NT build which failed to respond due to a timeout. This resulted in loosing all downloads in the queue after Filezilla was killed and restated. If the queue list had been saved, every 2 min's then after the app crash the downloads could have been resumed. Since I did not know the locations I had been ftping from data was lost as a result. please consider saving items in the queue so when an event does occur it doesn't wipe out the queue and an unexpected system or add crash. Thank you \ --Steve |
||||||
#7910 | Unable to upload 550 The supplied message is incomplete. The signature was not verified. | closed | Bug report | high | FileZilla Client | ||
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) |
||||||
#7914 | Encryption Pass in sitmanager | closed | Feature request | high | FileZilla Client | ||
Description |
Hello, Today i have 1 question Why you do not encryption passwords save in sitemanager |
||||||
#7917 | Latest version ftpes issue. | closed | Bug report | high | FileZilla Client | ||
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 |
||||||
#7919 | cannot log into to ftp to retreiive files - please help | closed | Other | high | FileZilla Client | ||
Description |
hello, I am trying to download files of my website that were here. using below information. I get an error: could not connect to server ""Uploading Your Website FTP Hostname: ftp.gurudwaraturlock.com Username: gurud@… Password: mander80 When you connect by FTP, you will find various folders in your FTP space. Please do not delete any of the folders and upload your site in public_html folder. please download the ftp software from filezilla.com website it is free and software name is filezilla"" can you please help how i can access my files? thank you Briji b_randhawa@… 540-849-7913 |
||||||
#7920 | FTP passive connection is not closed | closed | Bug report | high | FileZilla Client | ||
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 |
||||||
#7922 | Default for the Already Connected dialog | closed | Patch | high | FileZilla Client | ||
Description |
Others have already requested this change a year or two ago. It's a usability issue that should have been given a fairly high priority but seems to have "slipped between the cracks" and not yet been implemented. I hope that it is resolved soon, since it shouldn't be all that hard to accomplish. Forum member krog puts it elegantly in ticket 5067 at http://trac.filezilla-project.org/ticket/5067 so there's no need for me to spell it out again. It annoys me every single time that I run the FileZilla client, so please do it ASAP. Thanks in anticipation! |
||||||
#7924 | Error message: XML-document not well formed | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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:
Linked against:
Operating system:
|
||||||
#7929 | server ignores detected ip for passive mode | closed | Bug report | high | FileZilla Server | ||
Description |
I have the following setting: <Item name="Custom PASV IP type" type="numeric">2</Item> <Item name="Custom PASV IP server" type="string">http://sebcsaba.clusterone.hu/what_is_my_ip.php</Item> And I'm behind a nat router. When connecting to the server from the internet, I got my local IP: ftp> passive Passive mode on. ftp> ls 227 Entering Passive Mode (192,168,1,18,86,206) The same from the server interface: > PASV > 227 Entering Passive Mode (192,168,1,18,86,206) And of course, it can't connect. When setting IP type to 1 and hardcode my current IP, it works. (So my router doesn't change the content of the communication.) I tried more websites, but in all case the result was the same. As I see, the server simply ignores the IP got from the website. (Server version: 0.9.40 beta) |
||||||
#7935 | High speed sFTP transfers failing | new | Bug report | high | FileZilla Client | ||
Description |
OS : Win XP-SP3 FileZilla : 3.5.3 Protocol : sFTP Uploading large files (1GB) using high-speeds networks, (speeds in excess if 8MB/Sec) fail with below error message
Applying FileZilla Speed-Limit clipping speed to 3000 KiB/Sec allows to transfer file successfully. Using FileZilla transfer speeds from 4000Kib/Sec --> "unlimited" speed option causes transfers to fail. We have tested transfering same file(s) using HP-UX sftp client and these upload flawless, speeds seen 6-7MB/Sec.
|
||||||
#7942 | Problem transfering directory with name "1ab cd ef" which becomes "cd ef" | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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
-> FileZilla Client crash, when running the configuration assistent
|
||||||
#7957 | Can't change admin password on 0.9.41 beta | closed | Bug report | high | FileZilla Server | ||
Description |
Greetings, Have a customer whom I have verified has a FileZilla server version 0.9.41 beta that totally refuses to accept any change in administration interface password. This is on a FZ server that was upgraded from the previous version (0.9.40 if I understand correctly). The server is running on Windows 7 64-bit. He is able to modify user accounts' credentials with no error, but, modifying administrative password appears to "take" but provably never does (we can only log in with the existing password from before we attempted to change it). Any ideas? |
||||||
#7980 | timing out i cant upload some files from mac | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#7992 | KM | closed | Other | high | FileZilla Server | ||
Description |
KM |
||||||
#8022 | Problems to upload some files from MAC OS | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
Description |
Open Site Manager, click Cancel, Ok (any button) and FileZilla closing |
||||||
#8032 | Unity Support in Ubuntu 12.04 | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8040 | FileZilla adds home directory to list of tasks (cyrillic) | new | Bug report | high | FileZilla Client | ||
Description |
Hello! I tries to send 12 files to server, but filezilla adds whole /home directory to list of tasks... |
||||||
#8050 | Unable to Login to FileZilla | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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. | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8093 | Increase number of retries (it's only 3) at FZS when using PASV and Port range | closed | Patch | high | FileZilla Server | ||
Description |
Please, can you make this tiny change? In the ControlSocket.cpp file change
to
or any other value (please, at least 5). I have a FZS that sometimes fails when using PASV and a given range of ports, because in that case the server does not use a free port given by the OS, but tries to create a socket in a free port of that range, and if it is not free it tries with the next one up to 3 times before failing with the answer: '421 Could not create socket'. The solution can be just to increase a little the number of attempts to find a free port where to create the socket for the data connection (the aforementioned unsigned int retries = 3;). Thank you in advance. |
||||||
#8103 | Password | closed | Other | high | FileZilla Server | ||
Description |
Hello, I am trying to use your program but it wants a password when I open it. I never got a password. I went to your forum but it won't even allow me to register with my gmail account. Please help!
|
||||||
#8114 | Prompts again for action on file aready exists, despite "always use this action"/"apply only to current queue" previously checked within same queue | closed | Bug report | high | FileZilla Client | ||
Description |
Steps to reproduce the bug:
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. |
||||||
#8132 | Please ban spamming user! | closed | Other | high | Other | ||
Description |
Hi, the user g43tdshdshsdgs is constantly pushing spam tickets. Is there no way to ban this one? Regards, Simon |
||||||
#8133 | Obtaining FileZilla User Account Passwords | closed | Other | high | FileZilla Server | ||
Description |
Hi Guys, I am an IT Administrator for my company and we use FileZilla for our FTP transfers, when creating an FTP account we keep the password in a user sheet created by us but due to a server issue we have lost all of the passwords and have customers calling us asking for the password and we cannot find out. I did some research on the net and apparently the passwords appear in plain text in an .xml file which I have found but they are not in plain text. How can I obtain these passwords please? Any help would be greatly appreciated as we have over 200 user accounts. |
||||||
#8139 | Citrix Client drives not visible in FileZilla | new | Bug report | high | FileZilla Client | ||
Description |
We are currently experiencing an issue with FileZilla 3.3.2 (Running in an App-V/SoftGrid bubble) in our production environment. The issue is reproducible with 3.5.3 running normally without any virtualization layer. The problem is as follows. We are running FileZilla in our Citrix XenApp farms W2K3R2/XenApp4.5 and W2K8R2/XenApp6.0 without any issues. In W2K8R2/XenApp6.5 however the client drives are not showing up. These are disks which are physically on the client but are presented as accessible drives on the Citrix Server. These are not showing up in FileZilla but are accessible from the Windows Explorer. Since I'm not a programmer I don't know where to look in the sourcecode to find out what API calls are made that enumerate disks. This may be the wrong API or Citrix is intercepting these and manipulating them to return wrong data. Is you can please give me details of the API calls made we can also contact Citrix (we have a support contract) to investigate this issue. Please also see this post on the Citrix Forum: http://forums.citrix.com/thread.jspa?threadID=305964 Best Regards, Marcel de Haas |
||||||
#8140 | directory listing error if it contains a space | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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? |
||||||
#8147 | How can I delete pureftp-rename | closed | Bug report | high | FileZilla Server | ||
Description |
I use FileZilla and it uploaded a file on my Server files that takes up over 850MB called pureftp-rename. Could someone either remove the file or instruct me how to do so? I honestly am not sure why it needs to be there, so please let me know. -Drew |
||||||
#8157 | Upload timeout when using Explicit TLS | new | Bug report | high | FileZilla Client | ||
Description |
Hi, Got some issues when using Explicit TLS connexion to UPLOAD files. Connexion is ok, I can browse and Download without problems but can't Upload. The file is created on the remote side, then upload starts and the speed falls down to 0 after 1 second. Then the transfer timeout and try again. No problems when connecting with other FTP clients. Tested on client Client : Filezilla Client 3.5.3 Linux Debian Wheezy Tested on Server : Pureftpd 1.0.22, Pureftpd 1.0.28, proftpd 1.3.4a Server OS : Debian Here is the log when connecting on a pureftpd machine Status: Resolving address of xxx.xxx.xxx Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FTP server ready. Response: 220 This is a private system - No anonymous login Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. 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: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER xxxxxxxx Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User bk34466 OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230-User xxxxxxxx has group access to: ftpgroup Response: 230-OK. Current restricted directory is / Response: 230 10103133 Kbytes used (24%) - authorized: 41943040 Kb Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of /home/thib/Desktop/test/test.test Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 OK. Current directory is / Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,248,52) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR test.test Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Error: Connection timed out Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: File transfer failed after transferring 737,280 bytes in 21 seconds Trace: CFileZillaEnginePrivate::ResetOperation(2114) Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Status: Resolving address of xxxxxxx Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FTP server ready. Response: 220 This is a private system - No anonymous login Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. 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: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER bk34466 Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User bk34466 OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230-User xxxxx has group access to: ftpgroup Response: 230-OK. Current restricted directory is / Response: 230 10103853 Kbytes used (24%) - authorized: 41943040 Kb Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of /home/thib/Desktop/test/test.test Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 OK. Current directory is / 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=0x7f0d30005470 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,49,114) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: MLSD Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Response: 226-ASCII Response: 226-Options: -a -l Response: 226 12 matches total Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,49,5) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 3 Command: REST 737280 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 350 Restarting at 737280 Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 3 Trace: state = 3 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR test.test Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 |
||||||
#8170 | Filezilla Server crash (BUG with Filezilla server interface) | closed | Bug report | high | FileZilla Server | ||
Description |
Hello everybody, After many tests I have discovered a problem that is in any version of Filezilla. This is the scenario:
When I "suspend/hibernate" my pc (not shutdown), the FileZilla Server on Windows 2003 crash with this error in the Windows Event Viewer: EVENT ID 1000(error) Origin:application error Application that has caused the error FileZilla Server.exe, v.0.9.41.0, module that has caused error FileZilla Server.exe, v.0.9.41.0, address error 0x000078e8. I hypothesize that the server attempts to contact the Filezilla Server interface on my pc that it is no longer alive. Have some suggestion for this problem? If it's a known problem, is it possible to fix this issue? Thanks in advance. Best Regards. |
||||||
#8203 | Never ever recovers from a network failure. Can't resume a queue. Disconnect/reconnect doesn't fix, only restart | new | Bug report | high | FileZilla Client | ||
Description |
If the network becomes unavailable while Filezilla is processing a queue, in most cases the following happens. When you try in any way to resume the queue that has been interrupted, you get this nonsense error message: "Waiting for replies to skip before sending next command" (I mean a [nonsense error][message], not a [nonsense][error message]). The client does nothing and just wait forever. It even sends "keep alive commands" from tiem to time but never resume the upload/download queue. Unchecking and checking the "Process queue" checkbox doesn't fix the issue: the error appears again. Even disconnecting and reconnecting to the server doesn't help, which is the most nonsense thing. The only way you can resume the queue is by exiting and restarting FileZilla. There should be a way to "completely reset" the connection and forget about everything as if you exited and reentered File Zilla - actually that should be done when you disconnect and reconnect to the server. Even without that, actually, the client should detect the timeout and do whatever is necessary to resume noral operation automatically. |
||||||
#8204 | Error: Connection timed out Error: File transfer failed after transferring 262,144 bytes in 21 seconds | closed | Bug report | high | FileZilla Client | ||
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? |
||||||
#8207 | No green arrow get critial error | closed | Bug report | high | FileZilla Server | ||
Description |
I am unable to connect to server. The green arrow is greyed out I get critical error
Its not happened before Help |
||||||
#8211 | Right clicking on directory/file name while renaming freezes/crashes FileZilla | closed | Bug report | high | FileZilla Client | ||
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! | closed | Bug report | high | FileZilla Client | ||
Description |
SOFT: FileZilla Portable v3.5.3 OS : Windows 7 x64, Aero, Intel G45, all is updated CASE:
TRY:
|
||||||
#8218 | please delete it, because of duplication | closed | Bug report | high | FileZilla Client | ||
Description |
SOFT: FileZilla Portable v3.5.3 OS : Windows 7 x64, Aero, Intel G45, all is updated CASE:
TRY:
|
||||||
#8225 | Shell scripts files permission changed after downloaded from remote site. | new | Bug report | high | FileZilla Client | ||
Description |
I'm using latest version Filezilla client on Mac OS X. I found that downloaded copy of shell script files (.sh or without extensions) downloaded through Filezilla are all set to read-only (644) even though they were writable or executable on the remote site. This seems to be an unexpected behavior because a plain scp command doesn't change permissions. The bad thing about this is that stuff like .pkg installers which contain pre-install/post-install shell scripts will get busted because those scripts are not executable when download through Filezilla. Please fix. This seems to be serious. |
||||||
#8230 | Auto Clear History on exit from Filezilla client. | new | Feature request | high | FileZilla Client | ||
Description |
Dear Sir, Most of time we connect our server from untrusted computers (Cyber Cafe & other). if it is possible please do one thing if we exit from filezilla client,connection history will automatic clear from quick connect. this feature is optional (enable & disable from settings) |
||||||
#8232 | Manage SSH keys - Site Manager | reopened | Bug report | high | FileZilla Client | ||
Description |
Hello, It would be great if we could specify a key to a configured sftp site in Site Manager so that each configured connection knows what key to use. The situation is that I need to connect to more than 10 SFTP sites with different usernames and separate keys. I added all the necessary keys to FileZilla and they are all tried to each connection until one works. Usually when the key that works is among the last ones I get my user locked due to "too many authentication failures". Thank you and looking forward for this functionality! Regards, Catalin |
||||||
#8241 | FTP problem | closed | Other | high | FileZilla Client | ||
Description |
FTP site (IP address: 96.0.108.189) is accessible through window's utility (cmd prompt) but it is partially accessible through FileZilla. After putting username passwords, filezilla does not proceed further. Interestingly we have another ISP line on that both command prompt utility and filezilla utility work fine. Can you please guide why only filezilla utility is not working with particular ISP. Thank You |
||||||
#8245 | Unusual behavior of estimated remaining time during upload/download. | closed | Bug report | high | FileZilla Client | ||
Description |
I am using v3.5.3-nightly: During upload/download I am getting a very strange bug, I will let the image speak for itself: |
||||||
#8246 | probe.filezilla-project.org: Connection closed | closed | Bug report | high | Other | ||
Description |
Connecting to probe.filezilla-project.org Connection closed for all ftp |
||||||
#8254 | Drag and Drop in Linux mint 12 causes crash | closed | Bug report | high | FileZilla Client | ||
Description |
Steps to reproduce:
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 | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8269 | Rename Filter | new | Feature request | high | FileZilla Server | ||
Description |
Filezilla server needs to have an option to rename files with invalid characters in the filename rather than simply failing the transfer with error 550. It's not always possible to use a different FTP client that handles the renaming (current versions of Filezilla Client do handle renaming since trac ticket 3227). In my case Cisco IOS devices add a timestamp to the filenames that are saved off via FTP with colons in them. I'm sure many other issues between windows/linux filesystems occure as well. Filezilla server should have an option to accept invalidly named files by renaming the invalid characters to underscores or something. The IIS FTP server has this option. Details of same issue that was fixed in Filezilla Client: http://trac.filezilla-project.org/ticket/3227 |
||||||
#8270 | utf-8 txt files are not uploaded correctly if transfer mode is AUTO | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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,
|
||||||
#8316 | inability to drag file to desktop from filezilla | new | Bug report | high | FileZilla Client | ||
Description |
I have just downloaded the newest version of filezilla 3.6.0, it was installed to my computer correctly, the installation also removed the old version of filezilla. This new version also kept the old setting of my connections. When I am connected to a specific IP address with password and username in place, using normal FTP I tried dragging a file from the server I am connected to, I was given an error message: "Could not determine the target od the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the files into an explorer window". The dragging move also created a folder on my desktop named: "fz3-13530994282", however the folder was empty. I tried reinstalling filezilla, same happened. I have been using filezilla for a long time (years) and I have never experienced this error. Can you please help me with this. Thank you Gabriella |
||||||
#8337 | TLS not work in 3.6.0.1 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 |
||||||
#8373 | single file upload/Download is very slow - multiple uploads/Download are fast | new | Bug report | high | FileZilla Client | ||
Description |
Hello there, im a active user of FZ , and i found a really irritating bug on my FZ : this is the diffrence on Speedcap : when i upload 1 file at the time, ( more in queue) i get a max speed of 126kbps But, if i turn on 3 or more filetransfers at the time, i get a max usage of my connection , witch is 40mbit..( this is upload btw ) And i've checked if i have any speed caps ON on the settings, but i do not, and this happens only if i try to transfer 1 file at the time, No mather what kinda file type it is |
||||||
#8375 | FileZilla Spazzed Out and Started Deleting Everything | new | Bug report | high | FileZilla Client | ||
Description |
Version: 3.6.0.2 I logged into my site with FileZilla. I scrolled down in my root level to delete a cPanel backup and when I used the contextual menu (right-click) on Mac and chose "Delete" it started deleting all sorts of stuff within seconds, consecutively. My .htaccess is gone (dammit) and a few other files as shown below in a copy/paste of the FTP transfers info, which really, really pisses me off that I have to now take 30 minutes or more to put backed up files back in place, not good at all and NO, I did not have any of those files that got deleted selected, just look at the timestamps, too much going on in seconds for it to be me and it started jumping into other folders before I quickly quit the app and restarted it: NOTE: I have had no issues with FileZilla before the update yesterday except issues with too many connections. Replacing specific IP addresses and other private info with "XXXXXXXXXXXXX" 00:53:23 Status: Resolving address of ftp.ecudchi.com 00:53:24 Status: Connecting to XXXXXXXXXXXXX:21... 00:53:24 Status: Connection established, waiting for welcome message... 00:53:24 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 00:53:24 Response: 220-You are user number 1 of 50 allowed. 00:53:24 Response: 220-Local time is now 00:53. Server port: 21. 00:53:24 Response: 220-This is a private system - No anonymous login 00:53:24 Response: 220-IPv6 connections are also welcome on this server. 00:53:24 Response: 220 You will be disconnected after 30 minutes of inactivity. 00:53:24 Command: USER XXXXXXXXXXXXX 00:53:25 Response: 331 User XXXXXXXXXXXXX OK. Password required 00:53:25 Command: PASS * 00:53:25 Response: 230 OK. Current restricted directory is / 00:53:25 Command: SYST 00:53:26 Response: 215 UNIX Type: L8 00:53:26 Command: FEAT 00:53:26 Response: 211-Extensions supported: 00:53:26 Response: EPRT 00:53:26 Response: IDLE 00:53:26 Response: MDTM 00:53:26 Response: SIZE 00:53:26 Response: MFMT 00:53:26 Response: REST STREAM 00:53:26 Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; 00:53:26 Response: MLSD 00:53:26 Response: AUTH TLS 00:53:26 Response: PBSZ 00:53:26 Response: PROT 00:53:26 Response: ESTA 00:53:26 Response: PASV 00:53:26 Response: EPSV 00:53:26 Response: SPSV 00:53:26 Response: ESTP 00:53:26 Response: 211 End. 00:53:26 Status: Server does not support non-ASCII characters. 00:53:26 Status: Connected 00:53:26 Status: Retrieving directory listing... 00:53:26 Command: PWD 00:53:26 Response: 257 "/" is your current location 00:53:26 Command: TYPE I 00:53:27 Response: 200 TYPE is now 8-bit binary 00:53:27 Command: PASV 00:53:27 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:53:27 Command: MLSD 00:53:28 Response: 150 Accepted data connection 00:53:28 Response: 226-Options: -a -l 00:53:28 Response: 226 31 matches total 00:53:28 Status: Directory listing successful
00:53:57 Status: Retrieving directory listing... 00:53:57 Command: CWD public_html 00:53:57 Response: 250 OK. Current directory is /public_html 00:53:57 Command: PWD 00:53:58 Response: 257 "/public_html" is your current location 00:53:58 Command: PASV 00:53:58 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:53:58 Command: MLSD 00:53:59 Response: 150 Accepted data connection 00:53:59 Response: 226-Options: -a -l 00:53:59 Response: 226 11 matches total 00:53:59 Status: Directory listing successful
00:53:59 Command: DELE favicon.ico 00:53:59 Response: 250 Deleted favicon.ico 00:53:59 Command: DELE .htaccess 00:53:59 Response: 250 Deleted .htaccess 00:53:59 Command: DELE .DS_Store 00:54:00 Response: 250 Deleted .DS_Store 00:54:00 Status: Retrieving directory listing... 00:54:00 Command: CWD XXXXXXXXXXXXX 00:54:00 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX 00:54:00 Command: PWD 00:54:00 Response: 257 "/public_html/XXXXXXXXXXXXX" is your current location 00:54:00 Command: PASV 00:54:01 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:01 Command: MLSD 00:54:01 Response: 150 Accepted data connection 00:54:01 Response: 226-Options: -a -l 00:54:01 Response: 226 2 matches total 00:54:02 Status: Directory listing successful 00:54:02 Command: CWD /public_html 00:54:02 Response: 250 OK. Current directory is /public_html 00:54:02 Command: PWD 00:54:02 Response: 257 "/public_html" is your current location 00:54:02 Command: RMD XXXXXXXXXXXXX 00:54:03 Response: 250 The directory was successfully removed 00:54:03 Status: Retrieving directory listing... 00:54:03 Command: CWD XXXXXXXXXXXXXXXDELETE MEv02 OLD 7.12 00:54:03 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX 00:54:03 Command: PWD 00:54:03 Response: 257 "/public_html/XXXXXXXXXXXXX" is your current location 00:54:03 Command: PASV 00:54:04 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:04 Command: MLSD 00:54:04 Response: 150 Accepted data connection 00:54:04 Response: 226-Options: -a -l 00:54:04 Response: 226 3 matches total 00:54:04 Status: Directory listing successful 00:54:04 Status: Retrieving directory listing... 00:54:04 Command: CWD sites 00:54:05 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX/XXXXXXXXXXXXX 00:54:05 Command: PWD 00:54:05 Response: 257 "/public_html/XXXXXXXXXXXXX/XXXXXXXXXXXXX" is your current location 00:54:05 Command: PASV 00:54:05 Error: Directory listing aborted by user 00:54:05 Status: Retrieving directory listing... 00:54:05 Status: ftpcontrolsocket.cpp(1871): Waiting for replies to skip before sending next command... caller=0x10f6628 00:54:05 Error: Directory listing aborted by user 00:54:05 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:06 Command: CWD /public_html |
||||||
#8376 | Filezilla with Putty-CAC | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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:
Linked against:
Operating system:
|
||||||
#8402 | Unable to connect to seedbox | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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.! |
||||||
#8450 | FileZilla should parse and follow ~/.ssh/config directives when using SFTP | closed | Feature request | high | FileZilla Client | ||
Description |
There are several useful things in ~/.ssh/config that would enhance FileZillas SFTP features on OSX and Linux. On OSX and Linux, the standard way of doing things is for all SSH configuration management to take place in this one centralised file. This provides one-place management for settings such as
And various other configuration options (I've listed the ones that I feel should be considered essential). [Filed under Linux, although this is equally as applicable to OSX] |
||||||
#8462 | 'Filename' column showed last modified data,and 'Last modified' column no data | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8467 | Add "Computer" as new directory in Shared Folders | closed | Feature request | high | FileZilla Server | ||
Description |
Missing the option to add "Computer" as a new directory in Shared Folders. "Edit" -> "Users" -> "Shared Folders" -> "Add". When in "Browse for Folder" window and choose "Computer" the "OK" option is greyed out. |
||||||
#8479 | Right clicking on folder/file name while renaming freezes FileZilla | closed | Bug report | high | FileZilla Client | ||
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:
Linked against:
Operating system:
|
||||||
#8490 | Your guidelines | closed | Bug report | high | Unknown | ||
Description |
I am new to all this I tried to transfer information from a Microsoft word file using your FTP system, but was floored on the first page, because your instruction details are different to the screens presented using your system In particular, your recommendation to go to Advanced is NOT on the screen presented to me I tried clicking on the Advanced button at top of screen, but this did not present the options your instructions suggested So I am still at step one Would appreciate your assistance Thanks Colin Farrell |
||||||
#8522 | Uploads are added to queue a few at a time | new | Bug report | high | FileZilla Client | ||
Description |
Steps to reproduce:
Expected:
Observed:
I guess this is by design, but it is a completely wrong design that has no reason to be like this, and has huge drawbacks and no one single advantage. I understand why _downloads_ are added to the queue like this (though an option should be provided to queue _all_ files for download before starting to download them, if one wants to, because there are a number of situation when one needs to have a complete queue). But there is NO reason at all for uploads to work like this. Here's an obvious case of a problem this generates:
=> After restarting filezilla, the queue is remembered, but the files that were going to be added to the queue are not. So you are left with a partial queue that you can resume but you have absolutely no way to figure out which are the files that need to be re-added to the queue. This is made worst by a bunch of other bugs that make filezilla go completely berserk and uncapable of recovering at the slightest network problem, so you are forced to restart it very, very often, facing this issue. However this issue is an issue of its own and must be fixed regardless of the other ones that make it worse (i.e. even if you were never forced to restart filezilla without a reason, because you can always have a good external reason to have to restart it, and also because the behavior is plain wrong in the first place). |
||||||
#8533 | list views don't read propperly with NVDA screen Reader | new | Feature request | high | FileZilla Client | ||
Description |
When I download a file and then tab to the list view and down arrow to the time left, time remaining and other information list item, the NVDA screen reader just says list item, it will not read that information. Please fix this so NVDA reads all file transfer status information for downloads and uploads. |
||||||
#8549 | IIS 2008R2, SSL cipher issues, dropped connections | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8556 | cannot upoad file that filename has some chinese character when using windows explorer | closed | Bug report | high | FileZilla Server | ||
Description |
Environment: OS: Windows 7 Ultimate SP1 UPload tools: Windows Explorer description: Most files can be upload. when uploading a microsoft word file that name is 查.doc, an error occur, indicate there is insufficient privilege. The same error occurs where uploading microsoft word file 登.doc. Then rename a text plain file to 登.doc, it is uploaded with no error, but there is no such file on the server. Again, when using FileZilla upload these files, all are successful. |
||||||
#8584 | Basque Translation | closed | Patch | high | FileZilla Client | ||
Description |
Hi FileZilla, I completed FileZilla Client 3.06 GUI translation to Basque and send you eu.po file. Please, if is possible in next new releases use Basque (eu) name instead Basque (Spain) (eu_ES). Thanks!! Xabier Aramendi 2013\04\05 |
||||||
#8585 | GnuTLS update request of FileZilla | closed | Bug report | high | FileZilla Client | ||
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 |
||||||
#8603 | MAC OC 10.8.3 - KEYBOARD DELETE KEY NOT FUNCTIONAL | new | Bug report | high | FileZilla Client | ||
Description |
BUG REPORT BUG REPORT BUG REPORT FILEZILLA 3.6.0.2 (MOST CURRENT VERSION) FOR MAC KEYBOARD DELETE KEY IS WORTHLESS MAC OS X 10.8.3 CAN NOT DELETE a file -- either remote or local USING DELETE KEY Pressing the DELETE key simply JUMPS UP A LEVEL in the directory structure. Does NOT delete file. ( COMMAND DELETE DOES SAME AS DELETE -- FAILS ) Highlighting a file to delete and RIGHT clicking brings up a menu which has a DELETE selection. THAT WORKS and DELETES the file OK IOW the KEYBOARD DELETE KEY IS WORTHLESS Discovered as I migrate from Windows to Mac (that sorry Win8, no way Jose) JOHN STONE JDSTONE@… 702.396.6545 |
||||||
#8612 | Iconia pc tablet dengan windows 8 | closed | Patch | high | Other | ||
Description |
Inilah tablet pc yang sudah ditunggu-tunggu sejak akhir tahun kemarin, yaitu iconia pc tablet dengan windows 8 yang memang hot banget... http://thejakartastory.blogspot.com/2013/03/acer-iconia-pc-tablet-dengan-windows-8.html |
||||||
#8634 | Drag and drop files not working between local and remote | closed | Bug report | high | FileZilla Client | ||
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:
Research:
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 |
||||||
#8699 | 530 Login authentication failed | closed | Other | high | FileZilla Client | ||
Description |
No matter what I do or try I cannot connect to server in my Filezilla FTP account. I was in just a few days ago. I've gone to the General tab and tried all the different options for resetting the LogOn type. Entering a password when required and then trying to re-log back into filezilla. This is the CPanel information I have (if this helps): Server Information Server Name: HTN1 Server IP: 75.126.47.2 If you are using an existing domain with your new hosting account, you will need to update the nameservers to point to the nameservers listed below. Nameserver 1: ns1.softlayer.com (66.228.118.8) Nameserver 2: ns2.softlayer.com (66.228.119.9) Uploading Your Website Temporarily you may use one of the addresses given below to manage your web site: Temporary FTP Hostname: 75.126.47.2 Temporary Webpage URL: http://75.126.47.2/~pgtricyc/ And once your domain has propagated you may use the details below: FTP Hostname: pgtricycle.ca Webpage URL: http://www.pgtricycle.ca I even entered the PASS value into this website http://arnley.com/post/1071780134/online-filezilla-password-recovery and tried the password provided which was ZILL - that did not work either. This is a summary of the error messages: Status: Resolving address of pgtricycle.ca Status: Connecting to 67.228.164.135:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 13:16. 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 pgtrycyc Response: 331 User pgtrycyc OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server Status: Resolving address of pgtricycle.ca Status: Connecting to 67.228.164.135:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 13:16. 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 pgtricyc Response: 331 User pgtricyc OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server Status: Resolving address of ftp.pgtricycle.ca Status: Connecting to 67.228.164.135:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 13:16. 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 pgtricyc Response: 331 User pgtricyc OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server Status: Resolving address of ftp.pgtricycle.ca Status: Connecting to 67.228.164.135:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 13:19. 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 pgtricyc Response: 331 User pgtricyc OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server I'm at a loss on what to try and I need to edit the header.php file in order to get rid of this error on my wordpress site: Warning: Cannot modify header information - headers already sent by (output started at /home/pgtricyc/public_html/wp-content/themes/discover/functions.php:46) in /home/pgtricyc/public_html/wp-includes/pluggable.php on line 876 Anyways any help is greatly appreciated. |
||||||
#8706 | FileZilla fails to open | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8724 | PASV: Use the server's external IP address instead NOT work | closed | Patch | high | FileZilla Client | ||
Description |
FileZilla v3.7.0.2 I just download the source code of v3.7.0.2 from your official website. Locate the bug in file "src/engine/ftpcontrolsocket.cpp" LINE 3894. Please fix it from: else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 2) TO else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 0) Please view the code, you know how to fix it. |
||||||
#8725 | [Just updated to newest!] This crash every time I try to connect to a server | closed | Bug report | high | FileZilla Client | ||
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
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):
Logical CPU: 4 Binary Images:
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:
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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:
-->
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):
Logical CPU: 0 Binary Images:
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:
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 |
||||||
#8748 | does not connect to server | closed | Other | high | FileZilla Client | ||
Description |
Trying to connect to server, already made donation , and it still does not connect. |
||||||
#8753 | ISO8859-1 charset conversions(specifically Norwegian chars) isn't working | closed | Bug report | high | FileZilla Client | ||
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. |
||||||
#8758 | Error on overwrite an existing file | closed | Other | high | FileZilla Client | ||
Description |
when i try to upload a file (an existing file) on FTP, appear the message that ask what to do (overwrite, if existing, etc.). in any case, the message appear again, and again, and the file result existing but 0 Byte dimension... i hope it's clear, thanks. I tryed also to remove the existing file before upload, but resut is the same. |
||||||
#8761 | No connection to any site after today's update | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
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 | closed | Bug report | high | FileZilla Client | ||
Description |
When exporting Servermanager data, the password is not encrypted!!! |
||||||
#8790 | Folders starting with letter A do not show up | closed | Bug report | high | FileZilla Client | ||
Description |
I can not see folders that start with the letter A in my local files. Filezilla and Transmit screenshots attached. |
||||||
#8802 | Public Key in a folder with non-ANSI characters. | new | Bug report | high | FileZilla Client | ||
Description |
I've got a public key file (ppk)in a folder which has my name on it, namely: C:\Users\André\PPKs\AmazonEC2.ppk This doesn't work. The same directory and file works for putty. I copied the very file to C:\, meaning: C:\AmazonEC2.ppk It worked fine. It seems like Filezilla doesn't like non-ANSI characters in folder paths for public keys. At least on Windows. |
||||||
#8803 | High CPU usage with a user that stay logged for a long time | closed | Bug report | high | FileZilla Server | ||
Description |
Hi, I'm using Filezilla Server 0.9.41beta on Windows Server 2003 up-to-date I'm having the following issue with a client that daily send me some text files. The transfer ends up correctly (I see the line "Transfer OK" in the log") but the user does not log out (or does not log out properly). I can sometimes see the line "disconnected" but the user seems to remain logged in (I cannot see any other login attempt so I presume that disconnection has not happened correctly). Coming back after some time one core of the CPU is completely occupied by Filezilla process (with only the problematic user logged in), until I manually kicked off the user. The following day it may happen again, having the user logged in twice, with two cores completely occupied by Filezilla. Since this is a 2 core machine, CPU is completely stuck. What is worse is that other file tranfer by other client are sometimes paused (or proceed very slowly) until kicking off the users. To be noted that I have about 30 clients that send me daily text files and all works fine (and have always worked fine from a lot of months) with all of them. There is exactly one problematic user and he/she was always problematic Server timeouts are quite standard: Connection timeout: 9999 No Transfer timeout: 600 Login timeout: 60 Is anyone seeing this strange behaviour? These are the lines of the problematic sessions (with anonymized IP, username and password). Nothing very strange here but some info on FTP client and connection options (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> Connected, sending welcome message... (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> FEAT (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> 211-Features: (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> MDTM (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> REST STREAM (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> SIZE (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> MLST type*;size*;modify*; (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> MLSD (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> UTF8 (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> CLNT (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> MFMT (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> 211 End (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> CLNT lftp/3.7.11 (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> 200 Don't care (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> OPTS UTF8 ON (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> 530 Please log in with USER and PASS first. (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> USER problematic_user (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> 331 Password required for problematic_user (004878) 19/07/2013 13.50.04 - (not logged in) (xx.yy.zz.tt)> PASS xxxx (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> 230 Logged on (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> CLNT lftp/3.7.11 (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> 200 Don't care (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> OPTS UTF8 ON (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> 200 UTF8 mode enabled (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> PWD (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> 257 "/" is current directory. (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.04 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,27) (004878) 19/07/2013 13.50.05 - problematic_user (xx.yy.zz.tt)> ALLO 662581 (004878) 19/07/2013 13.50.05 - problematic_user (xx.yy.zz.tt)> 202 No storage allocation neccessary. (004878) 19/07/2013 13.50.05 - problematic_user (xx.yy.zz.tt)> STOR file1.txt (004878) 19/07/2013 13.50.05 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.06 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.07 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.07 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,28) (004878) 19/07/2013 13.50.07 - problematic_user (xx.yy.zz.tt)> STOR file2.txt (004878) 19/07/2013 13.50.07 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.08 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.08 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.08 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,29) (004878) 19/07/2013 13.50.08 - problematic_user (xx.yy.zz.tt)> STOR file3.txt (004878) 19/07/2013 13.50.08 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.10 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.10 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.10 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,30) (004878) 19/07/2013 13.50.10 - problematic_user (xx.yy.zz.tt)> STOR file4.txt (004878) 19/07/2013 13.50.10 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.11 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.11 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.11 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,31) (004878) 19/07/2013 13.50.11 - problematic_user (xx.yy.zz.tt)> STOR file5.txt (004878) 19/07/2013 13.50.11 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.13 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.13 - problematic_user (xx.yy.zz.tt)> PASV (004878) 19/07/2013 13.50.13 - problematic_user (xx.yy.zz.tt)> 227 Entering Passive Mode (aa,bb,cc,dd,15,35) (004878) 19/07/2013 13.50.13 - problematic_user (xx.yy.zz.tt)> STOR file6.txt (004878) 19/07/2013 13.50.13 - problematic_user (xx.yy.zz.tt)> 150 Connection accepted (004878) 19/07/2013 13.50.14 - problematic_user (xx.yy.zz.tt)> 226 Transfer OK (004878) 19/07/2013 13.50.14 - problematic_user (xx.yy.zz.tt)> QUIT (004878) 19/07/2013 13.50.14 - problematic_user (xx.yy.zz.tt)> 221 Goodbye (004878) 19/07/2013 13.50.14 - problematic_user (xx.yy.zz.tt)> disconnected. I would happily provide more info if needed since this problem requires me manual intervention so it's quite annoying. |
||||||
#8826 | More security issues in putty (CVE-2013-4206, CVE-2013-4207, CVE-2013-4208) | closed | Bug report | high | FileZilla Client | ||
Description |
Reference: http://www.openwall.com/lists/oss-security/2013/08/06/13 "On 08/06/2013 01:56 PM, Vincent Danen wrote:
http://svn.tartarus.org/sgt?view=revision&sortby=date&revision=9977 Please use CVE-2013-4206 for this issue.
Please use CVE-2013-4207 for this issue.
Please use CVE-2013-4208 for this issue." |
||||||
#8844 | File filezilla.xml is vulnerable to malware | closed | Bug report | high | FileZilla Client | ||
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. |