Custom Query (10426 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2601 - 2700 of 10426)

Ticket Summary Status Owner Type Priority Component
#1388 Drag lock closed Bug report normal FileZilla Client
Description

When I drag a file from the local site window to a Windows explorer window, the copy starts as expected. However, until the copy is finished, it is not possible to return to Filezilla because when I click to the Filezilla window bar, a cross (+) appears telling the drag will start on this part. This is also true on any part of the Filezilla interface.

#1389 Filezilla stops sending keep-alive closed Bug report normal FileZilla Client
Description

Filezilla stops sending keep-alive commands after 30 minutes.

#1390 Name files changes when uploading closed Bug report normal FileZilla Client
Description

During the upload-proces the name of two images were switched. Image1 was renamed to Image2 and the otherway around.

#1391 Failure of data connection closed Bug report normal Other
Description

Using the connection wizard, connetion is made with the server. But then it ends with:

Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed

#1392 Unnecessary period at the end of a library name (z/OS) closed Bug report normal FileZilla Client
Description

On z/OS system (FTP server: FTPD1 IBM FTP CS V1R7) when trying to list members (files in PC systems) in a library (directory in PC systems), FileZilla3 executes a command:

CWD 'PREFIX.ISPF.ISPPROF.' (unnecessary period at the end of string)

instead of: CWD 'PREFIX.ISPF.ISPPROF'

In FileZilla2 there was no such problem.

#1393 Language Change closed Bug report normal FileZilla Client
Description

A useful feature in FileZilla (version 3.0.9.2) is the option to change the language.

  1. From the menu bar select: Edit > Settings…
  2. Select the desired language from the list in the Language page.

However, when Hungarian is selected from English (or vis versa), only the Menu Bar changes, not the Message log, Local directory tree, Remote directory tree and Transfer queue. These are only changed upon closing and reopening of the program.

It would be appreciated if the program would refresh all windows and frames with the selected language, without needing to exit and reopen the program.

Thanks in advance for updating the program.

#1394 Local tree view misses new drives on refresh closed Bug report normal FileZilla Client
Description

Applies to: Version 3.0.9.1 Windows Version 3.0.9.2 Windows

When a new mass-storage device is available (e.g. an external hard drive on USB), refreshing [F5] the local tree view does not show this new drive. The new drive _will_ appear if FileZilla is restarted.

Not urgent, as the lower pane (local directory view) lists the new drive at the 'My Computer' level.

#1395 missing file time on list command closed Alexander Schuch Bug report normal FileZilla Server
Description

After changing the modification time using the MFMT command the LIST command just returns only the date and not the time.

Example: LIST response before MFMT

11661 May 07 10:50 test1-zip.txt

LIST response after MFMT

11661 Nov 20 2005 test1-zip.txt

(should be Nov 20 2005 01:00)

Looking at the server side shows that the modification time was set to the correct value.

#1396 Failed to upload file closed Alexander Schuch Bug report normal FileZilla Client
Description

There is a ftp proxy between filezilla and ftp server. The ftp proxy caches data and do virus scanning before transmit it. Use filezilla to upload a big file, filezilla failed:

状态: 连接到 192.168.10.43:21... 状态: 连接建立,等待欢迎消息... 返回: 220 Serv-U FTP Server v6.4 for WinSock ready... 命令: USER test 返回: 331 User name okay, need password. 命令: PASS 返回: 230 User logged in, proceed. 状态: 已连接 状态: 开始上传 C:\ftp test\A1000-100.00.0.56.acv 命令: CWD /2009/ 返回: 250 Directory changed to /2009 命令: PWD 返回: 257 "/2009" is current directory. 命令: TYPE I 返回: 200 Type set to I. 命令: PASV 返回: 227 Entering Passive Mode (192,168,10,43,18,200) 命令: STOR A1000-100.00.0.56.acv 返回: 150 Opening BINARY mode data connection for A1000-100.00.0.56.acv. 返回: 226-transferring data... 返回: 226-transferring data... 返回: 226-transferring data... 错误: 已从服务器断开

The ftp proxy sending "226-transferring data..." to ftp client while doing virus scanning to avoid ftp timeout.

Without these resonse, cuteftp and leadftp will timeout, and can work well with these response. But filezilla failed. Disable filezilla timeout, filezilla failed, too. It seems filezilla can't recognize these response correctly.

#1397 LIST and NLST don't support the ? wildcard closed Bug report normal FileZilla Server
Description

The LIST and NLST don't support using ? as a wildcard. RFC 959 says: The pathname should specify a directory or other system-specific file group descriptor.

Id have thoguht these would be passed straight to windows to filter the matches.

The logs are as follows:

ftp> dir ??????.jpg 200 Port command successful 550 Directory not found.

ftp> dir latest.jpg 200 Port command successful 150 Opening data channel for directory list. -rw-r--r-- 1 ftp ftp 8748 May 14 14:35 latest.jpg 226 Transfer OK ftp: 61 bytes received in 0.00Seconds 61000.00Kbytes/sec.

ftp> dir lates?.jpg 200 Port command successful 550 Directory not found.

The logs from FileZilla server itself are: (000037) 14/05/2008 14:42:04 - sentry (127.0.0.1)> LIST ??????.jpg (000037) 14/05/2008 14:42:04 - sentry (127.0.0.1)> 550 Directory not found. (000037) 14/05/2008 14:42:10 - sentry (127.0.0.1)> PORT 127,0,0,1,18,190 (000037) 14/05/2008 14:42:10 - sentry (127.0.0.1)> 200 Port command successful (000037) 14/05/2008 14:42:10 - sentry (127.0.0.1)> LIST latest.jpg (000037) 14/05/2008 14:42:10 - sentry (127.0.0.1)> 150 Opening data channel for directory list. (000037) 14/05/2008 14:42:10 - sentry (127.0.0.1)> 226 Transfer OK (000037) 14/05/2008 14:42:13 - sentry (127.0.0.1)> PORT 127,0,0,1,18,191 (000037) 14/05/2008 14:42:13 - sentry (127.0.0.1)> 200 Port command successful (000037) 14/05/2008 14:42:13 - sentry (127.0.0.1)> LIST lates?.jpg (000037) 14/05/2008 14:42:13 - sentry (127.0.0.1)> 550 Directory not found.

All 3 of the requests listed above should have returned the same single match each time.

#1398 Save settings from last session not possible closed Bug report normal FileZilla Client
Description

Every time I open FileZilla (Version 3.0.9.3) there's a message that it wasn't possible to save the settings made during the last session. By opening the program every time there's the welcome-message again. The host-information like adress and password is still there but settings like design, the last opened server-side folders aso are missing. I uninstalled FZ, rebooted and installed it again but the problem remains. It wasn't there in the previous version of FZ (3.0.9.2).

I use Windows XP MCE. The FileZilla version installed is 3.0.9.3 (I attached the about-box below).

If you have any further questions please don't hesitate to e-mail me.

jack

#1399 FileZilla 3.0.9.3 closed Bug report normal FileZilla Client
Description

