Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1001 - 1100 of 8171)

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
#484 IPv6 support requested Bug report normal Other
Description

IPv6 is becoming more prevalent, and not supporting IPv6 in FileZilla will limit its widespread use.

#485 [2.2.1a] 0 KB size files produced Bug report normal Other
Description

In multi connection mode, when transfering files there is often 0KB files transfered to the remote server. These are report as OK transfers when infact they have been corrupted.

#486 Timeouts w/directory listings Bug report normal Other
Description

This occured with both Windows FileZilla 2.1.9a and 2.2.1a on Win2k. The issue hasn't been encountered with other ftp clients connecting to the same servers. Attached is a short trace log.

dev1 at es11 dot com

#487 Transfer queue size decreases... again Bug report normal Other
Description

Looks like bug 636100 is back:

"When FileZilla is started again, the size of the pane decreases."

But this time, it seems to only happen in certain conditions which I haven't been able to isolate myself but have seen it happen a number of times since 2.2.1a was released, and not with 2.2.1.

#488 Feature Request: Splitting Large files Bug report normal Other
Description

Sorry if this is inappropriate. I'm new to this but I think this app would be killer if it had just one more feature. That is the ability to take a large file and split it up into small chunks which are then downloaded using multiple threads. Much like BitBeamer and LeechFTP can do.

shadowman@…

#489 Wrong perms returned by FileZilla server for plain files Bug report normal Other
Description

In FileZilla Server's Permissions.cpp,

memcpy(pDir->buffer + pDir->len, "-xw", 3);

should be

memcpy(pDir->buffer + pDir->len, "-rw", 3);

Right now, the server reports that every file is executable by owner, which is bad for two reasons: 1. it's wrong, since not every file is executable and 2. It causes clients which parse the permissions string to fail, because the string is malformed. (x in the 2nd place is invalid).

#490 "Connect to Default Site" will not prompt for a password Bug report normal Other
Description

I have been very happy with your software for the better part of the last year. I have noticed a problem with your 2.2.X releases to date however. If i use the "Connect to Default Site" from the File Menu, it WILL NOT EVER prompt for a password. I am on a multi-user system, and i do not store my passwords locally so this is a problem for me. If i open the Site Manager, and double click the connection, then it prompts for a password. If you need further clarification on this issue, contact me @

eric.anderson@…

Thanks for the great software!!!

#491 Dialog Windows and Dual Head Card Bug report normal Unknown
Description

I use a doubleheaded video card and have 2 monitors ( the left windows being the Primary on Windows 2000)

When I have Filezilla in my right monitor, any of the dialogs popup eg site manager appear in the left monitor.

Not sure whether this is WIndows or filezilla or indeed Hydravision.

#492 Critical Transfer Error with Serv-U on Windows Bug report normal Other
Description

I am experiencing a critical transfer error trying to contact a Serv-U FTP-Server on a Windows machine. A detailed log is attached. I am using FileZilla 2.2.1a. Version 2.1.5 does not appear to do this.

#493 Slow File Transfer compared to cmd line SFTP Bug report normal Other
Description

I'm experiencing transfers using FileZilla that are significantly slower than using command line SFTP.

If i transfer a 3 MB file from a machine on my local network using FZ (2.2.1a), the fastest speed that i can get is around 200 KB/s. Transferring the same file (on the same server and client) using command line SFTP i can get 1.6 MB/s.

It seems like something is not quite right here.

#494 Timeout during dir listing Bug report normal Unknown
Description

When listing large dirs (20000 to 50000 files) under HPUX I get a timeout error: 'Befehl: LIST -a Antwort: 150 Opening ASCII mode data connection for /usr/bin/ls. Fehler: Timeout entdeckt! Fehler: Dateiliste konnte nicht empfangen werden'

Where can I raise the timeout value?

#496 Server not loading Group permissions on startup Bug report normal Other
Description

The server does not appear to load the Group permissions when first started, resulting in lots of 'permission denied' errors at the client end when trying to list files/folders. Resetting a single directory permission for each defined group and the server will then recognise group permissions again.

#497 2.2.1a Localsite / Filename listings Bug report normal Other
Description

When using Filezilla from a network PC, I can use the Mapped drives to locate files on different servers from the Localsite pane. The files appear in the lower Filename listing pane and can be uploaded. * When I use '
Server4\stfcs\MyWork\MyWeb\' to connect to another server the files appear in the lower pane and upload Ok but the Localsite pane does not show the network places. I believe this is called UNC paths. == This UNC path notation works inside Site Manager, and the advanced browse option correctly place the correct code in the Default Local Directory for a ftp profile. == Please come back to me if you need some testing...

#498 binary/ascii option ignored Bug report normal Other
Description

version 2.21a

uploading a file from windows xp to freebsd, the binary/ascii setting is ignored. even forcing ACSII mode doesn't work. it always uploads in binary.

#499 Filezilla 2.2.1a crazy in chroot Environment Bug report normal Other
Description

I use filezilla to connect sftp to my openssh server. Openssh is compiled with chroot for users only can to do sftp on their homes. With another sftp clients works fine, but with filezilla when user is logon into his home and i change to another folder (eg: /home/user/htdocs), then i copy files (eg: file.txt) from my hd to this folder with filezilla interface. It put this file on upper folder(eg: /home/user) and it change the name of the file to this name: "/home/user/htdocsfile".

Any idea ?

Thanks.

#500 VAX compatibility Bug report normal Other
Description

Hi,

We have an ancient VAX cluster that still operates some vital equipment. Data is retrieved via FTP. The VAX runs a very ancient FTP program that does not support many modern features like passive mode. To date, it remains the only machine with which Filezilla will not work. Filezilla manages to log on to the machine, but fails to get the directory listing. The VAX returns an error.

Is this a bug in Filezilla? Or do I have to make some changes to the program? I have tried many things in settings, but no combination has been successful.

I am running version 2.2.1a.

Thanks.

Payam

PS Both the client and server are fabulous programs. I love them both. PM

#501 Can not get home dir! Bug report normal Other
Description

