Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (401 - 500 of 8171)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Summary Owner Type Priority Component Resolution
#1382 Installer requires acceptance of GPL Bug report normal FileZilla Client
Description

The installer requires acceptance of the GPL. This is incorrect, since end users do not have to accept the GPL. The GPL is not an 'end user license'. It even says so in the GPL itself:

" 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works"

If the user 'does not accept the GPL' of an application, then that just means they can't distribute it. It does not prevent them from using the application.

To fix this, the EULA agree/box should be removed from the installer.

#1383 Cannot keyboard-browse filelists properly Bug report normal FileZilla Client
Description

In the "Local site" pane, try the following:

  • Navigate to C:\
  • Set focus to the filelist
  • Type the name of a directory (directory gets selected)
  • Press Enter (it opens the directory)
  • Now try to type the name a subdirectory

Expected behaviour: Should work select directory as typed.

Actual behaviour: Doesn't work.

Additional information: Works after a delay. Presumably pressing ENTER doesn't reset the keystroke buffer. It should.

#1384 V3 upgrade overwrote V2 settings Bug report normal FileZilla Client
Description

When installing V3 Portable, it mentions that an "OLD" directory is where I'd find my V2 settings in "FileZillaPortable\Data\settings\old\FileZilla2.xml". This did not exist and apears to have been completly overwritten. Should V3 recognized an existing install?

#1385 An unhandled win32 exception occurred in filezilla.exe Alexander Schuch Bug report normal FileZilla Client
Description

I connected an FTPS server(port 990), and then closed filezilla. After filezilla UI hided, an dialog shown: "An unhandled win32 exception occurred in filezilla.exe [3480]." with title "Visual Studio Just-In-Time Debugger".

My OS is Windows XP with SP2. I installed Visual Studio 2005.

with FTP, all is OK. with FTPS, the exception is occurred.

#1386 No " LIST" before downloading a folder Bug report normal FileZilla Client
Description

Maybe it's not a bug, and you design FileZilla like that for performance.

Firstly, I went into a folder "/testfolder", there was only 1 file "a.txt". Then I go back into the root folder "/". After some minutes, someone uploaded a file "b.txt" into the folder "/testfolder", and now there were 2 files(a.txt and b.txt) in "/testfolder".

Secondly, I downloaded the folder "/testfolder" by dragging it to my local disk. FileZilla downloaded "a.txt" only. Because FileZilla didn't execute "LIST" before download, it didn't known "b.txt" existed now.

#1387 PWD Reply Parse: single-quoted paths are never parsed (bug) Bug report normal FileZilla Client
Description

There is a subtle bug in CControlSocket::ParsePwdReply():

int pos1 = reply.Find('"'); int pos2 = reply.Find('"', true);

if (pos1 == -1
pos1 >= pos2)

{

int pos1 = reply.Find('\); int pos2 = reply.Find('\, true);

The variables “pos1” and “pos2” are overridden within the inner “if” block so, after it completes its execution, the assigned values get lost and the original variables remain unchanged.

The fix is straightforward: simply remove the “int” keyword in the assignment of “pos1” and “pos2” within the “if” block.

#1388 Drag lock 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 Bug report normal FileZilla Client
Description

Filezilla stops sending keep-alive commands after 30 minutes.

#1390 Name files changes when uploading 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.

#1392 Unnecessary period at the end of a library name (z/OS) 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 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 Bug report normal FileZilla Client fixed
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.

#1396 Failed to upload file 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.

#1398 Save settings from last session not possible 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 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 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 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

#1405 Site manager dropdown can't handle click-drag-release 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. 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.

#1408 Desktop Icons moved 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. 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 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) 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 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 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 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

#1417 Chinese Compatibility on FileZliia Client 3.0.11 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 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 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 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 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> 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.

#1423 Port number not saving in site manager? Bug report high FileZilla Client
Description

I have multiple clients using Filezilla to connect to our FTP site--my company recommends the program to them. We have had a few clients experience problems when setting up a site manager profile for our site, which needs to be accessed on port number 990. The port number does not seem to save when they exit the site manager, even though all the other settings are saved. Are they doing something wrong, or is this a bug?

#1424 "File has changed" does not work 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 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.

#1427 Crash in Leopard 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 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 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. 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 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 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 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

#1435 Package monitoring doesn't work 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 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 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 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 Bug report normal FileZilla Client rejected
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.

#1442 soft links: display and actions are incorrect. 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

#1481 Updated changelog for version history.html Patch low FileZilla Client
Description

I noticed "version history.htm" in the documentation hadn't been updated in about 2 years the other day.

Had a little bit of spare time so I crashed up a quick (and awful) php script that got changelogs from the release notes on sf.net and generated output for each version in the same way as each release is listed in "version history.htm".

Did some small adjustments in a text editor afterwards, but haven't gone through the text so I haven't looked for errors, capitalized the first letters of each of the items in the different lists etc. Don't think it is too bad, though.

Maybe this will inspire codesquid to start updating the file again :)

