Custom Query (8212 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1001 - 1100 of 8212)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Summary Owner Type Priority Component Resolution
#44 Local Folder List Bug Bug report normal Other
Description

When I start up FileZilla, it switches the local directory in the bottom window to the correct directory. But the directory tree in the top is still at 'my computer' - so when I try to upload a file, it just does nothing. Literally. So what I do is click in the text folder listing (like c:\ftpuploads\) and then press the ENTER key, and it reloads both the upper and the lower, and then the file upload works correctly.

#45 Folders in Site manager not working Tim Kosse Bug report normal Other
Description

I have just downloaded v1.7 and I like to idea of folders within the Site manager, however I cannot seem to get them to stay around! I add a New folder and a site within it - exit the Site manager - when I go back into the Site manager, the folder (and the site within) are both gone!

Also would it be possible to implement drag-n-drop within the site manager so that you can move existing sites into folders, etc.

Lex

#46 Cursor not showing in Host text box. Bug report normal Other
Description

When I add a New site and click on the Host text box the cursor (vertical blinking bar) does not show but if you start typing, text is entered into the Host text box as if the cursor was there.

In fact the problem is with the 1st text box you click on after pressing the New site button. If you then click on another text box the cursor shows fine (and all subsequent boxes until you create another new site).

BTW - thanks for fixing the folder problem.

v1.7a, Windows 95B, 128Mb RAM, 8Gb HD

Lex

#47 FileZilla - Win32 Debug Error? Bug report normal Other
Description

Debug Unicode--------------------

Command Lines Creating temporary file "C:\DOCUME~1\01mm\LOCALS~1 \Temp\RSP4D.bat" with contents [ @echo off hhc.exe documentation\FileZilla.hhp echo. copy documentation\FileZilla.chm .\FileZilla_Win32_Debug_U nicode\FileZilla.chm ] Creating command line "C:\DOCUME~1\01mm\LOCALS~1 \Temp\RSP4D.bat" Creating command line "rc.exe /l 0x407 /fo"FileZilla_Win32_Debug_Unicode/FileZilla.res " /d "_DEBUG" /d "_AFXDLL" "D:\ÀÛ¾÷µ¥ÀÌŸ \FileZilla\FileZilla\FileZilla.rc"" Making HTML Help File...

ÁöÁ¤µÈ ÆÄÀÏÀ» ãÀ» ¼ö ¾ø½À´Ï´Ù. Error executing c:\winnt\system32\cmd.exe. Output Window

Results FileZilla.exe - 1 error(s), 0 warning(s)

#49 Compiling error Bug report normal Other
Description

D:\FileZilla\FileZilla\source\stdafx.h(25) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory

Compiling error??

#50 Compiling error Bug report normal Other
Description

D:\FileZilla\FileZilla\source\stdafx.h(25) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory

Compiling error??

#52 Download speed limit on about 52K/s Bug report normal Other
Description

the download speed is arount 52K/s over a 100M/bit network. I have test with wu-ftp the transfer speed is over 400K/s on the same machine. (win2k)

FileZilla seems to use max bandwide on download/upload, but just a short moment (few seconds).

tested versions: 1.0, 1.5a, 1.6, 1.7b are all have this behavious.

Thanks.

#54 'Process Queue' button behavior broken Bug report normal Other
Description

If downloading a queue and the server disconnects for some reason, pressing the 'Process Queue' button again will have no effect. One must use the menu option 'Queue -> Process Queue' to get it going again. Tested in 1.7b

#55 New files in queue do not start auto Bug report normal Other
Description

When downloading files, and then add additional files to queue, additional files are not downloaded without re-processing the queue. Tested on 1.7b

#56 Can't start in older systems Bug report normal Other
Description

Filezilla will not start in older systems. It pops up an errormessagebox saying "Ordinal 6877 could not be located in link library MFC42.DLL"

S1 = Windows 98 with mfc42.dll dated 5-11-98 like most other files there.

S2 = Windows NT 4.0 SP 6 with mfc42.dll dated 01/31/97

#58 Progress Bar goes beyond 100% Bug report normal Other
Description

While uploading multiple files, I noticed the file upload progress bar often goes beyond 100%, to 101, 103 or 105%.

Could this be due to a rounding error?

#59 Transfering filenames w/ spaces Tim Kosse Bug report normal Other
Description

I am trying to transfer files from a windows 2k pro platform to a unix system running proftp v1.2.1. The files that I am transfering contain spaces. The application does not seem to recognize this and does not quote or escape the spaces when the remote host (unix) assumes that a space is a inter-file seperator.

Ie. the file "this is a test" would look to unix as four files "this" "is" "a" "test". as a space is considered part of the IFS. To get around this the client needs to do some custome parsing if it finds the remote site is a unix host. (ie, escaping the spaces, or converting them (user definable?)).

#60 lower pane separator bug Bug report normal Other
Description

If I activate the "Remember window size and position" option, and then maximize FileZilla's window, after quitting and restarting the program a couple of times the separator of the lower pane (the upper border of the queue view area) starts behaving on its own, and is always very high, on each program start, even though I move it down each time.

BTW, how is FileZilla development going on? I hope everything is well, I like the program very much, but there are a couple of quirks to be fixed, yet, like the fact that local file sizes are shown differently from remote ones.

...and happy new year!

#61 Issues invalid PORT command Tim Kosse Bug report normal Other
Description

After connecting to ediaclit.vtk.ktu.lt issues command PORT 192,168,1,33,6,238 This command is not understood by server and it's unable to retrieve the directoru listing.

(last number differs from time to time). 192.168.1.33 is my IP (I am behind masquarading firewall that uses DHCP).

#62 OpenVMS file listing problem Tim Kosse Bug report normal Other
Description