Just upgraded to the latest version, result is that I can no longer log on to the ftp site where my son stores his photos (ftp://lachmann.storagesolutions.com/)

Downgraded to 3.0.9.2 and it works again, tried another upgrade to 3.0.9.3 and that again fails miserably.

System XP Pro, SP2, AMD Athlon 64 3700+, 1 GB.

Messages are:

12:10:47 Status: Resolving IP-Address for lachmann.onlinestoragesolution.com 12:11:02 Trace: ControlSocket.cpp(1003): CRealControlSocket::ContinueConnect(0) m_pEngine=0p122d208 caller=0p12a6998 12:11:02 Error: Invalid hostname or host not found 12:11:02 Trace: CFtpControlSocket::ResetOperation(70) 12:11:02 Trace: CControlSocket::ResetOperation(70) 12:11:02 Error: Critical error 12:11:02 Error: Could not connect to server

And if I just use Firefox, <ftp://lachmann.storagesolution.com/> it also works flawlessly.

#1401 Maximum amount of current connections closed Bug report normal FileZilla Client
Description

Filezilla 3.0.9.3

Maximum amount of current connections

My HDD receiver allows only one ftp connection. Even if I set it to 1 simultaneous connection in FileZilla Setup it did not work.

FileZilla shows alwas the current directory content. Maybe this is also one connection ...

(it works with other FTP clients ... So I guess it is a problem with FileZilla)

#1402 Upload Problems - with files bigger than 2GB closed Bug report normal FileZilla Client
Description

FileZilla 3.0.9.3

The download with big files (e.g. > 2GB) runns very vell. But the upload makes problems if the file is greater than 2GB. It is not exact the 2GB border, it some MB's above ... However, the suddenly the upload stopps with these files ...

I can do the same thing with other FTP clients -> so I'll guess, it is a problem with FileZilla

#1403 Vista and/or FileZilla Corrupting Images closed Bug report normal Other
Description

Posting my website from my old Windows ME computer using Publisher 97 and Web Publishing Wizard works fine.

Uploading picture files via FileZilla on my new Vista computer results in corrupted image files. Such as: http://www.tobincinemasystems.com/TVT-8MCrop.jpg which all show as a red X instead. The original JPG on my computer views just fine when opened in Photoshop LE or when double-clicking on the file in Windows Explorer, and it was uploaded intact as far as I know.

I was getting the same result of all images being destroyed when using Publisher 2007 on the Vista computer and uploading with FileZilla. Two showed up as a streaky mess while the rest all had the red X of death. I was blaming the Pub97 files being incompatible with the Pub07 program. But the files still get corrupted even when both Pub97 and Pub07 are not in the loop at all.

#1404 FZ Server Admin's Log Unusable With High Contrast Theme closed Alexander Schuch Bug report normal FileZilla Server
Description

The log window area of the Admin tool changes the font color to black but leaves the background color up to Windows. This makes the log messages invisible unless the text is selected when Windows uses a black background (such as the High Contrast Themes).

#1405 Site manager dropdown can't handle click-drag-release closed Bug report normal FileZilla Client
Description

The Site Manager drop down menu in the main window doesn't function in the same way as the other menus and Windows XP in general.

Reproducible: Always

Steps to Reproduce:

  1. While in FileZilla 3.0.10, click on the Site Manager dropdown menu arrow in the main window without releasing the mouse button,
  1. Move the pointer to any site in the list and release the mouse button.

Actual results: Nothing

Expected results: FileZilla closes the menu and connects to the selected site.

#1406 Edit file, closed editor not registered. closed Bug report normal FileZilla Client
Description

Filezilla Client 3.0.10 OS: Vista (SP1) Tested with Notepad and NotePad++

Connect to server right click and edit a file close editor without saving file close filezilla Filezilla thinks there is still a file being edited.

#1407 Memory Leak closed Bug report normal FileZilla Server
Description

Filezilla server in ftp mode has a leak when uploading a lot of files.

filezilla server version 0.9.16c beta

I saw something in sftp mode (bug fix) but not in ftp mode. It looks like its the log, but can be also the files wich stays in memory (Win32 xp pro w. SP2)

#1408 Desktop Icons moved closed Bug report normal FileZilla Client
Description

Having upgraded to the latest version, I was horrified to find that it completely screwed up all my carefully crafted icon positions on my desktop.

Fortunately I am aware that microsoft cannot be trusted to keep the icons in the same place so I had a program remember where the icons were and could replace them to the original positions.

Others might not be so lucky and having forced this change on their icon positions will produce a very bad first impression.

Please fix this asthetic bug or else I will not be upgrading again for fear of this happening again.

Thanks.

Simon.

#1409 Minor Bug While Uploading. closed Alexander Schuch Bug report normal FileZilla Client
Description

While uploading a large number of files the Remote Site: says <Not connected to any server> when in fact it is connected.

#1410 filezilla disconnects on large queue closed Bug report normal FileZilla Client
Description

if i add a directory to queue "/www/", while its recursing the contents "theres 65 directories", it randomly disconnects and does not finish queuing the files, i have to manually restart it from where it left off at.

#1411 Filezilla do no recognize ftp-ssl (ccc) closed Bug report normal FileZilla Client
Description

Proftpd has the capability to use CCC. This allow user/password + data channel to be encrypted via tls. After authentication client must send prot c to leave the encrypted channel. Filezilla can't do this.

The use of CCC tls mode allow the netfilter ftp_conntrack module to read and open the passive port

#1412 Symbolic Links are not handled correctly closed Bug report normal FileZilla Client
Description

Hello

I am using FileZilla since the 2.x series, and it consistently does not handle symbolic links to files correctly.

If, for example, one tries to download

kubuntu-8.04-desktop-i386.iso

from

ftp://ftp.mirrorservice.org/sites/releases.ubuntu.com/kubuntu/hardy/

FileZilla displays the error message:

Failed to retrieve directory listing

and cannot download the file (which is actually a symbolic link to the file

ftp://ftp.mirrorservice.org/sites/releases.ubuntu.com/kubuntu/.pool/kubuntu-8.04-desktop-i386.iso).

It also seems very strange to me that it seems to have never occurred to any user as a bug (I did a search for "symbolic" before posting this, but nothing turned up); either I must be missing something important, or my search was not for the right word...

#1413 Trojan horse notification from Norton anti-virus closed Bug report normal FileZilla Client
Description

When I'm using filezilla I constantly get notifications from Norton Anti-virus about a trojan horse in filezilla

#1414 Automatically downloaded installer cannot be executed closed Bug report normal FileZilla Client
Description

When I open Filezilla and the automatic updater downloads the new version and then tries to execute it I get this error: Execution of command 'C:\Documents and Settings\Administrator\My Documents\My Downloads\FileZilla_3.0.11_win32-setup.exe' failed (error 193: unknown error c1)

This has been happening on since about four versions ago...sorry I've just been lazy in submitting it. This is on a PowerEdge 2900 Server with Windows Server 2003 x32 R2 SP2, 10GB RAM, Dual Quad Core Xeon's @ 2.00GHZ.

If you need anymore information let me know. The only thing I can thing of is whatever process executes the exe doesn't have permission to do so. I'll have to check on my XP machine to see if this does the same thing. I'll update this and let you know.

fbsdguy

#1415 Ctrl+A closed Filezilla Window closed Bug report normal Other
Description

Hello together,

i'm logged in the domainftp an i would upload new files, so i pressed Ctrl and A to mark all files, to upload this files to the server. But when i do this filezilla closes all filezilla sessions. I use ubuntu 8.04, with Filezilla 3.0.11. Is there any Default Keypressed Event on Ctrl + A

Bye Marcus Radisch

#1416 test-Unabe to navigate to dashboard page closed Bug report normal Unknown
Description

test-Unabe to navigate to dashboard page

#1417 Chinese Compatibility on FileZliia Client 3.0.11 closed Bug report normal FileZilla Client
Description

I come from TAIWAN (R.O.C), use Tradition Chinese Font

I could success to transfer some directory or files on FileZilla Client 2.2.19a, but fail on FileZilla Client 3.0.11,

see these result pictures below :

http://i298.photobucket.com/albums/mm254/pcboy_photo/f2219a.jpg

http://i298.photobucket.com/albums/mm254/pcboy_photo/f3011-1.jpg

http://i298.photobucket.com/albums/mm254/pcboy_photo/f3011-2.jpg

#1418 No network drive mapping closed Bug report normal FileZilla Client
Description

Fz 3.0.11.1 does not map my network drives; XP Prof. SP2

#1419 timeout during transfer behind proxy closed Bug report normal FileZilla Client
Description

We have a virus scanning proxy here. Upon download, it will fetch the file, scan it and then transfer it to FTP client.

While the file is fetched, the FTP client doesn't see anything. This triggers a timeout. FileZilla has a maximum timeout of 999 seconds. For files of several hundred megabytes or slow FTP servers, this timeout is too low.

A workaround is to set the timeout not via the settings GUI dialog, but change it directly in the filezilla.xml config file.

Please remove the artificial limit of 999 seconds when conguring the timeout via GUI allow to disable timeout completely. I understand that under normal circumstances having timeouts is good and 999 is unresonalby high. But we have special circumstances here. Thank you.

#1420 Vista specific settings export failure closed Bug report normal FileZilla Client
Description

Exporting of settings save dialog does not report a save failure under Vista. Filezilla indicates the save succeeded when it did not. This is NOT a problem with XP or Win 2000.

The problem occurs when saving into a folder such as Program Files that requires administrator priveleges for writing a file. The Vista privelege escalation dialog goes smoothly and correctly, but the user's authorization to proceed is mishandled by Filezilla and no indication is given that the save failed.

The attached screen dump shows that filezilla3a.xml existed when it didn't. It continued to not exist even after the apparently flawless save "completed".

NOTE: Exporting the settings to the Documents folder of course works, and dragging the resultant file from Documents to the access restricted Filezilla Client directory works.

#1421 Filezilla fails when used from a path with spaces closed Bug report normal FileZilla Client
Description

I'm using Filezilla 3 on Mac OS X.

Filezilla refused to work for a long time - reporting 'fzsftp failed to start'.

(I checked that fzsftp was in the package and even set the environment variable that solved the problem for some users.)

Eventually I discovered that this was because I was running it from a path with spaces in it. (A drive called 'Second Drive'.)

Moving it to a path without spaces in it solved the problem.

#1422 <Not connected to any server> closed Alexander Schuch Bug report normal FileZilla Client
Description

I am using Filezilla 3.1.0. Whenever I either upload files from my PC to my FTP server or download files from my FTP server to my PC, the remote site info "Filename, Filesize, Filetype, etc will disappear and the message <Not connected to any server> appears where the files should be. This message happens when I get about 1/2 of the files transferred. I am transferring about 900+ files at a time. The files transfer OK even though I get the message because I am still connected to the remote FTP server.

#1424 "File has changed" does not work closed Bug report normal FileZilla Client
Description

Version 3.1.0

There's something wrong with "file changed" detection. When you right click a file (local or remote side), edit and close, it lost the modification or keep showing the "upload this file back to the server" in loop, everytime the window get focus. Sometime it ignores the changes, and sometimes saves the local file wrong or "reload" the lastest version of the file, what is a very dangerous risk.

REQUEST: please consider an option to disable this feature completly (local/remote sync). I really don't like it, it's annoying. Disabled, let the user control if he wants or not sync with the server. Sometimes the user only wants the local file, or remote file, for some reason, without resync.

#1425 Windows 3.1.0.1 Install problem closed Bug report normal FileZilla Client
Description

After update to filezilla 3.1.0.1 on Windows XP SP3, the software says impossible to read filezilla.xml and the default configurations will be used. It happens every time I run.

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

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

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


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


The server log indicates a success:


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


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

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

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


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


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


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


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


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


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


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


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

#1427 Crash in Leopard closed Bug report normal FileZilla Client
Description

Crash in mac osx leopard

Process: filezilla [5238] Path: /Applications/FileZilla.app/Contents/MacOS/filezilla Identifier: de.filezilla Version: 3.1.0.1 (3.1.0.1) Code Type: X86 (Native) Parent Process: launchd [228]

Date/Time: 2008-07-30 01:20:19.211 +0200 OS Version: Mac OS X 10.5.4 (9E17) Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000d02b1df0 Crashed Thread: 4

Thread 0: 0 libSystem.B.dylib 0x93d1568e semwait_signal + 10 1 libSystem.B.dylib 0x93d4036d pthread_cond_wait$UNIX2003 + 73 2 ...ple.CoreServices.CarbonCore 0x967fe347 TSWaitOnCondition + 126 3 ...ple.CoreServices.CarbonCore 0x967dd2d2 TSWaitOnConditionTimedRelative + 202 4 ...ple.CoreServices.CarbonCore 0x9681c661 MPEnterCriticalRegion + 194 5 de.filezilla 0x003d72b3 wxMutexInternal::Lock() + 67 6 de.filezilla 0x0016ad1e CSocket::DetachThread() + 46 7 de.filezilla 0x0016aea7 CSocket::~CSocket() + 55 8 de.filezilla 0x001708cc CTransferSocket::TransferEnd(TransferEndReason) + 188 9 de.filezilla 0x00171e59 CTransferSocket::CheckGetNextReadBuffer() + 153 10 de.filezilla 0x00171fc1 CTransferSocket::OnSend() + 177 11 de.filezilla 0x00171700 CTransferSocket::OnSocketEvent(CSocketEvent&) + 688 12 de.filezilla 0x003df923 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 115 13 de.filezilla 0x003dfa9f wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 111 14 de.filezilla 0x003dfe6f wxEvtHandler::ProcessEvent(wxEvent&) + 207 15 de.filezilla 0x003dfefc wxEvtHandler::ProcessPendingEvents() + 108 16 de.filezilla 0x003710d9 wxAppConsole::ProcessPendingEvents() + 137 17 de.filezilla 0x003d9352 wxMacProcessNotifierAndPendingEvents + 34 18 de.filezilla 0x0027dc84 wxApp::MacHandleOneEvent(void*) + 100 19 de.filezilla 0x0027dd1f wxApp::MacDoOneEvent() + 127 20 de.filezilla 0x00296a83 wxEventLoop::Dispatch() + 35 21 de.filezilla 0x0030bb3f wxEventLoopManual::Run() + 111 22 de.filezilla 0x002f7bd3 wxAppBase::MainLoop() + 83 23 de.filezilla 0x003a3d1a wxEntry(int&, wchar_t) + 106 24 de.filezilla 0x00020b88 main + 24 25 de.filezilla 0x00002026 start + 54

Thread 1: 0 libSystem.B.dylib 0x93d5e5e2 select$DARWIN_EXTSN + 10 1 de.filezilla 0x00170236 wxThreadExImpl::Entry() + 22 2 de.filezilla 0x003d8aed wxThreadInternal::MacThreadStart(void*) + 173 3 ...ple.CoreServices.CarbonCore 0x967fc55b PrivateMPEntryPoint + 56 4 libSystem.B.dylib 0x93d3f6f5 _pthread_start + 321 5 libSystem.B.dylib 0x93d3f5b2 thread_start + 34

Thread 2: 0 libSystem.B.dylib 0x93d5e5e2 select$DARWIN_EXTSN + 10 1 de.filezilla 0x00170236 wxThreadExImpl::Entry() + 22 2 de.filezilla 0x003d8aed wxThreadInternal::MacThreadStart(void*) + 173 3 ...ple.CoreServices.CarbonCore 0x967fc55b PrivateMPEntryPoint + 56 4 libSystem.B.dylib 0x93d3f6f5 _pthread_start + 321 5 libSystem.B.dylib 0x93d3f5b2 thread_start + 34

Thread 3: 0 libSystem.B.dylib 0x93d5e5e2 select$DARWIN_EXTSN + 10 1 de.filezilla 0x00170236 wxThreadExImpl::Entry() + 22 2 de.filezilla 0x003d8aed wxThreadInternal::MacThreadStart(void*) + 173 3 ...ple.CoreServices.CarbonCore 0x967fc55b PrivateMPEntryPoint + 56 4 libSystem.B.dylib 0x93d3f6f5 _pthread_start + 321 5 libSystem.B.dylib 0x93d3f5b2 thread_start + 34

Thread 4 Crashed: 0 de.filezilla 0x0016cc5c CSocketThread::Entry() + 476 1 de.filezilla 0x00170236 wxThreadExImpl::Entry() + 22 2 de.filezilla 0x003d8aed wxThreadInternal::MacThreadStart(void*) + 173 3 ...ple.CoreServices.CarbonCore 0x967fc55b PrivateMPEntryPoint + 56 4 libSystem.B.dylib 0x93d3f6f5 _pthread_start + 321 5 libSystem.B.dylib 0x93d3f5b2 thread_start + 34

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

eax: 0x07ffffff ebx: 0x0016ca8b ecx: 0x80000000 edx: 0x26636ea0 edi: 0x26625040 esi: 0x00000002 ebp: 0xb02b1ef8 esp: 0xb02b1d20

ss: 0x0000001f efl: 0x00010286 eip: 0x0016cc5c cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037

cr2: 0xd02b1df0

Binary Images:

0x1000 - 0x567fe7 +de.filezilla 3.1.0.1 (3.1.0.1) <b3dc4417ff56b910a1ca3e6350ef4a2c> /Applications/FileZilla.app/Contents/MacOS/filezilla

0x742000 - 0x743fe1 com.apple.textencoding.unicode 2.2 (2.2) <6566f38ef8ee61fab9aaecfb6a81f208> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0xfbd000 - 0xfc1fff com.apple.CommonCocoaPanels 3.0 (15) <7f1832e071bcc3f27a1e159f2f09cc89> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels 0xfc8000 - 0xfd4fff com.apple.iokit.IOHIDLib 1.5.2 (1.5.2) <aa8f369564ff74bfcad8ea5adc0599f1> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib

0x25959000 - 0x25a77ff7 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld 0x90003000 - 0x90041ff7 libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x90042000 - 0x90042fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x90043000 - 0x9009cff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9009d000 - 0x9009dff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9009e000 - 0x900cbfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9011c000 - 0x90254ff7 libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib 0x902a0000 - 0x902d7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x902d8000 - 0x903bdff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x903be000 - 0x903c0fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9055d000 - 0x9062bff3 com.apple.JavaScriptCore 5525.18 (5525.18) <672d1c7f16a4300addabeff4830f5024> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x9062c000 - 0x906a9fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x906aa000 - 0x906b1fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib 0x906b2000 - 0x906c2fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x906cf000 - 0x906daff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x906e1000 - 0x90813fff com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x90a9a000 - 0x90ad4fff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x90ad5000 - 0x90b61ff7 com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x90b62000 - 0x91035ffe libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x91037000 - 0x91078fe7 libRIP.A.dylib ??? (???) <c8d988d3880d7268468112c64c626d86> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x91079000 - 0x910d6ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib 0x910d7000 - 0x910f5fff libresolv.9.dylib ??? (???) <9602435a6eac87a0d1f41b8ca8541693> /usr/lib/libresolv.9.dylib 0x910f6000 - 0x91506fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x915db000 - 0x91698fff com.apple.WebKit 5525.18 (5525.18) <9228870ec6a53b83134fd13a359276a8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x916b1000 - 0x91733ff3 com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x917b6000 - 0x917b6ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x917b7000 - 0x917e6fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x917e7000 - 0x91829fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9182a000 - 0x9191eff4 libiconv.2.dylib ??? (???) <3f183527811098bb7332f67a1f902bfd> /usr/lib/libiconv.2.dylib 0x92929000 - 0x92cbffff com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x92cc0000 - 0x92cd6fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <fe4dc9ab74be4a7d2b56417de4668f68> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x92cd7000 - 0x92d56ff5 com.apple.SearchKit 1.2.0 (1.2.0) <5abfde5537969168b8a8743ccb9ec735> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x92e1f000 - 0x92eb2fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92ec0000 - 0x92f4afe3 com.apple.DesktopServices 1.4.6 (1.4.6) <1abd4175c3089704be6824c073f7cc33> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x92f4b000 - 0x92f51fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9302f000 - 0x930e1ffb libcrypto.0.9.7.dylib ??? (???) <8f92cbdc8777bea2ec49b06ee79fabc0> /usr/lib/libcrypto.0.9.7.dylib 0x930e2000 - 0x930e5fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x930e6000 - 0x930e8ff5 libRadiance.dylib ??? (???) <c307054a6d8337c85ef501780b54704d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x930e9000 - 0x930fffff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x93103000 - 0x9310aff7 libCGATS.A.dylib ??? (???) <02a2c63ef94a180f9a0924cbff8d01ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9310b000 - 0x93115feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93116000 - 0x931a9ff3 com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x931aa000 - 0x931beff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x931bf000 - 0x9343afe7 com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9343b000 - 0x9355ffe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93560000 - 0x93567ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib 0x93568000 - 0x935e2ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x935e3000 - 0x93607fff libxslt.1.dylib ??? (???) <59399cc446ed903fd9479526ee9f116b> /usr/lib/libxslt.1.dylib 0x93608000 - 0x93658ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x93659000 - 0x93659ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x9365e000 - 0x936e5ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x936e6000 - 0x937c5fff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib 0x937c6000 - 0x937c6ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x937c7000 - 0x93877fff edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x93878000 - 0x93932fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x93941000 - 0x93b0ffff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x93b10000 - 0x93bb7feb com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x93bb8000 - 0x93c99ff7 libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib 0x93d0d000 - 0x93e6dff3 libSystem.B.dylib ??? (???) <98fc91f31f185411ddc46d3225e9af55> /usr/lib/libSystem.B.dylib 0x93e6e000 - 0x93e75fff com.apple.agl 3.0.9 (AGL-3.0.9) <493bdf1318b1458ff62cbfb7b8c2bbdd> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x93e76000 - 0x93eb5fef libTIFF.dylib ??? (???) <4b7d3b3b9a9c8335c2538371cb39b60b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x9404f000 - 0x9469ffff com.apple.WebCore 5525.18.1 (5525.18.1) <9fcf69305c5b48dd8a5cb77107f66c7a> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x9485c000 - 0x94868fe7 com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x948a6000 - 0x948c1ff3 libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x948c2000 - 0x9491cff7 com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x9491d000 - 0x94c24ff7 com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x94c8c000 - 0x94ce8ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x94ce9000 - 0x94ce9ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94d1f000 - 0x94d3fff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x94d46000 - 0x94d4afff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x94d4b000 - 0x94e12ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x94e13000 - 0x94e3bff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x94e5b000 - 0x94e5cffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib 0x94e5d000 - 0x94e88fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x94e89000 - 0x94e92fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x94f95000 - 0x94f95ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x94f96000 - 0x95354fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x95355000 - 0x95360fe7 libCSync.A.dylib ??? (???) <8011fc1963cebdde0c6f101dbee5afd7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x954e1000 - 0x95627ff7 com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x956a4000 - 0x9576ffff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x95770000 - 0x95774fff libGIF.dylib ??? (???) <75b4fd9684d792add088205f987fb02e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x95785000 - 0x95f82fef com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x95f95000 - 0x96020fff com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x96021000 - 0x96031ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x96032000 - 0x966cefff com.apple.CoreGraphics 1.351.31 (???) <c97a42498636b2596764e48669f98e00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x966cf000 - 0x966d4fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x966d5000 - 0x966f4ffa libJPEG.dylib ??? (???) <c776945af9d960ccf5a80aa2d89fd918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x966f5000 - 0x96703ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib 0x96704000 - 0x96780feb com.apple.audio.CoreAudio 3.1.0 (3.1) <be7120e91df91425e904d5327b4338b7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x967b3000 - 0x96a8dff3 com.apple.CoreServices.CarbonCore 786.4 (786.4) <059c4803a7a95e3c1a95a332baeb1edf> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x96a8e000 - 0x96a96fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x96c3a000 - 0x96c80fef com.apple.Metadata 10.5.2 (398.18) <9466e348fc3c1fece377ae1238fe74a7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x96c81000 - 0x96c81ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x96c82000 - 0x96f96fe2 com.apple.QuickTime 7.4.1 (14) <91da0a127f79b4943c8fbff886d23c5c> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x96f97000 - 0x96faffff com.apple.openscripting 1.2.6 (???) <4e0b05f9f47c6f7e2b01b321b2eb1413> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x96fb0000 - 0x96fb0ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x96fd5000 - 0x96ffdfff libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

#1428 Can't use email address as password closed Bug report normal FileZilla Client
Description

When a password is used that contains a @ symbol login always fails.

How to replicate:

  1. Download latest version of Filezilla for windows from sourceforge.
  2. Install.
  3. Type in these values:

Host: ftp.foxcub.net Username: foxcubtest Password: Testuser@…

The password is case sensitive.

Results:

--- Status: Resolving IP-Address for ftp.foxcub.net Trace: ControlSocket.cpp(1057): CRealControlSocket::ContinueConnect(0p1a681b8) m_pEngine=0p1435d28 caller=0p1a2a538 Status: Connecting to 208.113.176.139:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ProFTPD 1.3.1 Server (DreamHost FTP) [208.113.176.139] Trace: CFtpControlSocket::SendNextCommand() Command: USER foxcubtestuser Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for foxcubtestuser Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 530 Login incorrect. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server ---

I have replicated this problem on two FTP servers that are different types/versions.

This happens on both 3.0.11 and 3.1.0.1.

#1429 3.1.0.1 Crash Repetitively on Mac OS Leopard closed Bug report normal FileZilla Client
Description

Hi Guys,

First of all thanks for your work!

Im running Leopard and I upgraded my Filezilla Client with the last 3.1.0.1. After the upgrade the Filezilla Client crashes without reason. I'm uploading a file and crashes. I am browsing in remote directories and crashes.

I can use Filezilla, but I don't known if this is a Bug. With the previous version I've not problem.

Thank you.

#1430 unable to connect to servers. closed Bug report normal FileZilla Client
Description

I have updated filezilla ftp client to 3.1.0.1. I am using Windows Xp professional with SP3.

Until I updated the ftp client I had no trouble connecting to the two different host servers that I use. Since updating I am unable to connect to either server.

I get the following message: Status: Resolving address of ftp.casemedia.co.uk Status: Connecting to 213.171.193.5:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 425 Sorry, invalid address given Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.casemedia.co.uk Status: Connecting to 213.171.193.5:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 425 Sorry, invalid address given Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.casemedia.co.uk Status: Connecting to 213.171.193.5:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 425 Sorry, invalid address given Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server

#1431 Files changed uploaded to wrong directory closed Alexander Schuch Bug report normal FileZilla Client
Description

Steps to duplicate.

  1. Upload directory of files
  2. Edit local file

Filezilla will know the file has been changed and offer to reupload the file. File is uploaded into a directory underneath of the directory uploaded.

View/edit remote file, editing, uploads correctly.

#1432 Local site file tree not displayed closed Alexander Schuch Bug report normal FileZilla Client
Description

Using 3.1.1.1 and the previous version, when clicking the drives in the Local Site pane nothing appears in the files pane below except for the parent folder (..) link.

When clicking the drive for the first time the + sign disappears and stays gone for the session.

This worked OK on my system previously. Win XP Home, SP3

#1433 Cannot load lib and crashes at startup closed Bug report normal FileZilla Client
Description

After a recent update of my packages in Arch Linux I got this error when trying to launch filezilla: "filezilla: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory"

From what I read in the comments of the package in AUR it's because of an update of gnutls

#1434 Server Does Not Enforce Login Attempt Limit with SSL closed Bug report normal FileZilla Server
Description

I have autoban enabled for 5 failed login attempts. I also "Force SSL for user login". The autoban never fires because, I assume, users attempting login get the return error stating that SSL is required and the attempt is not counted into the autoban limit. This situation results in daily logs of up to 3MB in size due to repeated brute force attempts at login. It appears as if there is a program that kiddie hax0rs all over the world have available. I add address masks to the IP Filter as attempts are made, but new kiddies keep trying. I've filtered out most of China by now. Please see the attached log exerpt.

#1435 Package monitoring doesn't work closed Bug report normal FileZilla Client
Description

On the SourceForge's download page for projects there is an option to monitor new releases in packages. When a new release is available then all users who monitor that package get an email informing them about the new release.

This functionality doesn't work for the FileZilla Client package. The last email I've received is for v3.0.10.

I am sure that the emails didn't end up being marked as spam and then deleted, I know how to handle emails.

#1436 weird error closed Bug report normal FileZilla Client
Description

i get a 421 error saying that i hadn't transferred in 600 seconds but in fact i just finished a transfer less then 60 seconds ago.

12:55:47 Status: File transfer successful 12:56:05 Response: 421 No transfer timeout (600 seconds): closing control connection 12:56:05 Error: Connection closed by server

#1437 Status: Server did not properly shut down TLS connection / E closed Bug report normal FileZilla Client
Description

Since 3.1 was released I get the following error when I attmpt to connect to our FTP server.

15:43:37 Status: Server did not properly shut down TLS connection 15:43:37 Error: Could not read from transfer socket: ECONNABORTED - Connection aborted 15:43:37 Response: 226 Transfer complete. 202 bytes transferred. 202 Bps. 15:43:37 Error: Failed to retrieve directory listing (Full message below)

This problem was introduced after 3.0.11.

Full Debug Listing:


15:43:34 Response: 220 Powered by: GlobalSCAPE Secure FTP Server 15:43:34 Command: AUTH TLS 15:43:35 Response: 234 AUTH Command OK. Initializing SSL connection. 15:43:35 Status: Initializing TLS... 15:43:35 Status: Verifying certificate... 15:43:35 Command: USER gnadmin 15:43:35 Status: TLS/SSL connection established. 15:43:35 Response: 331 Password required for gnadmin. 15:43:35 Command: PASS 15:43:36 Response: 230 Login OK. Proceed. 15:43:36 Command: SYST 15:43:36 Response: 215 UNIX Type: L8 15:43:36 Command: FEAT 15:43:36 Response: 211-Features supported: 15:43:36 Response: COMB target;source_list 15:43:36 Response: REST STREAM 15:43:36 Response: SIZE 15:43:36 Response: MDTM 15:43:36 Response: XCRC filename;start;end 15:43:36 Response: SSCN 15:43:36 Response: MLST Size*;Modify*;Create;Type*;Unique;Perm*;Lang;Media-Type;CharSet; 15:43:36 Response: MODE Z 15:43:36 Response: 211 END 15:43:36 Command: PBSZ 0 15:43:36 Response: 200 PBSZ Command OK. Protection buffer size set to 0. 15:43:36 Command: PROT P 15:43:36 Response: 200 PROT Command OK. Using Private data connection 15:43:36 Status: Connected 15:43:36 Status: Retrieving directory listing... 15:43:36 Command: PWD 15:43:36 Response: 257 "/" is current folder. 15:43:36 Command: TYPE I 15:43:36 Response: 200 Type set to I. 15:43:36 Command: PASV 15:43:37 Response: 227 Entering Passive Mode (38,99,4,59,21,126). 15:43:37 Command: LIST 15:43:37 Response: 150 Opening ASCII mode data connection for file list. 15:43:37 Trace: GnuTLS error -9: A TLS packet with unexpected length was received. 15:43:37 Status: Server did not properly shut down TLS connection 15:43:37 Error: Could not read from transfer socket: ECONNABORTED - Connection aborted 15:43:37 Response: 226 Transfer complete. 202 bytes transferred. 202 Bps. 15:43:37 Error: Failed to retrieve directory listing

#1438 Drag-Drop Overwrite multiple times closed Bug report normal FileZilla Client
Description

Sometimes when I drag-drop a file to the FTP client to FTP it up, it tells me that there is an existing file there, which is fine, that's what it's supposed to do, so I overwrite it. But then it asks me sometimes once sometimes 2 times to overwrite it again, and this time the size and data are the same, so I'm overwriting the file I just overwrote with a second ago. So somehow it doensn't register that the upload was successful or something, and it asks me to overwrite 2 or 3 times, and then stops.

Odd, -Roman

#1439 Can't any MVS Datasets with Filezilla on a TECTIA ssh Server closed Bug report normal FileZilla Client
Description

When I try to access datasets with ssh on our Tectia SSH Server for z/OS like described on this page: https://www.ssh.com/support/documentation/online/ssh/manual-zos/60/dataset-access-alt.html

Filezilla always adds a '/' in front of the dataset name, which is wrong.

#1440 Can not transfer specific file closed Bug report normal FileZilla Server
Description

FileZilla Server (ver. 0.9.27 beta) can not transfer some specific files. As samle I attached one of them. Other files server transfer successfully. All files are in the same directory and have identical security properties. I think that it concerned with contents of specific files. I use FileZilla FTP Client (ver. 3.1.1.1) and NcFtp Client (ver. 3.2.2). Bouth clients got identical results, that is why I think it is server bug.

FileZilla Server logs: SERVER (000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> Connected, sending welcome message... (000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> USER gbill (000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> 331 Password required for gbill (000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> PASS * (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 230 Logged on (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> CWD / (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 250 CWD successful. "/" is current directory. (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> TYPE I (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 200 Type set to I (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> PASV (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 227 Entering Passive Mode (192,168,50,8,195,91) (000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> RETR i866220080818050574.ama.txt (000035) 18.08.2008 10:43:30 - gbill (192.168.1.2)> 150 Connection accepted (000035) 18.08.2008 10:43:30 - gbill (192.168.1.2)> 226 Transfer OK (000035) 18.08.2008 10:44:10 - gbill (192.168.1.2)> disconnected.

FileZilla Client Log: Status: Connecting to 192.168.1.1:2121... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to UTKS Nalchik FTP server! Trace: CFtpControlSocket::SendNextCommand() Command: USER gbill Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for gbill Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Connecting to 192.168.1.1:2121... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to UTKS Nalchik FTP server! Trace: CFtpControlSocket::SendNextCommand() Command: USER gbill Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for gbill Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting download of /i866220080818050574.ama.txt Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CFtpControlSocket::OnReceive() Response: 250 CWD successful. "/" is current directory. 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: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (192,168,50,8,195,110) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: RETR i866220080818050574.ama.txt Trace: CTransferSocket::OnConnect Trace: Skipping socket event 4, id mismatch. Trace: CTransferSocket::OnReceive(), m_transferMode=2 Trace: CFtpControlSocket::OnReceive() Response: 150 Connection accepted Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer OK Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: Deleting empty file Trace: CControlSocket::ResetOperation(2114) Status: Connecting to 192.168.1.1:2121... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to UTKS Nalchik FTP server! Trace: CFtpControlSocket::SendNextCommand() Command: USER gbill Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for gbill Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting download of /i866220080818050574.ama.txt Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CFtpControlSocket::OnReceive() Response: 250 CWD successful. "/" is current directory. 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: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (192,168,50,8,195,111) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: RETR i866220080818050574.ama.txt Trace: CTransferSocket::OnConnect Trace: Skipping socket event 4, id mismatch. Trace: CTransferSocket::OnReceive(), m_transferMode=2 Trace: CFtpControlSocket::OnReceive() Response: 150 Connection accepted Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer OK Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: Deleting empty file Trace: CControlSocket::ResetOperation(2114) Status: Connecting to 192.168.1.1:2121... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to UTKS Nalchik FTP server! Trace: CFtpControlSocket::SendNextCommand() Command: USER gbill Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for gbill Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting download of /i866220080818050574.ama.txt Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CFtpControlSocket::OnReceive() Response: 250 CWD successful. "/" is current directory. 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: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (192,168,50,8,195,112) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: RETR i866220080818050574.ama.txt Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Connection accepted Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: Skipping socket event 4, id mismatch. Trace: CTransferSocket::OnReceive(), m_transferMode=2 Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer OK Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: Deleting empty file Trace: CControlSocket::ResetOperation(2114)

#1441 File Zilla Crash closed Bug report normal Other
Description

I have used FileZilla for a while without prblems until recently. Occasionally now crashes and offers chance to take a dump. Then have to delete and reload service.

Dump File is attached. Report File follows.

Thanks

Exception report created by FileZilla Server version 0.9.27 beta ===================================================

System details:


Operating System: Microsoft Windows 2000 Server Service Pack 4 (Build 2195) Processor Information: Vendor: GenuineIntel ,Speed: 2394MHz ,Type: Intel Pentium compatible,Number Of Processors: 2 ,Architecture: Intel ,Level: Unknown 15 ,Stepping: 5-21 Memory Information: Memory Used 40%, Total Physical Memory 2095088KB, Physical Memory Available 1247580KB, Total Virtual Memory 2097024KB, Available Virtual Memory 2067648KB, Working Set Min : 200KB Max : 1380KB .

Exception Details:


Exception code: C0000005 ACCESS_VIOLATION Fault address: 77F9F0BE 01:0001E0BE C:\WINNT\system32\ntdll.dll

Call stack:


Address Frame Function SourceFile 77F9F0BE 00C9B71C 0001:0001E0BE C:\WINNT\system32\ntdll.dll 77F9EC75 00C9B760 0001:0001DC75 C:\WINNT\system32\ntdll.dll 7C59CF22 00C9B784 0001:0002BF22 C:\WINNT\system32\KERNEL32.DLL 10047794 283CB216 0001:00046794 C:\Program Files\FileZilla Server\libeay32.dll

#1442 soft links: display and actions are incorrect. closed Bug report normal FileZilla Client
Description

on an ssh/sftp connection - simlinks are detected in the permissions tab as lrwxrwxrwx (which is good) but act as if they are a directory.

I understand that links are harder to deal with - but they are not directories (links link to anything) - so when you double click on them it shouldn't cd to them unless the target is a dir

Terry Rankine

#1443 standard anonymous password closed Tim Kosse Patch normal Other
Description

This anonymous password works better that current. Some stupid ftp servers try to check the host if exists. Also neither mozilla nor ie send a host. Mozilla and IE are not anonymous but they should fix that.

#1444 Custom PASV settings for the server closed Tim Kosse Patch normal Other
Description

When running a FTP server from behind a NAT router, you need to be able to specify to the server which IP address to use for PASV transfers. Cannot use the IP address from the socket because that IP address is only valid within the local network, and is inaccessible from the other side of the router.

So, this patch allows you to configure:

  • Wether the IP address is customized.
  • The actual IP address.
  • A range of ports that will be used in a rotating

fashion.

The range of ports is necessary because, in order to be able to forward connection requests to local machnes, the router needs to know those ports. You could always tell the router to forward all ports 1 to 65535, but that's hardly appropriate.

I have this updated server currently running at:

ftp://anonymous@home.JCABs-Rumblings.com

The files there are temporary Spirit (another SourceForge project) tests. In case you were curious.

If you want to see what the resulting server looks like, I put it here for download:

http://www.JCABs-Rumblings.com/temp/FileZilla% 20server.exe

Salutaciones,

JCAB

#1445 Simplified Chinese Translation closed Tim Kosse Patch normal Other
Description

I made a Simplified Chinese translation. Here it is. Wish it to be seen in next release. And a suggest that the file name of Traditional Chinese version be changed to "FzResCht.dll". thx.

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

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

The feature works as follows:

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

it the homedir.

  1. Disable the 'Show relative paths' option
#1447 Fixes for the German resource file closed Patch normal Other
Description

I fixed some typos and other mistakes in the German resource file.

Regards

Patrick Canterino

#1448 Fix _UNICODE compilation of current cvs (& 2.2.1b) closed Patch normal Other
Description

...FileZilla_cvs_trunk\source\FtpListResult.cpp(527) : error C2440: '=' : cannot convert from 'char [26]' to 'unsigned short *'

Relevant line is:

pStatus->status = "<Empty directory listing>";

and of course it should be:

pStatus->status = _T("<Empty directory listing>");

#1449 Longer Welcome Message, Welcome Message Hidden closed Tim Kosse Patch normal Other
Description

Hey,

I've been using FileZilla Server and it's great -- better than any other FTP server I tried, including a number of commercial FTP servers, in fact.

I wanted to be able to use a larger welcome message, so I've patched the code (0.8.9) to accept lines up to 75 characters long ("220 " + 75 characters == 79) and the admin interface to accept up to 7500 characters in the text input widget. But then the admin interface and the on-disk log were showing my huge welcome message, which was irritating, so I also patched the code so that the welcome message will not be shown there (I added a switch to Send() to tell it whether or not to also display the output by calling SendStatus()).

Attached is an archive with my changed files and a diff. If you don't want to go the diff route, just search the changed files for "jason" -- I've commented each line I changed.

-jason

#1450 Decrease the size of instaler closed Patch normal Other
Description

You can decrease the size of your setup file if you add this line at the top of your NSIS script

SetCompressor lzma

If you like I can get involved in the development of minor tweaks of your installer, send me a mail.

#1451 allow passive mode range to be one port only closed Patch normal Other
Description

i needed this for my own server. it runs on a machine that is behind a firewall which i can not administrate. only two ports are usable by me, so i chose one to be the "ftp access port" and wanted to use the other one as "passive mode port". looking at the server itself, i saw that it is already possible to handle that situation. so the only thing to change was the server interface. the patch does this and also corrects the error message.

#1452 filezilla server solution uses absolute paths closed Patch normal Other
Description

i saw this when first trying to build the filezilla server myself. the path to zlib in debug mode is absolute.

#1453 filezilla server with windows xp styles (using manifest) closed Patch normal Other
Description

adding a windows xp resource manifest broke the transmission leds first, but i was able to get around that by adding a fake indicator with zero width. that also cleans up the initialization code.

#1454 filezilla server memory/speed optimization closed Patch normal Other
Description

the filezilla server makes two copies of a list in GetNotifications(), which are thrown away shortly afterwards. the proposed patch swaps the list with an empty one instead of copying&clearing it. a pass-by-reference argument is used instead of using the return value to get around the second copy.

#1455 (fsi) connected users details closed Patch normal Other
Description

enhances the "connected users" list in the filezilla server interface. report view has 3 columns (id, account, ip) which resize automatically by content and by window size. more user information will be added in a later patch.

#1456 (fs) aliases not working closed Patch normal Other
Description

there is a typo in file Permissions.cpp, Line 591. it should read:

while((pos = directory.Find('/')) != -1)

instead of

while((pos = directory.Find('/') != -1))

#1457 (fzs+fzsi) gui enhancement closed Tim Kosse Patch normal Other
Description

this patch adds:

  • name of the file/directory currently transferred, display

as local filename or as ftp name

  • transfer speed per connection
  • transfer progress in %
  • sort user display by ip or account
  • group display for windows xp
  • the pane layout can be switched horizontal/vertical
  • pane layout setting, pane splitter position, filename

display setting and user sorting settings are saved to the options file

tested under windows 98, 2000 and xp.

#1458 FZS: Make the installer use previous directory closed Patch normal Other
Description

This patch cleans-up the NSI script a bit and makes it use the installation directory of a previous installation by default (if applicable).

#1459 Fix for multihomed servers w/active FTP closed Patch normal Other
Description

Changed call to TransferSocket.Create() to include the IP of the ControlSocket. This fixes issues with Active FTP, especially on Windows XP SP2.

#1460 Fix for certain FTP clients sending PORT commands closed Patch normal Other
Description

Some FTP clients (CuteFTP is one, I believe) send leading zeros in the IP portion of the PORT command, e.g. "PORT 001,002,003,004,13,79". When an ip address in this format (001.002.003.004) is passed to inet_addr (), it is interpreted as octal. If 8 or 9 are present in the IP, inet_addr() returns INADDR_NONE, and the PORT command fails. This fix resolves that issue by converting each octet of the IP to int and back to char to strip leading zeros.

#1461 Patch for local folder auto-refresh closed Patch normal Other
Description

For me, it's quite inconvenient if the local download folder can not refresh automatically. Therefore I write a patch that enables the local folder to be refreshed automatically each time when a new file/folder creates or any write operations.

Just add FileChangeNotify.h & FileChangeNotify.cpp to the project and apply patches to LocalView2.h & LocalView2.cpp (base on the 2.2.10 source)

#1462 fixed some sftp buffer overflow in unicode mode closed Patch normal Other
Description

fixed some unicode buffer overflow for sftp

#1463 let FzSFtp.exe work in unicode build closed Patch normal Other
Description

lef FzSFtp.exe work in unicode build

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

This patch need the previous 2 patches I sent.

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

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

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

#1465 show unicode string in status window (CRichEditCtrl) closed Patch normal Other
Description

This patch enable the unicode support for CStatusCtrl, display the correct unicode string in status window.

#1466 force UTF8 won't reload while use reconnect closed Patch normal Other
Description

If we use Force UTF8 in Site Manager, but server didn't support UTF8 in FEAT command, and also didn't support OPTS UTF8 ON command. The re-connect function won't use UTF8 even we setting it in Site Manager.

#1467 Allow use force UTF8 option for sftp mode closed Patch normal Other
Description

This patch will use the force UTF8 option (introduced in FileZilla 2.2.12b) for sftp mode.

#1468 Splitter position not save correct closed Patch normal Other
Description

Queue splitter postion not save correct if site manager open on startup.

#1469 Fix VS.NET 2003 compilation warnings (cvs) closed Patch normal Other
Description

cvs version, fix two Fix VS.NET 2003 compilation warnings

#1)

FtpControlSocket.cpp, line 4658

...\FileZilla\source\FtpControlSocket.cpp(4657): warning C4800: 'const BOOL' : forcing value to bool 'true' or 'false' (performance warning)

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

change to

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

#2)

Similarly line 4693

...\FileZilla\source\FtpControlSocket.cpp(4693) : warning C4800: 'const BOOL' : forcing value to bool 'true' or 'false' (performance warning)

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

change to

SetDirectoryListing(&dir, !!(WorkingDir.path ==

dir.path));

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

This is a correction of typo in uninstall dialog

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

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

#1472 Spelling error in German version closed Patch normal Other
Description

Wrong spelling: "Vebinde mit" when connecting to the FTP server

Now it is fixed. ("Verbinde mit...")

#1473 Improve commandline hints closed Patch normal Other
Description

http://filezilla.sourceforge.net/cmdline.htm

Underneath:

-u <sourcefile> <targetdir>

Add this:

Note that sourcefile must contain at least one backslash

This is due to the parsing code in MainFrm.cpp, circa line 2449 (in current CVS) in method CMainFrame::OnProcessCmdLine:

int pos=localfile.ReverseFind('
');

if (pos==-1
!pos

pos==(localfile.GetLength()-1))

AfxMessageBox(IDS_ERRORMSG_CANTPARSECMDLINE);

(This is really not intuitive, and I had to debug the code to figure out why it was telling me that it could not parse the commandline.)

#1474 Optimization for type parsing closed Patch normal Other
Description

In the transfer type parsing (guessing) code in MainFrm.cpp circa line 2488 (in current CVS), the code tries all types, even if it finds one. An optimization would be to stop trying types when one is found.

Current code:

while ((i=AsciiFiles.Find( _T(";") ))!=-1) {

if

("."+AsciiFiles.Left(i)==fn.Right(AsciiFiles.Left(i).GetLength()+1))

transferfile.nType=1;

AsciiFiles=AsciiFiles.Mid(i+1);

}

Code which stops trying guesses after it finds one:

while ((i=AsciiFiles.Find( _T(";") ))!=-1) {

if

("."+AsciiFiles.Left(i)==fn.Right(AsciiFiles.Left(i).GetLength()+1))

{

transferfile.nType=1; break;

} AsciiFiles=AsciiFiles.Mid(i+1);

}

#1475 New cmdline args so it doesn't hang closed Patch normal Other
Description

Added three new command line arguments:

-close

close main dialog (as soon as transfer completes)

-noclose

do not close main dialog (default)

  • overwrite overwrite existing files without prompt

The "-close" is so commandline invocation doesn't leave filezilla.exe running forever, especially if run from a batch file not in the interactive desktop (where noone will ever see it).

The "-noclose" is just something you can add to the end of a command line when debugging, to cancel an earlier "-close" on the command line (or getting added elsewhere by a variable).

The "-overwrite" is to avoid the dialog hanging at the prompt for overwrite/nooverwrite -- this avoids having to set a choice in the user profile which would lock in the user and every script invocation run under that user account -- that is, this allows making the choice relevant for the particular command line invocation.

#1476 corected typos closed Patch normal Other
Description

Corected typos in polish version.

#1477 corected typos 2 closed Patch normal Other
Description

Corected typos in polish version in file FileZilla_2_2_13b_src\source\LanguageDLLs\Polish\fz_p olish.nsh

#1478 typofix closed Patch normal Other
Description

Corected typos in polish version

#1479 FileZilla server CWD can't change drive closed Patch normal Other
Description

Hi, teh CWD command can't change the driver (in version 0.9.2 the command run correcty), I try this on filezilla server 0.9.7 and 0.9.8 with TotalCommander 6.52

#1480 Specify default anonymous password closed Patch normal Other
Description

This patch adds support for specifying a default anonymous password to the GUI. The patch was done via CVS diff -u and patches multiple files. Patches are a little bigger than necessary because trailing spaces of the affected files got trimmed.

#1482 Toggle MODE Z in FEAT response closed Patch normal FileZilla Server
Description

This patch disables listing MODE Z in response to a FEAT command if Zip compression has been disabled in the server settings. The patch consists of two parts: The first file just trims all trailing spaces in the file to be patched, the second applies the patch.

#1483 wildcards in command line closed Patch normal FileZilla Client
Description

Make the command line mode more powerfull by allowing wildcards in uploaded/downloaded filenames.

exemple :

C:\Program Files\FileZilla>filezilla -d ftp://user:pass@site /pub/*" c:\download

for downloading all files from "pub" to the download directory.

thanks !

gmargaro@…

#1484 Turkish Language File closed Patch normal Other
Description

I've been trying to send updated language file to Tim but it doesn't get included in project page. Maybe my email is taken as spam. Anyways, here it is.

#1485 German translation (seite!=site, seite=page) closed Patch normal FileZilla Client
Description

The german translation of the term 'site' is inconsistent and misleading in the current version (2005-09-27) of the filezilla-client.

In the current version "site" is translated using the words "Server" (which is obviously not the same as site) and "Seite" (Seite is the german word for page!)

Somebody may construct some word like "FTP-Präsenz". But this word is not in use, it sounds ugly untechnical, and it is longer and more complicated than "Site".

Since there seems to be no german word for the term site in this context, I suggest to use the word Site, which is frequently used by german-speaking people.

I searched for "Seite" and "Server" within FzResDe.rc, and replaced it by "Site" where this word seems to match. I did not check any other translations.

The changes are not tested, because I don't have the tools installed needed for testing. So I filed this patch as unstable. But since I have only made a view changes and since I have used quite short strings, there should be no problem at all.

#1486 Pre-allocate diskspace to minimize fragmentation closed Patch normal FileZilla Client
Description

This patch pre-allocates exactly the needed amount of diskspace when getting a file. This will minimize fragmentation, especially when transferring more than 1 file at once. The Filezilla Server already contains code similar to the code in this patch, so only the client is affected.

I've added SetLength64 to MFC64bitfix and call it after opening the file. I truncate the filesize in ResetOperation in case something went wrong.

Sorry, no diff.

#1487 Round filesizes up (like Explorer) closed Patch normal FileZilla Client
Description

This patch rounds the filesizes displayed in the list controls up, like Windows Explorer does. Now, only an empty file will show up as "0 bytes". Done for both local and remote file lists.

Also, the automatic filesize formatting was changed a bit. It now limits the number of digits to 3, so a file with 1000 bytes will show up as "1 KB".

The original behaviour would say "1023 bytes" but for a file with 1024 it would say "1 KB", eventhough the length of the strings would be the same.

#1488 Fixes Wrong Date Bug closed Patch normal Other
Description

FiileZilla 2.2.16 sets the date incorrectly when preserve date/time is used. Dates older than a month are set to the previous day because they don't have a time zone offset calculated for them. For dates older than a month, FileZilla tells the OS to set the time to 12am. Without the timezone offset thats actually 5pm of the previous day in the pacific time zone, 8pm of the previous day on the east coast, etc. The patch is a diff generated by diff - u.

#1489 Slovenian Update for Filezilla3 closed Patch normal FileZilla Client
Description

Several times I have sent updated Slovenian translation (po file) to codesquid via his e-mail (like it says on the translations webpage and like I did several times half a year ago and he included it) in the past months, but the updates were not included in the build. So I am using this system for again sending in the update of Slovenian po file for Filezilla3. Maybe now it will make it into the fresh builds?

#1490 Turkish Update closed Patch normal FileZilla Client
Description

Full Turkish language file for nightly build of january 30th 2006.

By the way, why there are & signs in front of some letters in translation texts. Are they shortcut pointers of menu items?

Thanks guys for great work.

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