#1483 wildcards in command line 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@…

#1485 German translation (seite!=site, seite=page) 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 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) 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.

#1489 Slovenian Update for Filezilla3 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 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.

#1491 Updated Slovenian translation (sl) Patch normal FileZilla Client
Description

Here is the updated Slovenian translation, in sync with the latest pot.

#1492 Updated Slovenian translation (sl) Patch normal FileZilla Client
Description

Here is the updated Slovenian translation, in sync with the latest pot.

#1493 lost UTF8 after close connection Patch normal FileZilla Client
Description

The default value for m_bUTF8 set to true in class's constructor, and set it to false when the server didn't support UTF8.

If server support UTF8 by Auto or Force, this value will keep true, but in DoClose(), it will reset to false.

After that, next connect won't call constructor again, so this value will always be false.

We should change it to true in Connect() to avoid this bug.

#1495 problem with desktop location changed by user Patch normal FileZilla Client
Description

If user changed the desktop with Tweak UI(or something else), the desktop location would be wrong. The parameter of SHGetSpecialFolderPath() should be CSIDL_DESKTOPDIRECTORY instead of CSIDL_DESKTOP to get the correct desktop location.

#1497 Arraysort in DirTreeCtrl Patch normal FileZilla Client
Description

Both quicksort and insertsort work incorrectly :X Quicksort sorts [1,5,7,6,3,2,4] into [1,2,3,6,]4[5,7]. I have re-written it :p

And the sorting result in FileZilla is kind of different in Windows Explorer with some Chinese words. I think it may be the problem of CollateNoCase(), but I don't know how to solve it :(

#1498 transfer queue didn't save server's UTF8 value Patch normal FileZilla Client
Description

When exit FileZilla, save QueueItem, the server's UTF8 value didn't save to file, so next time, we won't know the server of the file is support UTF8 or not.

This patch will fix this problem.

#1499 FileZilla didn't remember maximized status at beginning Patch normal FileZilla Client
Description
  1. Maximized FileZilla, then exit.
  2. execute FileZilla again, the windows will restore to

be maximized.

  1. minimized FileZilla window, to taskbar. (not to tray)
  2. restore FileZilla window, it will restore to a

normal window, not a maximized window.

This patch will fix this problem.

#1500 sometimes, FZ don't ask for overwrite, just resume it Patch normal FileZilla Client
Description

I'm not sure this is a bug in original FZ or not, because I didn't meet this problem when I use the build download from sourceforge site. But in my personal build, I've this problem sometimes.

Sometimes, when I add a file for transfer from local to remote site, if there is a file with same filename exists, FZ will won't ask me to overwrite it or resume it (My setting is Ask in option).

I trace this problem for a long time, finally, I found, sometimes, in CQueueCtrl::SetProgress(), it will set bTransferStarted to true if pTransferStatus->bFileTransfer is true. then, bTriedAutoResume will be true, then the file will be resume.

If this happen when we've file already in queue, need to transfer, yes, no problem. But, if it happen, set bTransferStarted to true, but there is no file in transfer state, that will cause the problem I meet.

After trace the code, I found bFileTransfer flag will set to true in CTransferSocket::UpdateStatusBar() if m_nTransferState is STATE_STARTED. then FZ will set bFileTransfer to true always.