I am getting the error Can not get home dir! on FileZilla's latest server release. I found a reference to it in your bug reports from June of 2002, but the only replies were from November 2003...Has this ever been fixed? Or has it been re-introduced?

#502 Last directory listing size / queued files size mix-up Bug report normal Other
Description

When queuing files from a (remote) directory tree, the directory listing size (as shown by trf status during directory listing download) for the last scanned directory (usually the topmost one as it scans bottom-up, last-to-first) will be used as the initial/minimum trf size of subsequent file transfers, often for all queued files. With initial/minimum trf size I mean what is downloaded (according to status row below file in queue list window) before the graphical progress bar shows up - and at that point the transfer quickly completes (for large files rather speed increases considarably).

The result is that the file transfers for many small files take way too long time, e.g. a listing size may be 30KB, and the directory containing lots of small 1-10KB files, in case of which transfer time takes 10 times too long. Important: the stored files' sizes seem to get correct!

I have changed most options with no difference. I don't yet know if this problem only occurs in the present configuration: Remote sys: VAX Filezilla sys: NT4

Cheers! /Vayenn

#503 ASSERT failure reconnecting when current connect hung Bug report normal Other
Description

cvs trunk (pulled within past hour)

Connect to remote site (upload.sf.net), via connection manager, using default mode.