When you made a connection to a OpenVMS host you don't see the files in the remote site box. Host: OpenVMS 7.1 with UCX V4.2 - ECO 4 PC: Windows 95 4.00.950 B Filezilla: 1.6

#63 inconsistent reference to stdafx.h Bug report normal Other
Description

Several of the source files include stdafx.h, unfortunately how the file is referenced is inconsistent and may cause build problems.

The project files in the repository do no cause the base source directory to be searched as an include directory.

Files in the misc directory have statements that say "#include <stdafx.h>" or "#include "stdafx.h"".

Either the project file should be changed to search the base source directory for include files, or the refernce should always be written as "#include "../stdafx.h".

#64 missing files in CVS repository Bug report normal Other
Description

Three weeks ago a revised version of asyncproxysocket.cpp was checked in. The source file now references CBase64coding.hpp, however that file is not in the repository.

Also, the project file includes a dependancy on source\msic\CBase64Coding.cpp. That file is currently missing from the repository.

The current FileZilla source snapshot does not build, please check in the missing files.

#65 Uploading after timeout Tim Kosse Bug report normal Other
Description

When I have gotten disconnected from a server (because of a timeout or any other reason) and then tell FileZilla to upload a file it tells me that I got disconnected, but nevertheless it puts the file into the Queue with the status "Transferring". From this moment on uploading and downloading does not work at all, because the file I chose to upload is the top task of the queue, you can't delete it from the queue or reset its status, and it never starts (or even finishes) to upload. The only solution then is to restart FileZilla, the file remains in the queue, but you can reset or delete it then

#66 unc name not recognized Bug report normal Other
Description

If my local directory is an unc name (eg
winserver\c$\temp) and a file is downloaded, the program thinks the unc name is a relative directory name and appends the unc name. So the local file is stored in
winserver\c$\temp\winserver\c$\temp\file.dat and not in
winserver\c$\temp\file.dat.

#67 Can't create multiple levels of director Bug report normal Other
Description

When uploading a folder, version 1.7b does not create each level of the path separately, the server can only create one folder at a time. The result is that FileZilla continues to upload the files with an "upload failed" response from the server because the path doesn't exist.

if you have any questions let me know. Great product!

#68 File Resume Fails Bug report normal Other
Description

Tried multiple times under different servers (IIS, WarFTPd, and FileZilla) and the same thing happens. Two friends have verified. It worked under other FTP clients.

I thought the resume command was something like STOR not APPE, but the protocol may have changed. Perhaps support for that command will fix it.

I have attached the logfile so you can see what is going on. I started the file, cancelled it, then tried resuming.

#69 Date/Time Sort Problem w/Remote FileList Bug report normal Unknown
Description

First, let me just say that I absolutely love your program. I've used WSFTP, Laplink FTP, SmartFTP, FTP Explorer, and others that I can't remember the names of, but yours has the most useful features anyone could hope for.

Unfortunately, there is a problem with date and time sorting in the remote connection window. When you choose to sort the file list in reverse chronological order by date, the time column is in ascending order. For example:

I want to see the remote list of files from most recent to oldest. When I sort in reverse order by date, I expect to see the files listed most recent to oldest. Although the reverse order indeed works in the date column, the time column remains from oldest to newest, so the files don't end up being listed most recent to oldest. I tried sorting instead by the time column, but that doesn't help either. If I sort most recent to oldest time, the date shows oldest to newest. As you can see, this makes it tough to see which files might be needed to be updated onto my remote location, you know what I mean?

Is there anything I can do, or is there a patch that addresses this?

#70 Queue Crash Bug report normal Other
Description

If you mistakenly try to upload after a server timeout, the process is added to the queue but cannot be processed on reconnection, causing a block in the ability to transfer, the only way to fix is to exit and re-oprn then you are allowed to remove the process from the queue.

P.S. This is a very functional program. :-)

#71 Server misreading registry domain users Bug report normal Other
Description

The 0.3 Beta version of the FileZilla FTP server correctly adds domain users (users whose name is of the form domainname\username) to the NT registry. It does this by making the username a subkey of the domainname key. When reading this information back, however, the code only reads the domainname and interprets this as the full username.

I have fixed this (open source is wonderful) via the attached modifications to UsersDLG.h & cpp:

Thanks for the great server.

#73 1.8 pasv mode freaking out ftp servers Tim Kosse Bug report normal Other
Description

When i try to upload with 1.8 in passive mode, i get an error:

Status: Starting upload of c:\Program Files\FileZilla\license.txt Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (12,x,2,11,56,16). Command: STOR license.txt Error: Transfer channel can't be opened. Reason: The requested address is not valid in its context. Error: Upload failed

On the logs for my ftp server (g6) i see:

STOR license.txt asked to upload 'license.txt' in 'd:\' --> Access

allowed.

PASV aborted uploading 'license.txt' in 'd:\' -

(17:42:41 - -0.001 KB - 0.000 KBytes/s).

227 Entering Passive Mode (192,168,0,2,40,123). TYPE A 200 Type set to A. LIST PASV 426 Cannot retrieve. Failed. Aborting 227 Entering Passive Mode (192,168,0,2,249,189).

Compared with 1.7b (which works), there was no PASV command issued after STOR. It just goes straight to "data connection." That has to be the reason it's messing up.. right?

I tried it real quick to upload to a proftpd server and i got the same error.

I hope it's not just me.

thnx

#74 Multiple folders download & upload Bug report normal Other
Description

Whe I try to download & upload (with version 1.8) a complex structure of files and directories, Filezilla presents two different problems:

a) When downloading more then a folder, it sometimes seems that it just download the first one. It just happens when you put them directly on the queue. If you download a single folder with multiple folders within, it works correctly.