But, there are some code will call UpdateStatusBar(), this problem will happen if CTransferSocket::CheckForTimeout(), if we just set m_nTransferState to STATE_STARTED, then FZ will post a message, then start to transfer it, during the time,from the time we set it to STATE_STARTED to the time the file start transfer, if we call CTransferSocket::CheckForTimeout() again, then bFileTransfer will set to true before we really start the transfer. so this file will be consider already in transfer state, it should be auto resume, not ask us to choose the action.

My patch will fix this problem, just change the code in

CTransferSocket::UpdateStatusBar(), only change

bFileTransfer to true if the is really in transfer state.

#1501 Transfer file with folder in GeeXbox's bftpd Patch normal FileZilla Client
Description

GeeXbox's bftpd will return 421 if CWD folder failed. FileZilla will retry to CWD always.

This patch will try to use MKD command even CWD get 4xx code.

#1502 Add an option to hide local hidden files Tim Kosse Patch normal FileZilla Client
Description

This patch makes showing the hidden local files optional, defaulting to the current behavior (of ignoring the hidden attribute).

This is exposed as a check box on the local view options page.

If hidden files are not shown, they will not be uploaded either.

The only outstanding issue is the now ambiguous view menu options "Show hidden files" I would recommend changing this to "Show Remote hidden files" or something similar. Leaving it as is just invites bug reports. This change is not included in the patch.

-Eric Moore

#1504 Add two more commandline arguments to FAQ doc Tim Kosse Patch normal FileZilla Client
Description

Add to this page

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

the following commandline arguments, which have been available in filezilla for a couple of years, since the developer kindly accepted my patches to add them for automated use (in 2004 I think).

Add the below descriptions -- or some variation, these are just my off-the-cuff attempts :)


/overwrite

This argument causes FileZilla overwrites any existing

file without prompting (for automated and script use).

/close

This argument causes FileZilla to close after the

upload is complete (for automated and script use).

#1506 UTF-8 patch for FileZilla3's sftp mode Patch normal FileZilla Client
Description

This patch allow force UTF-8 option in FileZilla3's sftp mode.

#1507 fix FZ3 sftp upload/download directory Patch normal FileZilla Client
Description

Create local/remote directory in sftp mode when the directory not exist.

#1508 let FZ3 create empty directory also Patch normal FileZilla Client fixed
Description

When we try to transfer whole directory, empty directory won't be created in FZ3. This patch will let FZ3 create directory even it is empty.

#1509 Nepali Translation Patch normal FileZilla Client
Description

I am attaching Nepali translation for filezilla 3 in .gz format. Please accept the file.

Thanks, Subir

#1514 FZ2 VS2005 compile fix Patch normal FileZilla Client
Description

This fixes the following VS2005 compile error on the misc/HyperLink.* files:

Error 1 error C2440: 'static_cast' : cannot convert from 'UINT (thiscall CHyperLink::* )(CPoint)' to 'LRESULT (thiscall CWnd::* )(CPoint)' d:\development\temporary\filezilla\filezilla\source\misc\hyperlink.cpp 71

#1515 Fix serverpath autodetect Patch normal FileZilla Client
Description

This fixes partially bug [ 1690530 ] Paths without leading '/' character won't work in FTP/SFTP.

Current code in CServerPath::SetPath() will think that: "AAAA/" is a DOS path while "aAAA/" is a UNIX path, while both of them should be detected as UNIX paths, because DOS path requires ':' in the path, which neither of these have.

#1516 New icons Patch normal FileZilla Client rejected
Description

Hi around,

you do a pretty good job and I often use your program! :) But as I tested your beta for 3.0, I saw that you still use the old squared icon.

I thought about something web2.0-like and created a set of icons for you - hope you like it!

I created them with the gimp and saved every layer in a xcf-gimp-file, so that it can be changed in any direction (So it is GPL-compatible :) - all sources available)

I thought of creating a squared one (with similiar look), too - you'll here from me, if I created them. :)

#1517 Stratus VOS listing support Tim Kosse Patch normal FileZilla Client
Description

This is a patch for Stratus VOS. I've tested it in my own servers, sadly I can't find any public VOS Server for testing but you can see some documentation here http://stratadoc.stratus.com/vos/16.2.0/r098-13/wwhelp/wwhimpl/js/html/wwhelp.htm?context=r098-13&file=lr098-13c.html