It connects and executes ls command, and hangs (because it isn't using passive mode, I think).

Open up connection manager, alter it to use passive mode for this site, and hit connect button. Answer Yes to prompt for break current connection.

I get an ASSERT failure (UNICODE debug build) in source\MainThread.cpp, line 178, which is inside of CMainThread::OnThreadMessage.

lines 177-178:

case FZ_COMMAND_CONNECT:

ASSERT(IsConnected());

I speculate that the problem is that it was still trying to break the current connection. This doesn't reproduce if I do the same test with passive mode the whole time, but also it doesn't hang in that case.

#504 Remote rename existing filename: dup. filenames but replaced Bug report normal Other
Description

When I rename a file in a remote FTP folder using a filename that already exists there, the remote directory listing (without refreshing) will then show two files with the same filename (see screenshot #1).

If I then delete one of the listed files (and don't refresh the remote directory listing), a blank file will appear at the top of the remote directory listing (before the parent folder link) that has only the Windows unknown file type icon, a random value in the filesize field, and "???" in the date field (see screenshot #2).

I attached a log.

This server doesn't send a 550 file exists error when I rename a remote file with an existing filename, but I think that FileZilla can be fixed slightly to accomodate this problem somehow.

#505 Remote Tree not updating Bug report normal Other
Description

Using 2.2.1b

For the past several releases, I have been experiencing an odd problem. After dragging and dropping a file from the local to remote directory (and the file appears to STOR), the remote tree view does not update with the new file time/size, etc.

If I try refreshing from the menu, I get nothing different. If I close FZ, and then open and reconnect -- I will see the new file (if it was newer), or the older file (if older -- did it "fail" to upload?)

I tried two different ISPs; my current config v. the default config; Cache On v. Cache Off; Passive v. Active; Auto-Overwrite v. Prompt.

Does not exhibit behavior in WS_FTP lite.

Any help would be deeply appreciated.

#506 FZserver - Missing Titles Bug report normal Other
Description

Missing a couple of lines of code to set the title of the Groups and Users dialog boxes.

CUsersDlg.cpp BOOL CUsersDlg::OnInitDialog() {

SetTitle("Users"); <<<

CSAPrefsDialog::OnInitDialog();

CGroupsDlg.cpp BOOL CGroupsDlg::OnInitDialog() {

SetTitle("Groups"); <<<

CSAPrefsDialog::OnInitDialog();

I realize this really isn't a bug but I hope it's useful.

Glen

#507 Empty remote file listing even with files there Bug report normal Other
Description

I used FileZilla 2.2.1b and tried accessing a Japanese based HP-UX server and no files were listed in the GUI.

I enabled "show raw directory listing" and it shows that there are files in the server as well (as shown below):

Response: 150 Opening ASCII mode data connection for /usr/bin/ls. Trace: ‡Œv 18 Trace: drwxr-xr-x 4 root root 96 10ŒŽ 23“ú 13:42 . Trace: drwxr-xr-x 25 root root 8192 11ŒŽ 5“ú 20:50 .. Trace: drwxr-xr-x 2 root root 96 10ŒŽ 15“ú 11:27 lost+found Trace: drwxr-xr-x 8 oracle oinstall 1024 11ŒŽ 13“ú 16:40 oracle Response: 226 Transfer complete. Status: Directory listing successful

Is there a way to over come this issue?

Many thanks.

#508 Local Tree View Sorting Bug report normal Other
Description

Local Tree View does not sort alphabetically all the time. This tends to happen on semi-deep directory structures. I start notice it on the 5th level.

#509 typo in mainfrm.cpp (client 2.2.1a) regarding remote view Bug report normal Other
Description

Line 1227 in MainFrm.cpp for getting the configured option for the remote view status bar is:

COptions::SetOption(OPTION_SHOWLOCALSTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0);

should be:

COptions::SetOption(OPTION_SHOWREMOTESTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0);

#510 Directory Listing from symbolic link fails Bug report normal Other
Description

Hi ! First of all nic app! keep it on !

Well I've a problem with a specific server. It is a SFTP server (i don't know if it has anything to do ..). When i log in, i am in this directory:

/students/home/zoner/rslinckx/

In this directory, there is a symbolic link (that represent a folder) pointing to

/students/share/gr1216

The problem is that when i double click on this link, Filezilla appears to resole the link, but when LISTing it shows the files in /students/home/zoner/rslinckx/ and not the files in the gr1216/ folder...

It is the same thing if I enter directly /students/share/gr1216 as adress in the adressbar, then it shows nothing when LISTing...

Here is the log (this shows the correct listing in the window): Connecting to sshifsa.fsa.ucl.ac.be:45001 ... Status: Connected with sshifsa.fsa.ucl.ac.be:45001, initializing SFTP connection... Command: CONNECT rslinckx@…:45001 Response: Remote working directory is /students/home/zoner/rslinckx Status: Connected Status: Retrieving directory listing... Command: PWD Response: Remote directory is /students/home/zoner/rslinckx Command: LIST Response: Sucessfully received 34 items (..) Trace: drwxr-s--- 3 rslinckx student 512 Mar 7

9:43 JPadPro/

Trace: lrwxrwxrwx 1 root other 22 Sep 19 12:19 gr1216 -> /students/share/gr1216 Trace: drwxr-xr-x 9 rslinckx student 512 Oct 3

8:57 jedit/

Trace: drwx------ 2 rslinckx student 512 Nov 7 10:06 mail/ (...) Status: Directory listing successful

Then I double click on the gr1216/ symbolic link, but the same listing is returned...

Status: Retrieving directory listing... Command: CD gr1216 Response: Remote working directory is now /students/share/gr1216 Command: LIST Response: Sucessfully received 34 items (...) Trace: drwxr-s--- 3 rslinckx student 512 Mar 7

9:43 JPadPro/

Trace: lrwxrwxrwx 1 root other 22 Sep 19 12:19 gr1216 -> /students/share/gr1216 Trace: drwxr-xr-x 9 rslinckx student 512 Oct 3

8:57 jedit/

Trace: drwx------ 2 rslinckx student 512 Nov 7 10:06 mail/ (...) Status: Directory listing successful

And this happens everytime i click on that link...

If i enter directly the correct adress in the adressbar it returns me exactly the same thing...

Any hint ? (if you need to test some things on the server, contact me by mail, because this is a ssh and i can't give out the password of course :) )

#511 OpenSSH_3.7.1p2 - FZ2.2.1b don't work together? Bug report normal Other
Description

Some production servers just upgraded to that version of SSH and now FileZilla 2.2.1b can no longer upload files.

I use SFTP from the command line and I am able to upload files.

What is causing this problem?

djamenity@…

#512 keep the maximized state after closing Bug report normal Unknown
Description

when i open a filezilla session and maximize it, and then close it. Next time I open a session, it should remember this state and become maximized. This is a standard GUI convention

#513 Resume bug when uploading files Bug report normal Other
Description

I have version 2.2.1b of FileZilla. When I pause an upload an resume it later on, it doesn't work. Instead of that i get this error message: Append/Restart not permitted, try again. Upload failed. Other FTP programs work fine, so it isn't the server's fault.

#514 Could not start filezilla ftp server Bug report normal Other
Description

Hello. I've been using filezilla servers and client on my computers at work and homw, all working fine (I do not use any fancy features... just normal plain file xfers).

I restarted my work box today (winXP - after about 2 weeks of uptime), and filezilla server failed to start. interface cant connect to server. when i try to manually start filezilla server service I get the following error message:


Could not start the Filezilla Server FTP server service on Local Computer.

Error 193: 0xc1


i cant find any help related to that problem and i would really likke to get it fixed.

i uninstalled filezilla ftp server several times, downloaded latest version, etc, etc. problem did not go away.

#515 FileZilla does not run after first message. Bug report normal Other
Description

After initially running FileZilla and recieving the "Do you want to save settings in the Registry or as an XML file." FileZilla does not run. At all. No screen. No error message, nothing. Zip. Nada. Zilch.

Running a tool like OpenTrap shows that FileZilla is trying to use Riched32.dll in the Windows/system directory. Apparently, this file seems to have dissappeared from my directory in some fashion.

So I ran SFC (Start/Run/SFC) and used the "Extract one file" option to replace the missing file from my Win98 SE disc.

I figured this report would be useful to anyone else who might encounter the same problem I did since a search on Google didn't reveal anything.

System: Win98 SE ZoneAlarm MBM 5.1

#516 When changed language dll Bug report normal Unknown
Description

It's a simple bug.

When I change language dll, the remote permission text

is not changed.

Thanks for development :D

#517 SFTP disconnect when uploading empty file Bug report normal Other
Description

FileZilla is disconnected when attempting to upload a file with size 0 over SFTP.

#519 passive mode using ftp port different than 21 Bug report normal Other
Description

Bug in passive mode using ftp port different than 21

Filezilla Server v. 8.8 final Filezilla Client v. 2.2.2

Follows log of 2 sesions first with port 2121 (not working) and second with standard port 21 (works fine)

This is a Filezilla Client bug as same problem araises with other FTP servers (IIS w/FTP service)

Attachment:

Using port 2121


Status: Connecting to ftp.xxx.com:2121 ... Status: Connected with ftp.xxx.com:2121. Waiting for welcome message... Response: 220-FileZilla Server version 8.8 final Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER xxx Response: 331 Password required for xxx Command: PASS * Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/D:" is current directory. Command: PASV Response: 227 Entering Passive Mode (80,35,176,11,4,35) Command: TYPE A Response: 200 Type set to A Command: LIST Error: Transfer channel can't be opened. Reason: No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión. Error: Could not retrieve directory listing Response: 425 Can't open data connection. Status: Disconnected from server Bug in passive mode using ftp port different than 21

Greetings, secamela at terra dot es Filezilla Server v. 8.8 final Filezilla Client v. 2.2.2

Using port 21


Status: Connecting to ftp.xxx.com ... Status: Connected with ftp.andalamierda.com. Waiting for welcome message... Response: 220-FileZilla Server version 8.8 final Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER xxx Response: 331 Password required for xxx Command: PASS * Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/D:" is current directory. Command: PASV Response: 227 Entering Passive Mode (80,35,176,11,39,94) Command: TYPE A Response: 200 Type set to A Command: LIST Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Command: PWD Response: 257 "/D:" is current directory.

#520 Downloads using Hummingbird FTP Server don´t work correctly Bug report normal Other
Description

I try to download a file from a Humingbird FTP Server and Filezilla use a incorrect path (it use /C:/ instead C:/)

Client Node: Filezilla Version : 2.2.1b OS : Windows 2000 Professional SP 4

Server Node: FTP server: (Hummingbird Communications Ltd.

(HCLFTPD) Version 6.1.0.0)

OS : Windows 98

#521 Latest Filezilla doesn't download/install properly Bug report normal Other
Description

I recommend Filezilla to people all the time. The last two people have not been able to successfully download and install the most recent version of filezilla. They can download and install the next-to-last version without trouble. Someone should check the most recent files. I think they're messed up.

#522 drag n drop to other directories in remote view Bug report normal Unknown
Description

Will it ever be possible to drag n drop files and directories to other directories on the remove view (and why not on the local view also)?

I've tried version 2.2.2 where these don't work (as well as dragging to other programs like Windows Exporer which would also be nice)

#523 Problem with inheriting permissions from groups Bug report normal Unknown
Description

When you set a group to be able to resolve shortcuts, then you create users for that group, the users don't in fact have that ability, where if you create them with no group and set that permission then they do have that capability.

#525 The clear command on the Quickconnect Button is not working Bug report normal Other
Description

It ist easy to delete the history manually by editing the FileZilla.xml file, but I think for security reasons (on a system used by multiple people) the button shoud working. I think it is easy to implement...

#526 Progress bar in queue list broken with large files Bug report normal Other
Description

When downloading large files, the progress bar in the queue list does strange things. Eg, shows 100% when less than 1% downloaded; shows -15325918272% downloaded when approx half done.

File currently downloading is 733380608 bytes and the problem is evident. Colour is also changing from grey to highlight colour and back again.

#527 Remote interface uses local folders Bug report normal Unknown
Description

Using Filezilla Server 0.88 remote interface, attempting to add new folders for either users or groups brings up a list of folders on the local machine, rather than on the server.

#528 Append/Restart not permitted (error) Bug report normal Other
Description

Resume bug when uploading files I have latest version 2.2.2 of FileZilla. When the upload breaks and I then resume it, it doesn't work. Instead of that I get this error message: Append/Restart not permitted, try again. Upload fails over and over again. I need to delete original file.

It seems that this error was corrected fot ASCII transfered files but it still doesn't work for BINARY tranfer.

I need to mention that I have set file tranfer mode to overwrite but the File Zilla still uses APPE command and I am getting terribly tired from this error. I'd be happy to have it fixed soon, since it is the problem I have since I started to use File Zilla a year ago and none of later version didn't deal with this little but very annoying bug. Otherwise it is excellent program.

#529 Recommend to add: overwrite if files different Bug report normal Other
Description

I think it would be fine to have 'File overwrite setting' option to overwrite only files that are different. Current choise 'overwrite' and 'overwrite if newer' is good but this one would improve the program I guess.

#530 problems when changing local time on Windows Bug report normal Other
Description

Changing local time on the Windows machine while transfering files, time spent and speed are incorrect. For example, when going back in time, time spent and speed displayed are negative.

A timer should be used instead of "gettimeofday()- transfer_start_time" ;o)

#531 File downloaded is smaller than the actual size Bug report normal Other
Description

I am using a proftpd server with mod_tls on. When downloading from server, the file received will be smaller that the file on the server.

My configuration is FTP over SSL (explicit encryption) and use passive mode. Port is 990.

#532 FzSFTP unable to connect Bug report normal Other
Description

Downloaded and installed ver 2.2.3 over 2.2.1b on Dec. 31, 2003.

After installing, attempted to connect to a server using SSH2 but was unable to connect.

Error received was: Status: Connecting to xxx.xxx.xxx:22 ... Status: Connected with xxx.xxx.xxx:22, initializing SFTP connection... Command: CONNECT yyy@…:22 Error: FzSFtp.exe was closed, terminating connection. Error: Unable to connect!

I had no previous problems with this.

Re-installed ver 2.2.1b over 2.2.3. Using the same settings, connected successfully.

Made a copy of the 2.2.1b FzSFTP.exe file, re-installed ver 2.2.3, renamed its FzSFTP.exe file to FzSFTP2.2.3.exe, and then renamed the copy of the 2.2.1b FzSFTP file to FzSFTP.exe. Retried the same ftp site and settings and connected with no problems.

I noticed a file size difference:

2.2.3 FzSFTP file 105KB 105 KB (107,520 bytes)

2.2.1b FzSFTP file 106KB 105 KB (108,032 bytes)

Settings for SFTP are: Use Compression - Default Protocol Selection - Use SSH2 selected

Have left the old file in place.

Mark Robinson markr@…

#533 Idea Bug report normal Unknown
Description

Can you add SHOW GRID Option in Interface block ? It will be better for orientation in file structure.

Thanx Mario N.

#534 upload error with excutable files Bug report normal Other
Description

If an executable file is uploaded, the uploaded file will be unexecutable on the server, with an error message "excution error".

Both the client and server systems are Microsoft NT4 SP6a The file servesr is OpenSHH for windows, access protocol is SFTP T he execution error is due to the file's security permissions:

Everyone Special access (RW) owner Special access (RWDPO)

If the permissions are changed e.g to "full control" the file will be executable. so it was uploaded correctly

FileZilla log file attached.

submitted by Ferenc Telbisz E-mail: telbisz@…

#535 Files downloaded imcoplete using (SSL Explicit) Bug report normal Unknown
Description

Hi I have been having problems with files being downloaded have missing the last few kbytes. Files that i download are compressed using rar. This only happens with SSL explicit sites. After the incomplete files are downloaded I select files again and resume the missing ends are downloaded ok. Is this a bug ???

I m running version 2.2.3.

If you require more info please feel free to email me at:

dancelooni@…

#536 server: cannot download - chinese Bug report normal Other
Description

hi, I have problme with chinese folders. I can see the files inside of that chinese folders, but when I try to download, it returns errors, so peopel canno download those files. once I change to english folder names, they are fine again.

#537 Parsing of LIST response fails for Connect:Enterprise server Bug report normal Other
Description

Version 2.2.3 cannot correctly parse the response to the LIST command if the server is Connect:Enterprise for UNIX.

Each line looks something like this (please excuse the word wrapping): -C--E-----FTP B BCC3I1 7670 1294495 Jan 13 07:42 B0702SYI.00323NXL.PGP

I attach a log file.

In the above example, it thinks that "07:42 B0702SYI.00323NXL.PGP" is the file name, whereas in fact the file name is "B0702SYI.00323NXL.PGP" and "07:42" is the time.

Version 2.1.7 was able to parse the response correctly. That's why I liked FileZilla so much. Many other FTP clients fail to parse this response correctly, which is why I chose FileZilla.

In other words, this "broke" somewhere between versions 2.1.7 and 2.2.3, but I don't see anything in the Change Log that would explain it.

Thanks,

Paul Baker Senior Developer BCC Software, Inc.

#538 Retry after timeout Bug report normal Other
Description

If you want to download a big directory (many subdirectories) from a slow server, you often get the error timeout during receive of file list. You can press reconnect button, so you're in same directory as before timeout, but you can't say filezilla to continue receiving file list. You can only begin from start and probably you will get the same error again (because server is so slow).

#539 Can't reorder queue entries with errors Bug report normal Other
Description

When transferring multiple files, queue entries with a error status cannot be moved (e.g., move to top) after resetting their status.

For some reason "Process Queue" is not greyed out, so that is selected. Still no luck.

Work around: select entries, "pause" then "resume" them. Now they can be moved.

Version info:

Filezilla Version: 2.2.3. Microsoft Windows XP Professional Version 5.1.2600 Service Pack 1 Build 2600

#540 Problem with multi level file transfer Bug report normal Other
Description

When uploading multi-level folder structures containing files receive critical transfer error. Top level folder is always created if needed, but not necessarily, if rarely, secondary folders.

#541 Use multiple connections doesn't remember settings Bug report normal Other
Description

It seems possible to change the "Use multiple connections" tab from the Queue menu _or_ the "Edit/Settings" menu.

When transferring one file from a queue with "Queue/Use Multiple Connections" disabled, go to to edit settings and "Use Multiple Connections" is still enabled.

Clicking "OK" causes "Queue/Use Multiple Connections" selection to go active and start up a second connection.

#542 problems with refreshing Bug report normal Other
Description

I was uploading a file about 700 M and i got disconnected and since i resumed the upload the whole window has problems with refreshing. The progress bar is shaking, the numbers next to it don't refresh until i close the window and open it again and some perts of the window never even get filled (different part every time i open it) so i can see the background or parts of other windows inside the filezilla window. ana_kosic@…

#543 Telnet escapements and non-English letters Bug report normal Other
Description

FTP consists of 2 connections: persistent control connection and temporary data connection.

Control connection by RFC is to be done with Telnet rules. One of them is special meaning of high ASCII characters, for example 255, 254...

Those characters may be used in, for example, windows-1251 codepage as regular letters.

Alas very little share of clients remember of that. Say Windows Commander, Internet Explorer, FileZilla too.

Some dumb servers, for example WarFTP 1.xx just ignores Telnet rules, so there is no problems.

But if server accepts Telnet RFC - then client corrupts filenames on uploading, and if the file/folder on server contains those letters in filename, they are unreachable.

That is the problem

Below are 2 wishes:

First one is that there may be a number of encodings for certain languages. Say Russian has 3 major encodings, Chinese seems to have 2 of them, etc. Usually servers try to re-code filenames, if they are configured to. I wish FileZilla could recode them too on its size.

Second wish is using UTF-8. AFAIK FTP 3.0 protocol will use UTF8 for control connection. I think to communicte with latest servers, FileZilla would be good to has recoding option(as told above) including UTF8 feature on the list.

Thank You.

#545 Problem assigning user to a group Bug report normal Unknown
Description

If I create a user, initially not a member of a group and then assign it to a group, it does not take on the group settings such as 'Resolve windows shortcuts', 'Show relative paths', 'Bypass userlimit of server', 'Maximum connection count', 'Connection limit per IP' or any file/directory access rights.

The only way to get a user to become a proper member of a group seems to be to create it as a member to start with.

#546 FTP Proxy: remotehost remoteport delimiter Bug report normal Other
Description

When using a FTP proxy, if the remote host is on a non standard port, then the delimiter between the remotehost and remoteport is a colon ':'

Our FTP proxy (firewall tool kit) expects to see a space. Not sure if I can alter fwtk or if the admin would even do it.

under CuteFtp you could set the delimiter ( well I remember it having some ability to configure it so it would work )

the line of code that the effect is ( I'm pritty sure is )

FtpControlSocket.cpp version 1.77 line 321

hostname.Format( _T("%s:%d"), hostname, server.port); add port to hostname (only if port is not 21)

I could make a local change, and learn to recompile. But i'd prefer this option to be added to the default build, but I'm not sure how to go about making it an user option. Or if it fits into the big picture.

#547 FileZilla Crashes Bug report normal Other
Description

In ZoneAlarm Firewall, If the user does Internet Lock option then FileZilla will crash when the file transfer is taking place.

I have attached the DMP and RPT file.

I have found this bug to be reproducable 100%.

Regards, Vedavyas K.P

#548 FileZilla CPU usage goes to 100% when disk is full Bug report normal Other
Description

Running in Windows XP, over a SFTP using SSH2 connection. When disk becomes full during a file download, FileZilla consumes 100% CPU.

#549 Cannot save Settings->FileTransfer->UseMultipleConnections Bug report normal Other
Description

When I want more then 9 simultanious connections I go to Edit->Settings-> File Transfer Settings and set "Transfer up to 12 files at the same time". 12 is just an example. It should be more then 9 Now if I have queue with more then 9 files Filezilla will not open more then 9 connections :(

#550 Enhancement: allow wildcard for ascii file type Bug report normal Other
Description

In filezilla options you can specify the extensions of ascii files for use when default transfer type is autodetect.

The ability to use a wildcard, eg qmail* (for all .qmail files) would be very useful.

This is an enhancement request. Useful for unix systems where there can be a number of files dot files.

#551 Enhancement: allow ":" as valid filename char on unix Bug report normal Other
Description

":" is not a valid filename character on windows, but is on unix.

after transferring a file (say ".qmail-file.zilla") to a unix system filezilla produces an error when attempting to rename it to

".qmail-file:zilla"

Enhancement: allow filezilla to use ":" as a filename character on unix systems.

#552 FileZilla.exe sftp://biju@homepc Bug report normal Unknown
Description

When I try FileZilla.exe sftp://biju@homepc it wont connect But FileZilla.exe sftp://biju@homepc:22 works I am assuming default port for sftp is 22 then it should be working with out the port number?

If needed I can attach log file

#553 Please undo Bug report normal Other
Description

Please disable the default choice "Use multiple connections to transfer files" in FileZilla Client Option, File Transfer Settings.

Reason: As it turns out there are still many FTP server (including FileZilla server) out there still won't support multiple logins correctly for upload / download; most of the time they also have a speed limits so there is no difference iin 1, 2 or 3 login and download.

Disable the default choice "Use multiple connections to transfer files" save the client from retrying or time out in the queue list.

#554 Wrong path on network envirnment Bug report normal Unknown
Description

Version 2.2.3, when you are downloading files using ssh2 from internet to local server with no drive letter assigned all the files are saved under c:\[server name] \[path]\ instead of
[server name]\[path]\.

#555 Client: Local file list tilde (~) sort bug Bug report normal Other
Description

Found in FileZilla client 2.2.3:

If there is a folder that begins with a tilde symbol (~) with other alphabetically-named folders,

  • it will appear at or near the top of the treeview, and
  • it will appear at or near the bottom of the file list.

I attached a screenshot showing an example in the local pane, though I first noticed it in the remote pane (so it happens in both).

#556 Queue goes back to the top when refreshing Bug report normal Other
Description

If you scroll down in the queue list, whenever the queue refreshes (e.g.: when the current file is transferred) it scrolls back to the top of the list. This makes it very difficult to select items while processing the queue (for example, to delete part of the queue, specially multiple files)

#557 Unable to upload files with '[' or ']' in the name Bug report normal Other
Description

Uploading of file and directories that contain 'or' characters gives the "no such file or directory" error. This error does not occure during downloading.

I am using "SFTP using SSH2", no proxies.

#558 XML should be auto ASCII Bug report normal Other
Description

XML files should be transfered as ASCII by default.

See [ http://courses.wccnet.org/computer/mod/na36c. htm ].

#559 SFTP connection stops and never starts again Bug report normal Other
Description

a SFTP connection runs fine but after a while no more Bytes transfered and no transfer error detected. Therefor also no autoretry will be done. I waited 24h but nothing changed first File : 1,1MB stops after 2% second file: 54MB stops after 24%

#561 Server 8.8: Wrong number for MKD Bug report normal Other
Description

Server 8.8: The Server Returns "250 Directory created successfully" this is the wrong number. The correct number is "257".

#562 FZ doesn't display the /*/ directories... Bug report normal Other
Description

All is in the summary

#563 FileZilla Server stops responding when changing speed limits Bug report normal Other
Description

I'm running FZS on a Win2k box (latest service pack). While users are connected I change the upload Speed limit from Unlimited to 200k. I Applied the changes but a little while later I changed the speed limit to 400k. At that time all connected users stopped sending data, but stayed connected. I could not kick the users, stop the server or even restart the FZS service. To get the service running again you have to reboot the machine. I would really appreciate it if this problem could be resolved soon.

#564 Remote file name not displayed Bug report normal Other
Description

Sometimes a file name or directory name is not displayed in remote dir listing. Trace shows that the dir list was received completely (with the missing file/dir).

Update all views has no effect. Close and restart of filezilla (2.2.3) has not effect. You never get the right list of files.

Is that connected to the general update problem of the views?

Setup: Client: Filezilla 2.2.3, OS: WIN 2000, WIN NT, WIN XP Server: WIN ftp-server: Win CE 3.0 ftpd, WinCE 4.0, WIN NT (TypFTP)

jasinski@…

#565 Unable to get data channel when using DUAL Nic's in server Bug report normal Other
Description

Windows 2003 Ent. Server

The installation on a single NIC server worked great, tested and ran for several days without problem.

I added a second NIC to the system, with a different subnet.

When connecting by the first working address I get as far as the login, get authenticated, but never resolve the data channel.

The first NIC is sitting behind a Linksys Router on a fixed IP.

The second NIC is sitting behind a Firebox firewall with no external mappings.

#566 ASCII file transfers do not work Bug report normal Other
Description

OS of client: windows XP OS of server: HP-UX 11 Filezilla version: 2.2.3 I tried to transfer a file with a txt extension from windows PC to HP-UX server, using transfer type Auto- detect and transfer type ASCII. In both occasions, the file was transferred in binary mode leaving DOS line terminators in the file on the server.

#567 Problems showing list Bug report normal Other
Description

For some reason on my pc when I connect to a server it shows zero items on the server. It was working fine now it does not, im guessing its some registry error of some kind or dll maybe. I am not sure. I can connect but where the list of items comes up its blank. I have another PC and it works fine. It WAS working fine before but suddenly I ran into this problem.

#568 Network Drive Hang Bug report normal Other
Description

Whenever I try to change the Local Site to a Network Drive Filezilla locks solid.

Anybody else found this?

TIA,

Steve

#569 missing WS2_32.dll, system updater doesn't fix it Bug report normal Other
Description

Running v 2.2.3 on win95

"Error starting program: A required .DLL file, WS2_32.DLL, was not found."

Running the system dll updater appears to have no effect.

uwak@…

#570 SSL filetransfers hangs at 100% Bug report normal Other
Description

I am using a Linux ftpd "glftpd 1.32_Linux+TLS" which is on a public IP (IPtables is up and running though)and it works 100%. Filezilla used to work 100% for me and I had no problem whatsoever ... but then I decided it was time for SSL... and the made things bad.

Everything works like a charm today except for the filetransfers. All filetransfers hang at 100% and therefore next file wont be downloaded.

Now, other ftp-clients works just fine (FlashFXP f.x.) but FileZilla doesnt seem to like SSL very much.

Is there anyone out there that has a path or a clue how to solve my problems?

#571 Default Remote Directory gets reset to Bug report normal Other
Description

Since upgrading from 2.2.3 to 2.2.4, I noticed that the previous sites in the site manager didn't move me into the "Default Remote Directory".

I'm referring to the option set in the Advanced button on the Site Manager. After changing it back to the directory I define, click "OK", click "Save and Exit", and go right back in, I find that it has been reset to a "/".

As far as I can tell, this bug has been introduced in 2.2.4.

Thanks for a great product! Dean dean@…

#572 'Default remote directory' not being used Bug report normal Other
Description

after an upgrade from 2.2.3 to 2.2.4 the 'Default remote directory' setting of existing sites is not being used

default remote directory should be /home/thegoldenear/htdocs/

respective information from from the log concerning the directory: Response: Remote working directory is /home/thegoldenear Status: Connected Trace: SftpControlSocket.cpp(2404): ResetOperation(1)

caller=0x00d0a1c0

Trace: SftpControlSocket.cpp(289): List(FALSE,0,"/","",1) caller=0x00d0a1c0 Status: Retrieving directory listing... Command: CD / Trace: SftpControlSocket.cpp(2568): OnReceive(0) caller=0x00d0a1c0 Trace: SftpControlSocket.cpp(2568): OnReceive(0) caller=0x00d0a1c0 Trace: SftpControlSocket.cpp(2568): OnReceive(0) caller=0x00d0a1c0 Response: Remote working directory is now / Trace: SftpControlSocket.cpp(289): List(FALSE,0,"","",0) caller=0x00d0a1c0 Command: LIST

#574 New directory error Bug report normal Other
Description

When you create a new directory all the information like date and time is ????. Then you cant do anything like chmod it

#575 Queue pane doesn't remember size on reopening of program Bug report normal Other
Description

When "Remember window size and position of Filezilla" is checked in the Interface settings and the queue pane is set to display when the program opens, you will notice that the queue pane continuously creaps up until it becomes the biggest pane on the screen. To test, just make sure local fileview and/or remote file view is also displayed and just close and reopen the program several times and you will notice that the queue pane progresses upward.

#576 Client: Default remote directory not working Bug report normal Other
Description

As of 2.2.4, the FileZilla client is not connecting to the specified default remote directory of any site entered in the Site Manager. It was working fine with the last version.

I have two completely different sites, and neither will connect to the specified default remote directory.

Note that it will still successfully look up the specified default local directory.

I attached a log that shows what happens, or rather what doesn't: It should connect to the default directory (/www/) that I specified in the site's entry in Site Manager.

Thanks.

#577 Hangs on large directory listings Bug report normal Other
Description

Large directories (50,000+files) will hang the UI.

#578 FileZilla Server sends NLIST -la incompatible with ange-ftp Bug report normal Other
Description

I cannot connect to my FileZilla server via emacs' ange- ftp module. I can connect to other FTP servers via emacs and I can connect to my FileZilla server via other FTP clients. The only two commands particular to the FTP connection via emacs are that it uses XPWD instead of PWD, it issues a PORT command which is then received as "successful" and it issues "NLST -al /." to get its file list. The error in emacs is that all directories are empty and no files exist. If I enter "NLST -al" into a command line FTP client, I get a flat list of files for my FileZilla server but the servers that emacs can connect to send a list similar to the LIST command on FileZilla Server. In other words, the successful ange-ftp emacs connection sends a directory list complete with the drwxr-xr-x permissions list, links, owner, group, size, date and username in response to "NLST -la". FileZilla does not. I will continue to investigate how to modify the command ange-ftp sends, but it seems to me this is a compatibility issue that needs to be resolved.

Thanks.

#579 SSL/TLS connection is not working over SOCKS5 Bug report normal Other
Description

SSL/TLS connection is not working over SOCKS5 Tested FileZilla versions: 2.2.3 and 2.2.4b

Connection is estabilished successfully, but retrieval of directory listing fails.

I try to connect to an SSL/TLS-supported ftp-server with explicit encryption, going through a SOCKS5 proxy. It doesn't work with using a proxy and works without the proxy (that means direct connection between FileZilla and the ftp-server).

Attached three session logs:

  • sample log for a connection using SOCKS5 proxy (and

FileZilla 2.2.4b)

  • sample log for direct connection between FileZilla

and ftp-server

  • sample log for a session using CuteFTP Pro v3.3 as

client and SOCKS5 proxy (just for demonstration purposes ... it shows that a connection _is_possible_ between the client machine and the ftp-server using the SOCKS5 proxy and explicit SSL/TLS encryption)

#580 Error downloading a file over sftp Bug report normal Other
Description

Can't download one or more files over a sftp connection. See error log: Status: Starte Download von /home/phys/s104/ebmi0013/.nt/E/Thernmodynamik/Ideales Gas/Gasthermometer.pdf Befehl: GET Gasthermometer.pdf C:\Dokumente und Einstellungen\Michael\Eigene Dateien\Ideales Gas\Gasthermometer.pdf FALSE Antwort: /home/phys/s104/ebmi0013/.nt/E/Thernmodynamik/Ideales GasGasthermometer.pdf: no such file or directory Fehler: Download fehlgeschlagen I Think in Antwort it should be: /home/phys/s104/ebmi0013/.nt/E/Thernmodynamik/Ideales Gas/Gasthermometer.pdf Is there just missing a "/" somewhere in the code?

#581 Can't show list in Solaris 8 for Korean... Bug report normal Other
Description

example...

ftp> ls -als 200 PORT command successful. 150 ASCII data connection for /bin/ls (203.251.170.41,4076) (0 bytes).

412728

2 drwxr-xr-x 4 khist other 512 2Ô 10|

11:58 .

2 drwxr-xr-x 4 root other 512 1Ô 30|

17:53 ..

2 drwxrwxrwx 4 khist other 512 2Ô 6|

18:36 dbsnc

2 drwxrwxrwx 4 root other 512 1Ô 30|

17:59 mi_index 412720 -rw-r--r-- 1 root other 211190222 2Ô 10 | 11:55 mi_index.tar. gz 226 ASCII Transfer complete. ftp: 371 bytes received in 0.02Seconds 23.19Kbytes/sec. ftp>

Total -> month -> Ô day -> |

#584 Filezilla 2.2.4e doesn't start under NT 4 too. Bug report normal Other
Description

Filezilla 2.2.4e doesn't start under Win NT 4 Sp 6a, like 2.2.4c and 2.2.4d. Probably it is not only Thread32 problem.

#585 Date in "Accept certificate" Box (SSL) Bug report normal Other
Description

If I establish a connection to a SSL-Server which has a certificate that is not stored yet, the message box "Accept certificate"? appears. In this box the fields "Valid From" and "Valid Until" are only showing the string "<date/time>" but not the correct dates.

#586 Response: Fatal: Out of memory! Bug report normal Other
Description

login fails with error:

Response: Fatal: Out of memory! Error: Unable to connect

I found echo commands in the user in question's .cshrc file. I assume this would break similarly with any shell. If possible a better error message would help diagnose this issue faster.

#588 Selecting TLS leads to Illegal Port Command Bug report normal Other
Description

I was informed that our ftp server has now added support for TLS. i tried to connect via TLS and recieved an error message. the server admin told me he never saw that port-command before, so it could be bug of some kind.

the command sent is:

PORT 192,168,2,162,4,108

the response is:

500 Illegal PORT command

followed by the error:

Could not retrieve directory listing

please note this only happens while TLS is used to connect.

tiger.uppercut@…


Status: Connecting to (my ftp-server) ... Status: Connected with (my ftp-server), negotiating SSL connection... Response: 220 ProFTPD 1.2.9 Server (Debian) [my ftp-server] Command: AUTH TLS Response: 234 AUTH TLS successful Status: SSL connection established. Waiting for welcome message... Command: PBSZ 0 Response: 200 PBSZ 0 successful Command: PROT P Response: 200 Protection set to Private Command: USER (my username) Response: 331 Password required for (my username). Command: PASS (*) Response: 230 User (my username) logged in. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: PORT 192,168,2,162,4,108 Response: 500 Illegal PORT command Error: Could not retrieve directory listing


#589 2.2.4f crashes every time an offline drive is accessed Bug report normal Other
Description

I can make filezilla crash immediately every time I switch the local file view to a mapped network drive to a file share that is offline. I usually have the M drive mapped to
PSI-XP\c$ and when I'm at work, that share is unavailable. Through windows XP I'm able to make that share available using windows offline files. Trouble is that whenever I point the local file view to the M drive, FileZilla immedately crashes with the following popup:

Runtime Error! Program: C:\Program Files\FileZilla\FileZilla.exe

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

#590 Problems with Files over 4 GByte Bug report normal Other
Description

I was downloading the unofficial Debian-DVD-testing-Release from ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/sarge-dvd With the Iso 1 the Download aborts after ~ 4 GByte (4.294.966.784 Byte) and could not be resumed.

The Status-Messages:

Status: Connecting to ftp.fsn.hu ... Status: Connected with ftp.fsn.hu. Waiting > for

welcome message...

Response: 220 frontend2.fsn.hu FTP server ready. Command: USER anonymous Response: 331 Guest login ok, send your email address

as password.

Command: PASS * Response: 230- FTP.FSN.HU Response: 230- For more informations

about this project, see its webpage:

Response: 230-

http://www.fsn.hu/

Response: 230- Response: 230- This machine is a PIII/450 with 1280

MB of RAM & 1262 GB of disk space.

Response: 230- Gigabit co-location services provided

by Axelero (http://www.axelero.com/).

Response: 230- Please report abuse at abuse@…,

NOT at Axelero.

Response: 230- Response: 230- This system may be used 24 hours a

day, 7 days a week.

Response: 230- See README.access for more information

on accessing this archive.

Response: 230- If you have any comments or problems

about this archive, please send them

Response: 230- via email to bra@…. Response: 230- Response: 230 Guest login ok, access restrictions apply. Status: Connected Status: Starting download of

/pub/CDROM-Images/debian-unofficial/sarge-dvd/sarge-i386-1.iso

Command: CWD

/pub/CDROM-Images/debian-unofficial/sarge-dvd/ Response: 250 CWD command successful.

Command: PWD Response: 257

"/pub/CDROM-Images/debian-unofficial/sarge-dvd" is current directory.

Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode

(195,228,252,133,208,155)

Command: REST 4294966784 Response: 350 Restarting at 4294966784. Send STORE or

RETRIEVE to initiate transfer.

Command: RETR sarge-i386-1.iso Response: 150 Opening BINARY mode data connection for

'sarge-i386-1.iso' (4660789248 bytes).

Error: Error: Download failed Status: Starting download of

/pub/CDROM-Images/debian-unofficial/sarge-dvd/sarge-i386-1.iso

Command: TYPE I Error: Disconnected from server Error: Download failed

The local harddisk is not filled up. Also I can restart the download by zero, so the problem shouldn't be the remote Server.

#591 Message board displays last line only Bug report normal Other
Description

Hello, When I transfer any file, the message board displays only the last line on top and keeps the others useful informations out of the window, when I want to know what's happen with the connection (when it doesn't work I'd like to know why ..) I have to roll the message board and if any command is done while I'm watching it returns in its last state: the last line on top With an older all was OK and a day it happens, and nerver stop .. I have installed two newer versions and nothing changed I am on Windows 98 with a 1024/128 connection if it could help you. Thanks.

#592 Deleting Symbolic link removes linked directory Bug report normal Other
Description

When attempting to delete a symbolic link on a linux server, filezilla 2.2.4f deletes the directory the symbolic link links to and does not delete the symbolic link.

After the linked directory is deleted, the symbolic link remains and when you attempt to delete it again, it continues to look for the linked directory which was already deleted.

Desired action: When deleting a symbolic link, it should just delete the symbolic link and not the directory it links to. Also filezilla does not delete symbolic links at all.

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.