b) When uploading, it doesn't create new folders correctly. If you have an empty folder (i.e.: without files) that has some directories, Filezilla tries to create those directories directly, without creating first the folder. The result is that no one of them is created.

#76 Filezilla fraggs when... Tim Kosse Bug report normal Other
Description

you right-click in the left window and select "properties". I found out that this happens with W2K SP2 but not with 98SE...

#77 Changing to dir with LIST protect fails Bug report normal Other
Description

I am using FileZilla 1.81 Final.

The problem I have is that when I try to change into a directory that does not allow showing the contents of the directory, FileZilla sees this as an error and will not change into the directory.

The log shows:

Command: CWD inbox Response: 250 CWD command successful. Command: PWD Response: 257 "/private/supportcss/inbox" is current directory. Command: PORT 192,168,1,4,11,195 Response: 200 PORT command successful. Command: TYPE A Response: 200 Type set to A. Command: LIST Response: 150 Opening ASCII mode data connection for /bin/ls. Response: 550 .: Access is denied. Error: Could not retrieve directory listing

#78 Window Layout/Menu Width Bug report normal Unknown
Description

Hi,

The problem I've been having is that I don't find that FileZilla remembers any of my menu positions or window positions. I am running Win2K and have tried versions 1.6 all the way through 1.8.1.

I'm assuming this is a bug. (You should set up Forums so that users could discuss problems and help each other... Just an idea. :p)

#79 Export registry corrupt - Fix given here Bug report normal Other
Description

There is a bug in the export settings.

The values will not go back into the registry.

Why?

The line [HKEY_CURRENT_USER\Software\FileZilla
Site Manager]

should read

[HKEY_CURRENT_USER\Software\FileZilla\Site Manager]

Note the
has been replaced with \ .

Do this for all the site manager settings and it will then go back into the register.

#80 Export Settings :: Double // Error Bug report normal Other
Description

The reg fragment that is exported does not go back into the registry.

Solution: Use notepad to edit the file and remove the double slashes in the site manager entries. Replace with a single slash.

#82 Import to Queue not working Bug report normal Other
Description

I am running FileZilla 1.8.2 on an NT4.0 workstation

  1. conneted to a server
  2. add file(s)to the transfer queue
  3. Export the transfer queue to a text file (foo.txt)
  4. remove file(s) from queue
  5. verify that text file is created

5.1 (optional) close and restart FileZilla 5.2 (optional) reconnect to server

  1. Import Transfer queue from file (foo.txt)
  2. Nothing happens - files are *not* added to

Transfer Queue. The Transfer Queue remains empty. There is no error measage.

I had hoped that Queue Import and Export was a method of storing a complex download scheme for reuse - this feature is not documented in the help file as to how and why it may be used. I tried to get it to work for a single file in the queue as well as a more complex file structure. The Queue export feature appeares to be working correctly ( it creates a text file showing file transfer information ) but the import feature seems to do nothing.

#85 Can't cancel an upload Bug report normal Other
Description

Sometimes when a upload fails because of a network problem (not a filezilla problem) I want to remove it from the queue and start all over again. However I have to wait now to get the "too many retries" error and the remove it. I would like it very much if I could do this by choosing "stop or remove from queue) in the right mouse button menu whatever the status of the transfer is. At all times I want to be able to remove/stop it even if it's transfering or something. This is the only thing I'm missing in filezilla! Thanks for your work! Jan

#86 Del key in Site Manager Bug report normal Other
Description

Del key in Site Manager always deletes the currently selected site, even if keyboard focus is in a text field.

Correct behaviour would be that pressing Del deletes a character when cursor is in a text input field

(tested with filezilla up to 1.8.3)

thanks ronny

#87 chmod of multiple files does not work Bug report normal Other
Description

When I select several files to use chmod, it only changes the first file and not all the files.

I'm usint ver 1.8 on win2k against a linux server.

#88 Date/Time Sort Problem w/Remote FileList Tim Kosse Bug report normal Other
Description

I uploaded a file tonight using both 1.7b and 1.83 versions, and experienced these problems regarding date and time:

1) Both versions report the file date as 2001, instead of 2002.

2) While version 1.7b does at least refresh the destination file window, 1.83 displays question marks. You have to manually refresh the window.

I actually had to use another FTP program to verify the problem reporting dates was indeed a FileZilla problem.

#89 Shift-TAB is inconsistent Bug report normal Other
Description

In the main window of Filezilla 1.9 final, pressing shift-tab is inconsistent. Within the Quick Connect toolbar you can get from edit field to edit field consistently. But for the Quickconnect button and the rest of the interface (local/remote directories, file listings, and the queue) does not respond to shift- tab. The shift is ignored, so you have to tab forwards always, instead of being able to shift-tab backwards.

#90 Deletion of empty Folders Bug report normal Other
Description

Version 1.9

If the directory structure contains empty folders then the deletion of the empty folder from a higher level does not occur. Fileziller just reports that it is an empty folder.

Also, a number of 'Illegal Ops' at upload have occured.

Will investigate and report back.

Bye Clive

#91 Denies existance of krb5 tickets Tim Kosse Bug report normal Other
Description

I have two machines with Filezilla installed; one runs Win2K and the other Win98. Filezilla 1.8 on the Win2K machine allows me to connect to a kerberized ftp server; Neither Filezilla 1.8.3 and 1.9 on the Win98 allows me to connect to the same kerberized ftp server. I receive the error that Authentification failed, probably because I do not have kerberos 5 tickets. But I DO have kerberos 5 tickets. I run Leash32 and get tickets before running FileZilla.

#92 Problem determining large file size Bug report normal Other
Description