#1518 remember UI position for FZ3rc1 Patch normal FileZilla Client
Description

this is a patch for filezilla 3.0 rc1 to remember the UI position and size.

#1519 keepalive for FZ3rc1 Tim Kosse Patch normal FileZilla Client
Description

This patch allow FileZilla 3 RC1 enable the keepalive function for FTP. No option setting now, it will always enable keepalive for FTP, randomly send command every 30-60 seconds.

SFTP in FZ3 seems already with keepalive, so I just add this for FTP. (It's easy to enable it for another protocol, just modify the KeepAlive() for protocol's ControlSocket.)

#1521 Some confirmations Patch low FileZilla Client
Description

This patch implements RFE [ 959450 ].

A new setting in the interface settings dialog (best place I found to put it) lets you decide if you want to confirm deletion of entries in the Site Manager. The default value is to not show this confirmation dialog.

Only tested on Windows XP, but code should be platform independent.

#1522 Fench translation - Fz 3.0 Patch normal FileZilla Client
Description

For Filezilla 3.0 :

I corrected a lot of translations, accents, incorrectly spelt words or translations.

#1523 fr_FR.po update for FileZilla-3.0.0 Patch normal FileZilla Client
Description

Everything is in the title ....

Anyhow the preceeding translation file was quite complete. But it contained several typos, erroneous translations, no respect of the FR conventions for the special characters (! ? : " and …)...

I hope this version can be used, as I always try to take a lot of time to verify that it is correct (and in line with the other translations).

BTW I created a RPM file for Fedora 7. Spec file is available here: http://rpmfarm.free.fr/7/i386/SPECS.farm/filezilla.spec

RPM and SRPM will be available here ASAP (because I can not access my "ftp" server from my work - even with filezilla !!!): http://rpmfarm.free.fr/7/i386/RPMS.farm/filezilla-3.0.0-1.EL.fc7.i686.rpm http://rpmfarm.free.fr/7/i386/SRPMS.farm/filezilla-3.0.0-1.EL.fc7.src.rpm

#1524 show server information in window title Patch normal FileZilla Client
Description

show current connected server information in window title.

#1525 configure assumes that wxrc is named wxrc Patch normal FileZilla Client
Description

configure assumes that the program wxrc is named wxrc and it doesn't check wx-config for it

#1526 GetPathEllipsis() Patch normal FileZilla Client
Description

This function takes excessively large path strings in the "File already exists" dialog box and removes characters from the middle of the path until its short enough, and replaces the middle with an ellipsis.

also updated fileexistsdlg.h with the prototype.

#1527 Pointer comparison using < and > is gcc-specific Patch normal FileZilla Client
Description

In the source file src/putty/timing.c in FileZilla 3.0.4 (apologies here that I haven't got the CVS version...), there is code specific to only lcc around line 44 onwards. In fact, it's likely to apply to all non-gcc compilers, because pointer comparison using "<" and ">" operators appears to be a gcc-specific extension.

Hence, this patch simply widens the lcc check to include all non-gcc compilers instead. By doing this, it allows the source file to compile using HP's ANSI C compiler on HP-UX 11. There could be an argument to actually ditch the gcc-only version too and use the generic one, but that's up to you...

#1528 Bypass proxy settings feature Tim Kosse Patch normal FileZilla Client
Description

Hi,

the bypass proxy feature was really useful to me in version 2.x but was lost in the version 3.x So here are the patches that made this feature "alive" again. I build the patched filezilla under mingw (cygwin) and all works fine.

Cheers, Paolo

PS. thanks guys for this very good tool.

#1529 New FTP Sub-Category in the "Connection" Dialog Patch normal FileZilla Client
Description

Added a FTP category in the optionsdialog which contains the whole FTP Settings.

#1530 Handling DEL key in queue window Patch normal FileZilla Client
Description

Hi,

here is a patch to let delete a selection in queue window just through DEL key (I simply made a copy of your previous change to LocalView window).

Cheers, Paolo.

#1531 Added file exist actions Tim Kosse Patch normal FileZilla Client
Description

Hi,

I've added a couple of options that I find sometime useful to the file exist actions. The new options are:

  • overwrite if size is different
  • overwrite if size is different or source is newer

I also made some changes around the code in order to allow future new option easy to add; I changed all (all the ones I found) refernces to fie exist actions as integer in actions as "enum CFileExistsNotification::OverwriteAction"

I tested the changes compiling the code under mingw, they seem to work fine.

Cheers, Paolo.

#1532 socket.cpp and win2000 compatibility problem Patch normal FileZilla Client
Description

Hi,

I've seen the workaround you placed on top of socket.cpp ( MinGW needs this for getaddrinfo) in order to have filezilla compiling under mingw. Unfortunately this is only an half workaround, I mean, in this way the program compiles perfectly but it doesn't work under win2000; defining _WIN32_WINNT as 0x501 means WinXP. On win2000 WS2_32.dll doesn't include function getaddrinfo and freeaddrinfo so, when you try to run filezilla you only got en error window telling you that getaddrinfo is not available in WS2_32.dll. Here is a patch (based on rev. 2434) that adds an include file (wspiapi.h) that redefines the functions that are unavailable under win2000.

Cheers, Paolo.

#1544 Last Connected Site on Site Manager Feature request normal FileZilla Client
Description

As with everyone else who has posted on this forum, I agree, your program is amazing! Seriously nice work!

Two features that I think would be nice is to have the site manager, instead of having a default site, remember the last site you connected to via the site manager. And finally, it would be cool if instead of a list box, the site manager was a tree view that allowed you to categorize the sites into directories.

Keep up the great work Tim! FileZilla is awesome.

#1547 Request directory filters Feature request high FileZilla Client
Description

It can be really useful as a web developer to have filtering capability for directories. This allows you to specify a file extension(s) you want to view and ignore other extensions, so that you can look for gifs and ignore the html pages, for example. This makes it easier to synchronize development and production directories.

#1560 Copy URL to clipboard Feature request normal FileZilla Client
Description

Keep up the good work!

'Copy URL to clipboard' (as a button) will be a good thing for wintegration with download managers!

#1563 FTP Searching Feature request normal FileZilla Client rejected
Description

I find that went browsing FTP sights for file can be very time consuming and lengthy. The ablity to search a FTP sight is a valuable one.

SITE INDEX filename.ext

SITE INDEX *.txt

SITE INDEX filename.*

#1579 Compare remote and local directories Alexander Schuch Feature request normal FileZilla Client
Description

A command for compare local and remote directories will be usefull.

Such a comparison may be limited to the files size.

#1582 Automatic subdirectory support Feature request normal FileZilla Client
Description

I think a really killer feature would be to add a Dreamweaver-like automatic subdirectory support.

Dreamweaver allows you to view the content under the site root in a tree-view fashion. When you choose to upload a file, it automatically uploads the file in the corresponding directory in the remote site directory hierarchy.

I'm telling this because I'm dealing mainly with applications. I upload lots of asp, php and java files but don't need Dreamweaver editing features. I'm almost forced to use it because no other app I know supports it. I think FileZilla offering that could be a real killer app.

#1583 up-dir Button Feature request normal FileZilla Client
Description

It would be very nice to have a "up-dir" button next to local site and remote site label. If you click this button you will get to the parent directory (same as "cd ..").

#1589 Connection retries Feature request normal FileZilla Client
Description

Connection retry count and delay in settings would be nice. Nice work, anyway.

Giedrius

#1590 Timezone settings Feature request normal FileZilla Client
Description

In Site Manager in the Site Details group there should be a way to specify the time zone of the server. Also under general settings you should be able to specify the time zone of the client. This way the time offset can be calculated and timestamps can be properly checked to see if you are overwriting a newer file.

An alternative implementation would be to specify the time offest directly in Site Details.

#1592 Disconnect when transfer complete Feature request normal FileZilla Client
Description

I'm often away from my computer when a long file transfer is happening, but I don't like sitting idle after long transfers are complete and idling out, or staying online sending keepalive commands.

Could an option be added in the Queue or Transfer menus to automatically disconnect from the server when the queue has finished been processed? Naturally, the default would be off.

\/\/\/

#1593 displaying SSL encryption key length Alexander Schuch Feature request normal FileZilla Client
Description

Hi,

it would be very nice if FileZilla, will be display the SSL encryption key length, e.g. 40, 56, 128 Bit. So the user is able to check the strengthen of the encryption.

Regards Michael

#1596 8 Improvements/Perspective of WSFTP User Feature request normal FileZilla Client
Description

Although FileZilla is a superior program to WSFTP in many ways, for the meantime I'm going to stick with WSFTP for a while. However, FileZilla shows so much merit that I thought I should take the time to point these issues out to you:

  1. I wish FileZilla would show me somewhere on the screen what remote system I'm connected to. For example, WSFTP's top bar says, "WSFTP95 LE ftp.WhereYouAre.Com" The "ftp.WhereYouAre.Com" is very useful information for people who sign onto multiple similar systems. And this is even more critical when multiple systems are logged onto simultaneously. FileZilla's top bar says "FileZilla version 1.9.4". I looked high & low, but I don't see anywhere that it tells which system that I'm currently FTPing to. And so if I'm logged onto 2-3 systems, just to be safe, I have to close all copies of FileZilla & then reinitiate each window -- else I risk doing the wrong thing on the wrong system. This would not be necessary if the program would simply tell me which system that this particular window is connected to. It doesn't seem that "expensive" to make this change -- at least to print it on the screen somewhere. And it is critical for people who use lots of systems, so I thought I'd make it number 1.
  2. Note that the "top bar" text also appears in the small box of the "task bar" at the bottom of the screen when FileZilla is minimized. However, "1.9.4" may never appear in the small block at the bottom of the screen because the word "version" takes up that space, but is of less use than the actual version "1.9.4". So at the least, I'd suggest you remove the word "version" which would move "1.9.4" over to the left. Note that depending on the resolution of the monitor, and the size of the fonts, and the number of windows open, the "1.9.4" may never have a chance to appear at all. That said, it would be even better (I think) to put the host name or FTP address on the top bar, such as "FileZilla Ftp.WhereYouAre.Com". Because that way if you have 2-3 copies of FileZilla opened, you can see on the task bar which one to click on to open it and/or bring it to the front. At any rate, as stated in #1 above, I think it would be safer if the site connected to appeared "somewhere" on the screen.
  3. I wish the program would save the width of the columns that the user chose. That way columns wouldn't need to be resized each time FileZilla is started. Keeping in mind that some people have chosen large fonts, or they may commonly work with long file names, or files that are "100,000,000" bytes vs "100" bytes. That way they can size the columns to the widths of their liking and they won't have to resize these columns each time they fire up FileZilla.
  4. A lower priority would be to let the user choose the font displayed in the "details" window. For directories, I prefer a fixed width Font, such as Courier. On a similar note, if the "month" and "day" were zero filled, they would line up like soldiers & be easier to debug in the "details" window. Because when a variable width font is used, "I" is narrower than "M" in the file column. And for months, January "1" takes up less space than December "12" in that column.
  5. I do miss the ability to click on the left and right arrows of WSFTP, keeping in mind that I'm converting from that program. In other words, after highlighting the file(s) to copy, I clicked on the left arrow when I was copying from a remote system to my local Windows PC. And I clicked on the right arrow when doing the opposite.
  6. I also miss the ascii, binary & auto radio buttons which appeared on the main screen, as opposed to the Settings/Connection/ASCII-Binary dialog box to do that.
  7. I also miss WSFTP's ability to "view" an ascii file on the remote system by double-clicking on it (note this required a config change, which was dangerous if not done on all PCs I use because simple double-clicking on it would just copy the file from the Win PC to the FTP system, or vice-versa. However, with FileZilla, on a "local" file, I can right-click on it & choose "open".
  8. However, clicking on right-click, then "open" launches the application rather than viewing the file. So for example, if you click on a .html file, it will launch your browser, rather than view it. So since there is no way to view it, what I do is change the file name to end with .txt, then view it. Then when I'm all done, I (dangerously) try to remember to remove the .txt file to change it back the way it was. When all I really wanted to do was view the file in notepad.exe.

Thanks for taking the time to listen. I know it sounds like what I want is WSFTP, but I'm in the process of leaving all "pay" software behind. And FileZilla looks like it has the most merit by far. It's hard to believe that it all fits in 1.1mb.

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