Client: FileZilla 1.8.3 on WinXP Pro. Server: FreeBSD running default pkg for FTP (lists 6.00LS, that's all I know sorry)

File size is Extremely large (2.6 Gigs) but FileZilla does not display it properly (see highlights in attached screenshot).

In particular: 1) Remote site - Column FileSize - shows "???". 2) Queue - Column FileSize - shows negative number 3) Queue - shows total of "0 bytes +"

#93 2 probable bugs Bug report normal Other
Description

The first, when I delete something in version 1.9 final, not the new 1.9.1 version (going to test this one now), the file would remain there, a refresh problem like in the prior version, except now it deals with deleting.

The second, when I try to upload a file it crashes the client, using windows 2000 pro, tried to upload a 1kb htaccess file in text format and it crashed, it's not really reproducable so I don't know the problem, so... and I am going to 1.9.1, will see if this one fixes it and the other.

#94 Uploaded File Dates Still Don't Refresh Bug report normal Unknown
Description

Upon uploading files, the remote file list still does not refresh properly. The remote file displays ????? instead of the date. Obviously, this results in Date/Time file sorting problems.

#95 Remote List Refresh Prob. Part 2 Bug report normal Unknown
Description

I forgot to mention that part of the original bug was indeed fixed, in that if you perform a manual refresh of the remote file list window, the dates then display, and are displayed with the correct dates. Thanks Tim!

#96 Another sort by date problem Bug report normal Other
Description

The local and remote file lists behave differently regarding sort by date: when sorting by date in ascending order, the local list shows folders FIRST, while the remote one shows folders at the bottom. The opposite happens if you sort by date in descending order.

#98 "file exists" dialog shows wrong info Bug report normal Other
Description

When you want to upload a file overwriting an old version, the usual dialog appears, asking what you want to do (overwrite, skip, etc.). Starting from FileZilla 1.9.2, this dialog does not show the correct info about the files, it only shows some dates, while it did show the file sizes before (which is surely useful).

#99 disable keep alive doesn't work Bug report normal Other
Description

Hi.

I have disabled the 'keep alive settings' in FileZilla 1.9.3 but FileZilla seems to send that keep alive messages nevertheless as displayed in 'message log' window. I even closed and restarted FileZilla again but it still continues using keep alive.

#100 Remote Files not showing under XP Bug report normal Other
Description

Under Windows XP, after appearing to connect successfully, there seems to be a problem on the initial LIST command, and the remote file list does not show the files on the server.

#101 Hidden files not displayed or deleted Bug report normal Other
Description

Hidden file(s) like .DS_Store are not displayed or deleted by recursive deletes. As such it appears that the directory is not able to be deleted even though the permissions are correct. Even if hidden files are hidden in the gui, recursive deletes should delete them, although I haven't seen any option to hide files.

#104 can not view hidden files Bug report normal Other
Description

Version 1.9.3

The Programm cannot view hidden files (Dotfiles) on the server. This is not a bug, but I would like this feature.

#106 Missing dll Ver 1.9.4 Bug report normal Other
Description

Missing dll reported at load!

The dll is named DBGHelp.dll.

Any ideas?

Bye, Clive

#107 VMS Directory Tim Kosse Bug report normal Other
Description

Hello,

I found 2 Bugs concerning VMS:

1) When I want to change the remote directory to somthing like "W:[XXX]", then text ist changed to "/W: [XXX]/" and the directory listing fails.

2) The Version information within the VMS filenames (fname.ext;1 fname.ext;2 ...) is stripped and so I get several files with the same name.

regards Guido

#108 Remote Directory List failing on WinXP Tim Kosse Bug report normal Other
Description

When connecting to the server, the connection gets as far as the LIST command and then eventually times out on Windows XP. The strange thing is that this only occurs if I connect via my builtin ethernet card. If I am using a wireless card, then the connection to the same server works fine.

One of my colleagues has the exact opposite problem. He does not get the listing when he uses his Wireless card, but is fine with his wired ethernet card.

On yet another test machine, both interfaces work.

System Info Dell Latitude C600 WinXP (clean install) with all Critical and Driver updates installed for this machine as of 4/19/2002 FileZilla 1.9.4a

Attached is the debug log.

#109 User is not being redirected on connect Bug report normal Other
Description

On a W2K-IIS-FTP server there one home directory per site. If there is a (virtual) directory whith the user's name the user is normally being redirected there on an FTP connect.

When I connect whith FileZilla I am in the root directory not in my home directory.

#110 language settings result is wrong Bug report normal Other
Description

default language english.

1.go to proxy settings settings > proxy settings

  • direct connection
  • socks4 proxy
  • socks4a proxy
  • socks5 proxy
  • http 1.1 proxy
  1. change language e.g to german

settings > language

  1. press "OK" to submit new settings

-> langunage has changed as expected

  1. go to proxy settings

settings > proxy settings

-> now the proxy list has changed between the english version, see below

  • verwende direkte verbindung(kein proxy)
  • verwende socks4 proxy
  • verwende socks5 proxy

is that correct?

#111 Queue Pane Column Widths Not Saved Bug report normal Other
Description

In the queue pane, the widths of the columns are not saved. I guess we missed that pane. :) Thanks.

#112 server: don't change case of file Bug report normal Other
Description

If the FTP server gets an all uppercase file, it changes it to lowercase. It should preserve the case, or at least make it a config option.

#113 (1.9.6) Reconnect button bug/feature Bug report normal Other
Description

I noticed a new feature in FileZilla 1.9.6: The 'reconnect' button remembers the password. But for security reasons I don't save the password on my disk, I always type it in when FileZilla prompts me. The problem is that FileZilla even 'saves' a wrong password so that I have to quit and restart it. A solution would be to remember the password only if it was correct i.e. we get a '230 user logged in' during login.

#114 (1.9.6) refresh problems Bug report normal Other
Description

FileZilla 1.9.6 seems to have some refresh problems: The remote view is neither refreshed after deleting a remote directory nor after changing permission (chmod) of a file/dir.

#115 MKDIR not compatible with LINUX FTP serv Bug report normal Other
Description

MKDIR add / at the end of path. This cause error 553 Could not determine cwdir: No such file or directory.

a / at the end of path is not a correct path for MKDIR command !

No upload is possible on any LINUX SUZE version with FILEZILLA !

Please, DO NOT HAD / at the end of PATH ! ! !

#116 Deadlock Bug report normal Other
Description

I have experienced a deadlock with FileZilla 1.9.7 each time I access one of my own drives and only that drive. FileZilla blocks and the sistem slows down. The problem occurs when I open any directory but the root of that drive. That didn't happen with version 1.9.4 or any previous versions I used. The drive in question is a unix directory mounted via samba. I have checked and there are no circular links (so the tree is finite) and I can acess everything on the NT Explorer.

#117 Refresh after deletion of folder Bug report normal Other
Description

When a single folder is deleted from a remote server the folder is deleted on that remote server. However, Fileziller fails to refresh both the remote server panes. If a manual refresh, via the 'refresh' button, is clicked the panes are correctly updated.

I think this was working OK in 1.8?

Keep up the good work...

Clive

#118 Date formats differ, can't compare dates Bug report normal Other
Description

The date formats for local and remote currently display in two different formats. The Remote displays in bytes, and the local displays in whole KBs which makes file size comparison very difficult.

This bug was first notices in 1.94, I just upgraded to 1.97 and the problem is still there.

#120 no connection to default site Bug report normal Other
Description

On my system (win95), the function "connect to default site" does not work. I could fix the problem by changing the while-loop within function CSiteManager::GetDefaultSite(CString substring) : (changed/new lines are marked *) while(RegEnumKeyEx(key,index,buffer,&length,0,0,0,0)==ERROR_SUCCESS) {

t_Site *site;

  • if(substring == "")
  • site=GetDefaultSite(buffer);
  • else

site=GetDefaultSite(substring+"
"+buffer);

if (site)

return site;

index++; length=1000;

}

David

#121 Cannot create new directories on remote Bug report normal Other
Description

With 1.9.7, any attempt I make to create a new directory on the remote server (or copy a folder to the remote server) gets "550 /Temp/foo/: Bad file descriptor". The remote server is a NetBSD box running its standard FTP server. /Temp is correctly owned by the ftp user. I have no problem creating new directories and copying folders with other FTP clients in that directory, so it's pretty clearly FileZilla's problem.

#122 List view highlighting glitch Bug report normal Unknown
Description

If I have one or more files selected in the file list view and then change the sort order, the highlighting remains in the same place (now with a different file) rather than moving with the file.

#124 Error transfering file with 0 byte Bug report normal Other
Description

Using Filezilla 1.9.7 I try to transfer file, from local to remote server, with 0 byte length, but Filezilla return error.

#125 not all options available in german Bug report normal Unknown
Description

e.g. show hidden files is missing... seen in version 1.9.7

#126 PWD on FileZilla Server Bug report normal Other
Description

PWD works for PWD command, but not to XPWD command. When using ftp for DOS(win 9x) or for CMD (Win NT, 2K), the ftp client sends the XPWD command, that is not understood by FZ Server. I've used debug mode. Then I sent (by literal on this ftp for DOS) a PWD command and it works fine. I think that the same implementation for both comands works good.

Thanks.

#127 (1.9.7) reconnect-Feature Bug Bug report normal Other
Description

I'm using FileZilla 1.9.7 with two simultanious running instances. First I connect to host1.tld then starting another FileZilla and connect to host2.tld. After a while FileZilla on host1.tld gets disconnected (timeout) so I hit the reconnect button. But now FileZilla tries to connect to host2.tld which is wrong. The password seems to be remembered correctly as it cannot connect properly to host2.tld as I get a login incorrect so I assume that FileZilla sends the other right password for host1.tld.

#128 Default local dir on first connection Bug report normal Other
Description

I have FileZilla 1.9.7 configured to open the file manager window on startup; if I connect to a site - which has a local directory setting - immediately after opening FileZilla, e.g. by double-clicking on its name, the actual local directory in the left pane is the latest one I've used, and NOT the one which is instead in the settings for that FTP site.

Try this:

  • set up site ftp.abc.com with default local directory

C:\abc;

  • set FileZilla so that the site manager is open on

startup;

  • connect to the site, and browse in the left local pane to

a C:\whatever folder;

  • close FileZilla, then reopen it;
  • connect to ftp.abc.com again;
  • you will see that the local directory is C:\whatever,

instead of C:\abc, which it should be;

  • disconnect from the site, then reconnect again;
  • you will now see the right local dir.
#131 Server: "Could not get home dir!" Bug report normal Other
Description

A while back I created an account. I'm not sure if anyone used it after it was created. Someone just tried to use it and got a "550 Could not get home dir!" error.

I tried deleting, recreating the home (only) directory. I tried setting the home directory (again). I shut down the server and restarted. Non of the above worked.

I deleted the FTP account that re-created it. That worked.

#134 SSL uploading always takes 100% CPU time Bug report normal Other
Description

FileZilla always takes 100% of my CPU time when uploading over an explicit SSL connection. This even happens when uploading with 16kb/s but I can also upload with 1000kb/s which means that this is not a too- slow-CPU problem. I tried different ciphers, it happens with all of them (168 and 128 bit). Downloading only takes < 10% cpu time.

FlashFXP - which obviously uses the same SSL libraries - only takes 0 to 2% CPU time when uploading.

#135 How to build filezilla source? Bug report normal Other
Description

VC 6 hint missing 'dbghelp.h' file, can anyone get some suggestion, Thanks.

#136 Filezilla on a virtual pc Bug report normal Unknown
Description

I'm having difficulty getting permissions to use Filezilla on a Virtual PC on a Mac Powerbook - my environment requires me to have Kerberos tickets, which I was able to get - but Filezilla thinks I don't have them.

Does the Virtual PC work like a NAT box, interrupting the contact?

  • Thanks!

Marion Carroll MIT

#138 Cannot delete folder. Bug report normal Other
Description

I'm using a win2k server at a hosting company called aplus.net Not the greated, but?

I right click on a folder and choose delete. It deletes everything in the folder, but not the folder.

Am I doing it wrong? Or is it a bug?

I want to delete this empty folder. Please!

Chad

#139 (1.9.8) SFTP not working? Bug report normal Other
Description

Our server was switched from normal ftp to sftp. But I cannot login with FileZilla 1.9.8 using 'FTP with explicit encryption'. All I get is following:

Status: Connecting to xxx.xxx.xxx.xxx:22 ... Status: Connected with xxx.xxx.xxx.xxx:22. Waiting for welcome message... Response: SSH-1.99-OpenSSH_3.1p1

(nothing happens for about 5 minutes...)

Error: Timeout detected!

But when I use another client from <http://www.ssh.com/products/ssh/download.cfm>, it works... A bug in FileZilla or maybe a server mis- configuration or something totally different?

BTW: 'FTP with implicit encryption' doesn't work at all and normal FTP says the same as with explicit encryption.

#140 (1.9.8) "show hidden files" not saved Bug report normal Other
Description

Checking "Show hidden files" in "View" menu will always be resetted after restarting FileZilla. There is no option for setting it by default.

#141 Server: Showing incorrect transfer speed Bug report normal Other
Description

I have a user getting 43-45kb/s from my ftp & in the server status bar it is showing 8132b/s & 16.xx/kb/s - it is alternating. Just a small thing but I noticed it, hope it helps? :/

#142 can transfer large file Bug report normal Other
Description

I user FileZilla 1.9.8 and FileZilla server 0.7.1beta.

When FileZilla try to download a large file(ie, 14M) from FileZilla server, no problem.

But if FileZilla are downloading the same 14M file through socks or HTTP proxy(I use wingate 4.5.1), the downloading hangup when about 35% of the file has beed downloaded.

I also use another socks/HTTP proxy server to test and get the same result.

This must be a bug of either FileZilla or FileZilla server.

sjf@…

#143 transfering directory Bug report normal Unknown
Description

just a request to return to original directory on remote site when you transfer a directory(folder). It end up in the last sub-directory parsed it looks like.

BTW love program

#144 cant upload perl scripts Bug report normal Other
Description

any perl scripts uploaded with filezilla do not work, regardless of whether you transfer in ascii or binary.

#145 Speed Limit Bug report normal Other
Description

on my LAN, i can't upload more than 30Ko/s... but, with another ftp client such as LeechFTP, no problem, i can upload at 1Mo/s....

#146 Too many retries Bug report normal Other
Description

When connecting, and uploading a lot of times the same file (while it is changed all the time) itsays after some time: Timeout detected. Upload Failed. In the queue it says: Too many retries...

shouldn't I be able to upload the file as many times as I want?

#147 Don't store host names in registry! Bug report normal Other
Description

Hello!

I'm using PGP-disk and I store all data in files on this disk.

All sensitive information in registry can be easy taken!

Best regards, Joe.

#148 parsing path error Bug report normal Other
Description

Hello, I am trying to evalue filezilla version 1.9.9. sftp support. I tried with our sftp server on windows machine, but it didn't work. here is an error:

So, basically, it cannot parse the path. Our root path is "home:/", which is not a standard unix one. Is it something difficult to fix ?? I really like your product, and I wish I would be able to deply it as the our sftp/ftp client choice.

Thank you very much for your help, wootti

Trace: FzSFtp.exe: Using username "testnet1" Trace: FzSFtp.exe: SSH.C(4236): Sent password Trace: SftpControlSocket.cpp(2194) : OnReceive(0) Trace: FzSFtp.exe: SSH.C(3821): Access granted Trace: SftpControlSocket.cpp(2194) : OnReceive(0) Trace: FzSFtp.exe: SSH.C(4298): Opened channel for session Trace: SftpControlSocket.cpp(2194) : OnReceive(0) Trace: FzSFtp.exe: SSH.C(4408): Started a shell/command Trace: SftpControlSocket.cpp(2194) : OnReceive(0) Trace: SftpControlSocket.cpp(2194) : OnReceive(0) Response: Remote working directory is home:/ Status: Connected Trace: SftpControlSocket.cpp(2068) : ResetOperation(1) Trace: SftpControlSocket.cpp(297) : List (FALSE,0,"","",1) Status: Retrieving directory listing... Command: PWD Response: Remote directory is home:/ Trace: SftpControlSocket.cpp(297) : List (FALSE,0,"","",0) Trace: SftpControlSocket.cpp(337) : Can't parse path Trace: SftpControlSocket.cpp(2068) : ResetOperation(4) Error: Could not retrieve directory listing

#149 Bypass proxy not working Bug report normal Other
Description

In Site Manager, when logon type is normal (not tested in anonymous), when "bypass proxy / firewall settings" is checked, FileZilla try to connect to proxy, when one is defined.

#150 name in dir listing starts in wrong col Bug report normal Other
Description

When generating a directory listing, names of files not modified in the current year start one column (one character) earlier than files that have a modification date in the current year. This confuses at least some ftp clients which list the file without the first character.

#151 filename and contents truncated Bug report normal Other
Description

When transferring files whose names contain characters that would be illegal on the remote host, the destination filename is truncated and its byte count is 0. The status window however claims that the transfer was successful.

As an example, transferring a file whose name contains ":" (colon) from unix to a PC running Windows NT, the filename is truncated just prior to the colon and no bytes are actually transferred.

One solution, used by other ftp packages, is to convert the illegal characters. Most convert to "_" (underscore). This would be the simplest fix. A really nice feature (but don't hold up the fix for making it really nice) would be to all the user to specify a mapping. "_" is usally best for most conversions.

Thanks!

#152 Odering local file system Bug report normal Other
Description

This is a very small bug but it gets annoying. I have a folder on my local box that I've added folders to. The new folders always show up at the bottom of the list (in the top frame of the local tree view) and not in alphabetical order.

#153 Incorrect Remote Date/Time Bug report normal Other
Description

The Date/Time for the remote server is showing times 4 hours ahead of what the server says they are. For example, FileZilla shows a file has a Date/Time of "08/02/2002 02:14" but the same file on the server shows a Last Modified Date/Time of "Thu Aug 1 22:14:38 2002". The server is showing the correct modification date/time.

#154 Remote file size/date show ??? on upload Bug report normal Other
Description

V2.0.0 beta 5: After uploading a new file to the remote server, the file is shown on the right hand side but has "???" for filesize and date and the time and permissions fields are blank. If I hit F5 to refresh the information is then correctly shown.

Can't remember seeing this behaviour on previous versions, but I may be wrong.

#157 problem with date Bug report normal Other
Description

i use filezilla on a server with the french display of date, and i think there is with august as on my server i have aoû

example drwxr-sr-x 4 dev dev 512 jul 24 09:36 log drwxr-sr-x 2 dev dev 512 aoû 20 12:28 obj drwxr-sr-x 4 dev dev 512 jul 23 16:46 src

and any file or directory that has been modified in august in not displayed. there is no check before overwriting, i think that filezilla simply doesnot see these files.

Tell me if you see anything

#158 2 connexions instead of 1 Bug report normal Other
Description

Good evening,

my ISP lets me connect to his FTP server with only *one* connexion.

  1. I launch Filezilla, choose my ISP FTP account
  2. I connect to my account
  3. As soon as I want to upload a file, everything behaves

as if Filezilla attempted to make a second connexion : my ISP FTP server systematically answers : upload forbidden, you already have an active connection.

Regards, Antoine

#159 totally useless Bug report normal Unknown
Description

The option to set the directory and language is completly gone in version 0.7.2 making it useless.

Also it forces you to set ports for the custom PASV settings even though it isn't checked, when you do this it does not recognize the ports and returns the error dialog. Unless you cancel out of the setup this dialog will not go away.

#161 Download Executable from UNIX server Bug report normal Other
Description

Operations on an executable file on a UNIX server are hampered when the file name is listed as "<filename>*" (the usual "ls -F" indication that the file is an executable). The problem occurs when the files is downloaded or operated on (for instance chmod'd), in which case the filename is passed as "<filename>*" to the command, which fails. The workaround is to temporarily remove execute permission on the file before downloading.

#162 FileZilla server: unable to change port Bug report normal Other
Description

when I try to change the port the server will listen, I get a error message (in Gernan?) that ask me to enter a value between 1 and 65535.

I get this error for any port number I tried except for 21.

#163 2 Bugs... Bug report normal Other
Description

Since V1.9.9 their is a BUG which goes like this....

If you onetime Installed Filezilla with secureflag their is no way to bring it back without. which means I always have to type the password, which terribly SUXX when ya have a bit complexer one.

I even can't get Filezilla compiled anymore coz of missing some ENUMs.

VC reports:

FileZilla\source\misc\SystemTray.cpp(1074) : error C2065: 'IDANI_CAPTION' : nichtdeklarierter Bezeichner WheatyExceptionReport.cpp filezilla\source\misc\wheatyexceptionreport.h(53) : error C2061: Syntaxfehler : Bezeichner 'PSYMBOL_INFO' filezilla\source\misc\wheatyexceptionreport.h(55) : error C2061: Syntaxfehler : Bezeichner 'PSYMBOL_INFO' filezilla\source\misc\windowsversion.h(45) : error C2065: 'VER_SUITE_PERSONAL' : nichtdeklarierter Bezeichner filezilla\source\misc\windowsversion.h(64) : error C2065: 'VER_SUITE_BLADE' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(23) : error C2061: Syntaxfehler : Bezeichner 'PSYMBOL_INFO' FileZilla\source\misc\WheatyExceptionReport.cpp(52) : error C2061: Syntaxfehler : Bezeichner 'PSYM_ENUMERATESYMBOLS_CALLBAC K' FileZilla\source\misc\WheatyExceptionReport.cpp(59) : error C2061: Syntaxfehler : Bezeichner 'PIMAGEHLP_STACK_FRAME' FileZilla\source\misc\WheatyExceptionReport.cpp(101) : error C2061: Syntaxfehler : Bezeichner 'IMAGEHLP_SYMBOL_TYPE_INFO' FileZilla\source\misc\WheatyExceptionReport.cpp(553) : error C2065: 'SYMBOL_INFO' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(554) : error C2065: 'PSYMBOL_INFO' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(554) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'pSymbol' FileZilla\source\misc\WheatyExceptionReport.cpp(554) : error C2065: 'pSymbol' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(554) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'symbolBuffer' FileZilla\source\misc\WheatyExceptionReport.cpp(555) : error C2227: Der linke Teil von '->SizeOfStruct' muss auf Klasse/Struktur/Union zeigen FileZilla\source\misc\WheatyExceptionReport.cpp(556) : error C2227: Der linke Teil von '->MaxNameLen' muss auf Klasse/Struktur/Union zeigen FileZilla\source\misc\WheatyExceptionReport.cpp(563) : error C2227: Der linke Teil von '->Name' muss auf Klasse/Struktur/Union zeigen FileZilla\source\misc\WheatyExceptionReport.cpp(592) : error C2065: 'IMAGEHLP_STACK_FRAME' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(592) : error C2146: Syntaxfehler : Fehlendes ';' vor Bezeichner 'imagehlpStackFrame' FileZilla\source\misc\WheatyExceptionReport.cpp(592) : error C2065: 'imagehlpStackFrame' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(593) : error C2228: Der linke Teil von '.InstructionOffset' muss eine Klasse/Struktur/Union sein FileZilla\source\misc\WheatyExceptionReport.cpp(597) : error C2197: 'int (stdcall *)(void *,unsigned int64,const char *)' : Zu viele Parameter uebergeben FileZilla\source\misc\WheatyExceptionReport.cpp(611) : error C2146: Syntaxfehler : Fehlendes ')' vor Bezeichner 'pSymInfo' FileZilla\source\misc\WheatyExceptionReport.cpp(611) : warning C4229: Anachronismus verwendet : Modifizierer der Daten werden ignoriert FileZilla\source\misc\WheatyExceptionReport.cpp(611) : error C2350: 'WheatyExceptionReport::EnumerateSymbolsCal lback' ist kein statisches Element FileZilla\source\misc\WheatyExceptionReport.cpp(613) : error C2059: Syntaxfehler : ')' FileZilla\source\misc\WheatyExceptionReport.cpp(614) : error C2143: Syntaxfehler : Fehlendes ';' vor '{' FileZilla\source\misc\WheatyExceptionReport.cpp(614) : error C2447: Funktionskopf fehlt - Parameterliste im alten Stil? FileZilla\source\misc\WheatyExceptionReport.cpp(638) : error C2146: Syntaxfehler : Fehlendes ')' vor Bezeichner 'pSym' FileZilla\source\misc\WheatyExceptionReport.cpp(638) : error C2350: 'WheatyExceptionReport::FormatSymbolValue' ist kein statisches Element FileZilla\source\misc\WheatyExceptionReport.cpp(638) : warning C4800: 'int' : Variable wird auf booleschen Wert ('True' oder 'False') gesetzt (Auswirkungen auf Leistungsverhalten moeglich) FileZilla\source\misc\WheatyExceptionReport.cpp(641) : error C2059: Syntaxfehler : ')' FileZilla\source\misc\WheatyExceptionReport.cpp(642) : error C2143: Syntaxfehler : Fehlendes ';' vor '{' FileZilla\source\misc\WheatyExceptionReport.cpp(642) : error C2447: Funktionskopf fehlt - Parameterliste im alten Stil? FileZilla\source\misc\WheatyExceptionReport.cpp(720) : error C2065: 'TI_GET_SYMNAME' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(729) : error C2065: 'TI_GET_CHILDRENCOUNT' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(740) : error C2504: 'TI_FINDCHILDREN_PARAMS' : Basisklasse undefiniert FileZilla\source\misc\WheatyExceptionReport.cpp(745) : error C2039: 'Count' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(746) : error C2039: 'Start' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(749) : error C2065: 'TI_FINDCHILDREN' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(768) : error C2039: 'ChildId' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(776) : error C2039: 'ChildId' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(777) : error C2065: 'TI_GET_OFFSET' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(782) : error C2039: 'ChildId' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(783) : error C2065: 'TI_GET_TYPEID' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(787) : error C2065: 'TI_GET_LENGTH' : nichtdeklarierter Bezeichner FileZilla\source\misc\WheatyExceptionReport.cpp(792) : error C2039: 'ChildId' : Ist kein Element von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(739) : Siehe Deklaration von 'FINDCHILDREN' FileZilla\source\misc\WheatyExceptionReport.cpp(857) : error C2065: 'TI_GET_BASETYPE' : nichtdeklarierter Bezeichner

Greets Mike...

#164 Unable to connect through squid proxy Bug report normal Other
Description

Unable to connect through squid proxy.

Proxy settings in FileZilla options is HTTP 1.1 Proxy. FTP proxy settings is None.

Debug info:

Trace: ControlSocket.cpp(216): m_pProxyLayer changed state from 0 to 1 Status: Connecting to ftp.rediris.es ... Trace: ControlSocket.cpp(216): m_pProxyLayer changed state from 1 to 2 Trace: ControlSocket.cpp(216): m_pProxyLayer changed state from 2 to 6 Error: Can't connect to proxy server Trace: FtpControlSocket.cpp(652): OnConnect(10060) Trace: FtpControlSocket.cpp(708): DoClose(0) Trace: FtpControlSocket.cpp(2650): ResetOperation (4100) Error: Unable to connect! Trace: ControlSocket.cpp(216): m_pProxyLayer changed state from 6 to 0

Others http/ftp clients like Netscape or IE, works properly through squid proxy.

#165 Problems with Cgywin SFTP Servers Bug report normal Unknown
Description

When connecting to an SFTP server (SSH-2.0- OpenSSH_3.0.2p1) distributed by cygwin the remote file names were not displayed but instead the permissions were displayed. More recent builds of cygwin servers are ok. I connected using sftp and the file list returned by a dir command looked no different.

#166 Bug in v2.0: File Transfer Settings. Bug report normal Other
Description

I have encountered a bug which pops up whenever I click on Edit - Settings - File Transfer Settings. An error message pops up saying "An unsupported operation was attempted", and then there are no options there for file transfer.

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