Custom Query (10465 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1901 - 2000 of 10465)

Ticket Summary Status Owner Type Priority Component
#629 Delete doesn't work on VMS systems closed Bug report normal Unknown
Description

FileZilla 2.2.5a

A delete of a fille on a VMS system fails because the file version number is missing.

Example.

Command: DELE SUPP$DIR:[DIR1.DIR2]XX.X Response: 550-Failed to delete file SUPP$DIR:[DIR1.DIR2]XX.X Response: 550 The file specification must contain a version number (even if wildcarded). Status: Retrieving directory listing... Command: PORT 172,20,24,1,4,195 Response: 200 PORT command successful. Command: TYPE A Response: 200 TYPE set to ASCII. Command: LIST

The fill file name in this example should be XX.X;3

The display of remote files shows the file name as "XX.X" but the filetype as "X;3 File".

The VMS command to delete this file would be

DELETE XX.X;3 or DELETE XX.X;* to delete all versions (the expected behaviour I would suspect in this case).

Ian.Gray@…

#630 Delay opening FTP connection with many sites in Site Manager closed Bug report normal Other
Description

There are approximately 300 FTP connections in the Site Manager (FileZilla.xml is 83,211 bytes in size, approximately 83 KB). Having so many connections in Site Manager causes a ~1 second delay before Site Manager closes and opens up the selected FTP site. There seems to be a positive correlation between the number of FTP sites and the delay before connecting - increasing the number of FTP sites increases the delay, presumably because building the XML file takes longer with more connections.

Using latest build as of 2004-04-30, FileZilla_2_2_5a_setup.exe, on Windows XP Professional, Pentium III 800, 256 MB RAM. Contact: nwong-filezilla@…

#631 Toolbar background doesn't repaint when resizing closed Bug report normal Other
Description

Problem:

In Win XP, toolbar background color is a gradient going from lightgray (extreme left) to darkgray (extreme right), like Internet Explorer one.

But when changing the width of the main window (by dragging its right or bottom border), this toolbar background doesn't repaint itself properly.

Solution (very easy):

Put the following class styles:

CS_VREDRAW | CS_HREDRAW

in the first parameter of AfxRegisterWndClass() in mainfrm.cpp.

#632 Cannot compile on MSVC6 closed Bug report normal Other
Description

cvs version

Server.cpp

CServer::WindowProc

for (std::list<CServerThread *>::iterator iter =

pServer->m_ThreadArray.begin(); iter != pServer->m_ThreadArray.end(); iter++, i++)

for (std::list<CServerThread *>::iterator iter =

pServer->m_ClosedThreads.begin(); iter != pServer->m_ClosedThreads.end(); iter++, i++)

causes this compilation error:

FileZilla Server\source\Server.cpp(188) : error C2086: 'iter' : redefinition

on MSVC6

#633 Browse or upload files from CD gives error closed Bug report normal Other
Description

version: FileZilla Client 2.2.5a o/s: Windows XP & 2000 description: When browsing or uploading files from CD gives error. error message: pop-up window saying "The parameter is incorrect"

#634 changing attributes for new folder closed Bug report normal Other
Description

If I create a new folder on the server with FileZilla and I try to change attributes appear an error message.

#635 spelling error in Response text closed Bug report normal Unknown
Description

spelling error in Response text Response: Fatal: unable to initialise SFTP: could not

Spelling error "initialise" should be "initialize"

#636 Change Remote Directory While Uploading closed Bug report normal Other
Description

I noticed that when I set a bunch of files to upload and they are queued, I cannot change the remote directory into another directory while files are queued to upload. It would make sense to allow you to change remote directories for other files you want to queue and upload instead of having to wait until the last upload finished before you can queue more files to upload.

#637 FZServer updates the welcome message only during startup closed Bug report normal Other
Description

I think the welcome message should be updated every time it is changed.

Currently I have to restart the server for the changes to take effekt.

#638 Downloading multiple symbolic link files from UNIX machine closed Bug report normal Other
Description

Using the v2.2.6 version, when I right-hand-click and 'download' a single file (which is a symbolic-link to the real file stored in a remote directory) the FTP is request is successful and the file is download immediatly.

However, if I use [ctrl][a] or select multiple files and then 'download' them FileZilla gets into a lengthy, almost recursive loop, presumably trying to build a filelist. With a small number of files the download is successful.

It might be that is re-freshes the remote filelist between the analysis of each of the symbolic-link files, re- counting the number of files in the directory???

Many Thanks Mike <mike@…>

#639 The Custom-file-associations-list empties itself closed Bug report normal Other
Description

Using Filezilla v2.2.6 (configured to use the French language pack) under the French version of Windows ME, I have noticed that the list that contains the custom file associations sometimes "empties itself" when I close/restart Windows (and therefore Filezilla too). Filezilla is configured to use the settings from the Registry (not from the XML file) since I have various user profiles in Windows.

#640 about of 2.2.6 still says (C) ..-2003 closed Bug report normal Other
Description

(C) year needs to be bumped to 2004 ;-)

#641 Connection Hangs Using TLS closed Bug report normal Other
Description

When connecting to an FTP server using TLS, the connection hangs before retrieving the directory listing. Connection is direct (no firewall). I'm using Filezilla 2.2.6. A zip file containing two logs is attached; 1 log from an unsuccessful attempt to connect using Filezilla, the 2nd from a successful connection attempt using CuteFTP 6.0

#642 Date/time of uploaded files not preserved closed Bug report normal Other
Description

Hi,

I'm really pleased with Mozilla, except for one thing. Whenever I upload files, the date/time stamp is not the same as the local date/time stamp.

This is particularly annoying as some files are dated 2002 to 2003, and the upload date/time stamp results in the server date/time stamp. This makes comparing files local<-->remote very difficult. It doesn't appear to be a server problem, because I have used Leech FTP on the same server, for an upload, and the datetime stamp (from local) was preserved.

Peter (peter_j_richards@…)

#643 Download of files > 4Gb closed Bug report normal Other
Description

I am trying to download a SuSE 9.1 DVD.

The actual size on the server is 4.126.703.616 bytes I paused FileZilla paused after 4.196.548.428 byte since it reported 100% bud did not end.

After a Filezilla restart i got the following messages

Command: TYPE I Response: 200 Type set to I Command: PORT 9,145,244,119,11,245 Response: 200 PORT command successful Command: REST 4196548428 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer Command: RETR SuSE-9.1-DVD-i386-RC2-DVD1.iso Response: 150 Opening BINARY mode data connection for SuSE-9.1-DVD-i386-RC2-DVD1.iso (1979219969 bytes)

Is this a bug or feature ?

Manfred Hantl

#644 some servers don't like multiple connections closed Bug report normal Other
Description

filezilla attempts to use multiple connections to a server when uploading files, which is not allowed by some servers... some servers are even configured to temporarily ban ip address that attempt to establish multiple simultaneous connections...

note: i did read the rules...

Login to SourceForge

not possible, due to the fact that sourceforge will not let me register

If possible, attach a log file from FileZilla which

shows the problem. For client logs, both "Trace messages from the FTP engine" and "Show raw directory listing" should be enabled on the debug page in the settings dialog.

not possible, due to the fact that i'm on dialup and the connection times out when i try to attach the log file

#645 file transfer option resume doesn't get saved. closed Bug report normal Unknown
Description

FileZilla version 2.2.7 - File transfer option resume verses ask doesn't get saved. It always goes back to "ask". Infact when you select resume instead of ask the ask selection still shows as selected.

Menu option "Edit" Tap "File Transfer Settings" Option "If the target file of a transfer already exists, you can specify a default.

Ask, Overwrite, Resume, Skip.

No matter what I choose here it doesn't save it; additionally it doesn't de-select the Ask when another option is selected.

Thanks.

#646 FZServer: directory chooser should always show server fs closed Bug report normal Other
Description

Connect to FZServer using the admin interface on another computer. If you want to add a directory (in the user accounts dialog), the directory chooser shows the local filesystem. But it is no use, if I choose a local directory which does not exist on the server.

Workaround is to press cancel and type in the directory manually.

I think the directory chooser should always display the file system on the server.

#647 home directory different than disk C closed Bug report normal Other
Description

i use FileZilla client ftp and wanted to try the server but here is a problem...

if use don't use the C drive (or a C drive subdir) , you don't assign the right path...i show you an exemple...

-i configured the path "e:\ftp" as my home director that i nename as "ftp" -when i connected with a client ftp (filezilla) i did not have the files i should...the client told me that there is no file and no subdir in my home dir.....strange!!!!.... -in fact not realy....i decided to create a sub dir in my home dir that i called "123"...then i uploaded a file in my homedir and in my subdir (123)... -the filetransferts worked well... -BUT!!!!!!!!when i wanted to search the uploaded files in my directory "e:\ftp" on my E drive...you know what i had no "123" directory that i was supposed to had creating...and none of the two files i uploaded..... -SO....where were they???? nopb i lounched a search on all my drive to find the two files......you want to know the result??....sure you do ;-) the first one was in "c:\windows\system32\ftp" and the second one in "c:\windows\system32\ftp\123"

Hope you debug that shortly !!!!!!!!!!!!

good luck for the project !!!!

Yomm

PS: computer OS : win XP Home fillezilla server version : 0.9.0 beta

#648 FZ Server Groups getting duplicatet if Server is Offline closed Bug report normal Other
Description

If FileZilla Server is Offline and you open the Group Management FZ duplicates all Groups. Looks like it happens only if there are no users configured.

#649 Overwrite if newer closed Bug report normal Other
Description

version 2.2.7 doesn't "overwrite if newer" any more.

#650 Can't load SSL/TLS dll in 2.2.7 closed Bug report normal Other
Description

I was using FileZilla 2.2.6 without any problem with FTP servers with SSL/TLS support.

With FileZilla 2.2.7, i've the error message when i'm connecting to the server : ######## Can't load SSL libraries. Please make sure the files "ssleay32.dll" and "libeay32.dll" are in the same folder as FileZilla. ########

These files are present in the FileZilla setup directory...

I've tried to uninstall/resinstall FileZilla and there's always problems with 2.2.7, not with 2.2.6...

#651 FZServer blocks closed Bug report normal Other
Description

After some minutes, the server blocked file transfer. There were two simultaneous downloads (global limited to 8kb/s) and one upload. After this I tried to stop the service, but i could not do this. The service was not accessible.

#652 impossible to update files closed Bug report normal Other
Description

I installed the newest version of Filezilla (2.2.7) but it is impossible to upload existing files.

Befehl: FEAT Antwort: 500 'FEAT': command not understood. Status: Verbindung hergestellt Status: Starte Upload von c:\website\index.php Befehl: CWD /home/*/ Antwort: 250 CWD command successful.

I have to delete the file otherwise the file will not be updatet.

#653 PASV mode being used when it should not be closed Tim Kosse Bug report normal Other
Description

In both Filezilla 2.2.6 and 2.2.7 (at least) Filezilla is attempting to send PASV mode command when it should not be. I have PASV turned off in firewall options AND I have "Use Active Mode" explicitly set in the site for Site Manager (I've tried to use default in site manager also.) This is causing me errors as the FTP server I am speaking to does not gracefully handle being asked to go to PASV. However, since there is no reasno for filezilla to be sending the PASV command it is clearly a bug.

#654 sometimes can't get remote dir listing closed Bug report normal Other
Description

Occasionaly filezilla can not retrieve remote directory listing after connecting. I really can't figure out what causes this. When I switch to WS-FTP I can get the listing fine, and often I can reboot (windows obviously) and filezilla will then be able to get the remote listing. This is frustating because I like the Filezilla GUI better than ws-ftp.

#655 View/Edit does not work in 2.2.7 closed Bug report normal Other
Description

In 2.2.7, view/edit has stopped working. I'm using notepad as editor. When doing view/edit, notepad pops up with the marked file. When I change and save the file, there is no question like in previous versions, like "the file has changes, do you want to upload the file?"... So it is now impossible to edit files on the server.

Please correct this!

#656 multpile problems 2.2.7a closed Bug report normal Other
Description
  1. it cannot show directory listings on connect
  2. it cannot xfer more than a few files before choking
  3. it hangs on retrying very often

2.2.5 was wayyyyyyyyyyyyyyyyyyy more usable than this version ... what happened?

:|

#657 100% CPU usage and lock-ups while resuming large downloads closed Bug report normal Other
Description

Upon resuming an FTP download of a large file, Filezilla takes up 100% of CPU usage on Windows 98 SE, and mouse pointer movement gets extremely sluggish. After the connection is established, all returns to normal. If the download fails, Filezilla will retry the connection, and upon resuming it again the problem happens again but worse: the system seems to lock up completely for about 60 seconds (sometimes more, sometimes less). Most of the times, the connection is established and the system becomes responsive again after that lock-up period, but sometimes the lock-ups require a hardware reset.

If more than one large file are being downloaded, the lock-up caused by one transfer can make the others fail, so that they in turn lock the system up and make the first resumed download fail too.

This only happens when the resume position (the parameter for the RSET command) is large enough. Resuming the download of a large file on a position near zero doesn't cause any lock-up.

I guess (without looking at Filezilla's source) that there's some blocking call being made while Filezilla waits for the remote server to seek() to the RSET position.

In case that this be a server-dependent bug in Filezilla (I don't think it is), here's an example: I've experienced this problem while downloading the Mandrake distribution from many of the USA mirrors (for example, http://www1.mandrakelinux.com/ftpredir.php?url=ftp://mirror.cs.wisc.edu/pub/mirrors/linux/Mandrakelinux/official/iso/10.0/i586&tpc=mirrors-iso-Mandrakelinux-10.0-Official-inst-i586.txt ). This is a 700 Mb file. And for the record, Filezilla was run on a 400 Mhz AMD K6-3 processor.

#658 configuration panel doesn't appears in winXP closed Bug report normal Other
Description

Using the version 2.2.7a (downloaded as executable) on WINXP, i cannot change the default file viewer, because when i click on edit/settings menu nothing appears and i must kill the application from the task manager. the same problem with the 2.2.7 version. Using, instead, the 2.2.6 version (downloaded as zip file) the configuration panel appears and i'm able to change everything.

#659 ~ Problem closed Bug report normal Other
Description

Double clicking a directory named ~ returns the navigator to the root, rename will not allow you to name directories ~.

LForopoulos (At) microimagesinc.com

#660 Directory list sort order on server and local differs closed Bug report normal Unknown
Description

Hy, The sort order of the local directory list is like the physical, but the one of the server is sorted alphanumerical descending. They should be the same. It would be nice to have the opportunity to choose.

  • Thanks
#661 Hung in Open Settings closed Bug report normal Other
Description

If change language to Italian and try to open Setttings Filezilla hung and does not respond.

#662 FEAT problem on connect closed Bug report normal Other
Description

When I try to connect to one of our FTP servers here, the connection fails with the following:

Response: 232 User jeaton logged in. Command: FEAT Response: 211-Supported features: Error: Disconnected from server Error: Unable to connect!

When I don't use GSS authentication, it succeeds with:

Response: 230 User jeaton logged in. Command: FEAT Response: 211-Supported features: Response: MDTM Response: REST STREAM Response: SIZE Response: 211 End Status: Connected

(Plus more output, getting a directory listing, etc.)

The server is based on the Heimdal FTPd: (Version 6.00+Heimdal 20040105+KTH-KRB 1.3-20031030)

I'm using FileZilla 2.2.7a, with the patched FzGSS.dll from 924180 (which I've also updated, to ask for a status on when that fix will be incorporated into a release).

#663 I can't able to set default permission of uploading file? closed Bug report normal Other
Description

Hi.. First, thank for your program..

Qeustion is this.. When I upload the files, permission of Uploaded file set Automatically -rw------- (600) mode..

I frequently would do use this program for web development. So, default permission of uploaded file must be 755 or etc.

And Now I manually modified permission of these file...

Please make to modify configuration that...

Please overlook that my English is short.. ;; Good luck to you..

#664 Notes, bugs, and features closed Bug report normal Other
Description

Hi, so far I like filezilla but with the following few notes.

It would benefit from up and download buttons on the toolbar. Right click to transfer seems an unnecessary strain on the carpel.

"Clear queue" wouldn't hurt anything either.

More importantly, v2.2.7a seems to be causing performance issues. Specifically, it's slow to open and some operations impact on other programs - most notably windows explorer. The system appears to be not responding until Filezilla sorts itself out. Then it's okay again.

I did a clean install on winxp so filezilla is virtually the only thing installed.

I was trying out the "overwrite if newer" feature... which I couldn't get to work =( Doing server backups without the need to download everything over and over each time is the goal.

I hope these things can get straightened out.

Thanks for a great job so far.

PS. Feature request. I don't know if it's possible but an option to follow symblic links or not follow them might be handy. I haven't played around enough to know the default behaviour yet.

  • Phineus

Note. This forum always gives me a hard time. That's why I'm not logged in. I hope you don't mind. Also, you do not need to reply. It's enough that I report my experience. I'll check back for program updates and see what you come up with.

#665 FileZilla is not listing files in SunOS 5.8 closed Bug report normal Other
Description

I am using 2 Solaris machines. V480(SunOS 5.8) and E3500(SunOS 5.7). If I connect the server with Filezilla, it is listing files properly on SunOS 5.7 but it's not listing any files on SunOS 5.8. If I use some other FTP (AceFTP), it lists files on SunOS 5.8 properly. If you need more feedback on this issue please let me know.

#666 Transfer Queue list lost after windows shutdown. closed Bug report normal Unknown
Description

When FZ is in tryicon (and downloading files Q->), Transfer Queue list (at the bottom) lost when I shutdown windows.

#667 FileZilla makes a little space in system tray closed Bug report normal Unknown
Description

FileZilla makes a little space in system tray when there are no icons in system tray. <img src="http://file.manian.intizen.com/board/downadd.asp? bid=A020107&no=84560" border="0">

#668 [feature] Export SiteManager setting also closed Bug report normal Other
Description

Whow... i reinstalled filezilla after upgrading my pc... and expected when i exported all the settings (edit->export settings) that also all the sitemanager servers would be copied...

mmm... lost them...

maybe a good plan for a future realease to export these settings too?

Thanx! And keep up the really good work!

#669 remote directory listing disabled closed Bug report normal Other
Description

When logging onto a IBM MVS system FileZilla can not retrieve a directory listing. That is fine because I would rathter enter the specific directory to go to at that point. Unfortunately when this happens, the Remote Directory listing area is disabled and I cannot type the directory I want.

Please enable the remote directory listing area for manual entry.

#670 Cannot drag & drop folders in network shares closed Bug report normal Other
Description

To reproduce:

  1. Open up FileZilla
  2. Connect to an FTP
  3. Navigate the "Local Site:" to a network share, i.e.


server\folder with subfolder test

  1. Click on the subfolder test and drag and drop it to

the remote folder listing, and FileZilla does not upload that folder.

This works for local drives, however not for network shares.

Also, if you map the network share to a local drive letter, it works.

#671 windows silent uninstall asks about deleting reg keys closed Bug report normal Other
Description

when running a silent uninstall

"C:\Program Files\FileZilla\uninstall.exe" /S

a dialog is displayed asking about deleting registry keys. should this not be silent too?

installed using FileZilla_2_2_7b_setup.exe /S

i know there is no need for uninstall prior to upgrading in current releases, but that may change.

cheers ken@…

#672 Some files (and directories) are missing when listing files closed Bug report normal Other
Description

I've got a problem when browsing directories on a SunOS 5.8 serveur. The bug has been reproduced with Fzilla 2.2.5 -> 2.2.7

It seams that all items (files and directories) that have been created or modified after 1st july 2004 does not appear ine the list.

Nevertheless when I enable raw directory listing in the debug pannel they are present.

You'll find hereafter a subpart of of the directory list. I've not included a screenshot but I testify that at least the "tmp" dir and the "util" dir are not present in the directory list

Trace : total 872 Trace : drwxrwxrwx 45 ugdc gold 1536 jui 8 12:47 . Trace : drwxr-xr-x 75 upmnr gprod 1536 déc 22

2003 ..

...

Trace : drwxr-xr-x 3 ugdc gold 512 oct 29

2003 SAUVEGARDE

Trace : drwxrwxrwx 4 ugdc gold 512 fév 14

2003 src_globale

Trace : drwxrwxrwx 3 ugdc gold 512 nov 25

2003 surgeles

Trace : drwxrwxrwx 9 ugdc gold 7168 jui 8 14:10 tmp Trace : drwxrwxrwx 2 ugdc gold 512 fév 21

2003 trsf

Trace : drwxr-xr-x 2 oracle oinstall 1536 fév 6 16:58 TTS_2141 Trace : drwxr-xr-x 2 oracle oinstall 512 fév 6 15:46 TTS_25420 Trace : drwxr-xr-x 2 oracle oinstall 512 fév 6 15:51 TTS_26153 Trace : drwxr-xr-x 2 oracle oinstall 1536 fév 6 16:44 TTS_26259 Trace : -rwxrwxrwx 1 ugdc gold 15516 sep 4

2003 typescript

Trace : drwxrwxrwx 3 ugdc gold 512 jan 22

2003 users

Trace : drwxrwxrwx 14 ugdc gold 10240 jui 8 13:43 util Trace : drwxrwxrwx 2 ugdc cvs 1024 jun 21 15:25 util_cvs Trace : drwxrwxrwx 3 ugdc gold 8704 jun 23 12:10 util_dev Trace : drwxrwxrwx 3 ugdc gold 512 mar 25 14:44 voc Réponse : 226 ASCII Transfer complete. Etat : Succès du listage du répertoire

Cheers

#673 filezilla runs but no GUI appears closed Bug report normal Other
Description

I just downloaded and unzipped the 2.2.7b zip, thinking my version was too old, but I still get the same behavior:

I double-click FileZilla.exe, and nothing happens.

Windows 2000sp4

I check task manager and the process is running, but it has not created any top-level windows.

I don't really know how to debug it.

I can not compile the source (I tried that, but it requires some platform sdk changes I think, which I don't have).

Any suggestions?

#674 FZServer: Wrong binding on multihomed machine closed Bug report normal Other
Description

Configuration:

Multihomed windows machine, IP 1.2.3.4 and 1.2.3.5

Filezilla server 0.9.1b, configured to listen on 1.2.3.5 and to use 1.2.3.5 for PASV too

Problem:

opening an ftp (active) session to 1.2.3.5:21 works and the logon completes successfully, but trying to retrieve bombs with a "425 Can't open data connection" error

running a "netstat -an" on the machine running FZserver shows the 1.2.3.5:21 in ESTABLISHED state but also shows some 1.2.3.4:20 in TIME_WAIT state, this seems to indicate that FZServer isn't using the correct IP for the data channel when running on a multihomed system even if it has been configured to use a particular IP a confirm is the fact that using PASV solves the issue since in that case the FZserver will be forced to use the correct IP address

#675 Applying upload speed limit during upload ends upload closed Bug report normal Other
Description

To reproduce:

Start uploading a file. While the file is uploading:

edit->settings->file transfer settings->speed limit->upload speed limit:

Change from "no limit" to "upload speed limit of " (I used 4KB).

Hit "ok". Blammo. Upload stops.

Download is ok.

HTH.

#676 New install won't transfer any data closed Bug report normal Other
Description

I just installed the latest server and client, opened firewall holes for ftp port. client will connect to server, but server refuses to transfer directory or anything and disconnects after timeout.

#677 Textual problems in FZServer dialog closed Bug report normal Unknown
Description

(Problems in text on dialog)

FileZilla Server 0.9.1b beta

General Settings/IP Filter

"...or address ranges of if you block..."

I'm pretty sure that should be "...or address ranges, or if you block" (typo "of" => "or" and insert comma).

Further along in the same paragraph:

"...you may readd access..."

I'm not as sure what this should be. Perhaps:

"...you may reenable access..."

#678 Connection Interupted... task never finishes closed Bug report normal Other
Description

I was in the process of adding a huge site to the Queue. So I went to the root site and right-click "Add to queue". The process runs.. and since this is such a huge site, I let it run over-night.... Sometime during the night, the connection is broken and my queue is populated, but not with the whole site. In fact, it's very difficult to know when the process has even finished.

May I suggest 1st and foremost, a queue for the queue, so if something happens, I can re-load my last task and pick up where I left off.

Also, a message box that tells when my task is done, so I know it has completed 100% sucessfully.

  • c4(at)audiline[dot]com
#680 Compilation on Linux fails closed Bug report normal Other
Description

commandqueue.cpp/.h are in lower case while Mainfrm.cpp tries to #include it as CommandQueue.h

In Windows, this is fine, but on UNIX, this fails.

spamthis@…

#681 Could not retrieve directory listing closed Bug report normal Other
Description

I'm continuing to experience this problems with 2.2.7c, windows version.

On a first connect after I start Fzilla, it gives me an error: Could not retrieve directory listing

After i Disconnect and Reconnect, this issue goes away. I tryed numerous times and was perfectly able to replicate this problem.

#682 Catalan language project wrong in dsw? closed Bug report normal Other
Description

current cvs source

When I open the dsw (FileZilla.dsw), it lists the Catalan translation as missing.

It appears that the dsw expects the Catalan project to be FzResCatalan.dsp, but the actual file is currently FzResCa.dsp.

#683 Redundant password dialog when putty agent active closed Bug report normal Other
Description

Currently, public key authentiation thru Pageant (Putty Key Agent) works fine. But FZ still pops up a password dialog, even though the value from that is not used.

It would be nice to first check Pageant, and see if key authorization works with the remote, before this dialog is brought up. Putty's current method for this user interface is a good sample to follow.

Cordially, Chacko

#684 upload failed with large directories W2K closed Bug report normal Other
Description

When uploading your FTP V227c to your FTPServer with a large amount of directories anda large number of files, the function desynchronizes with a message "UPLOAD FAILED". Stopping the upload, disconnecting your FTP program and restarting doesn't help. CuteFTP does the work perfectly. So it must be FileZilla Small number of direcvtories with large amount of files are OK. ????

#685 line-makeup closed Bug report normal Other
Description

hello,

sorry, my english isn't that great and i hope "line-makeup" is the right word for the german "zeilenumbruch"...

my problem: even i download a ascii-file (like a php-file) from a linux server filezilla(2.2.7c) puts 2 line-makeups for each line.

exaple/original-file: --- <?php echo "hello world"; ?> ---

downloaded-file: --- <?php

echo "hello world";

?> ---

my os is windows 2000. any ideas?

thanks tobi

#686 FZServer: select folder dialog / admin interface closed Bug report normal Other
Description

I am using FileZilla Server 0.9.2 beta. If I'm connected to a remote Server and want to edit the shared Folders for Groups and Users, the browse for folder dialog gives me not the directory structure of the remote machine. Instead it displays the local filesystem. Manually changing (rename) the path to the wanted directory on the traget machine works.

Another odd problem: no mapping of virtual folders into virtual folders is possible.

Thanx in advance for fixing this, and keep up the good work.

#687 fz server is listing dir's it may not list closed Bug report normal Other
Description

when i give a user the read and list right for some dir, than all dir's in that folder are automaticly listed. in all other ftp server i've tested a subdir is only listed when you have the read right for that subdir. which i think is normal. no i can't hide subdir's for some users which is very anoying.

example:

C:\serverdir\group\all\ C:\serverdir\group\hidden\

if i give group A read and list rights to the "group" dir, the get to see both dir's in there, "all" and "hidden". i want to give them read and list right but not to see any dir in there. unitil.. i give them read rights for the "all" and/or "hidden" dir's.

with other ftp server (like bulletproof) this is perfectly possible, with filezilla server it is not...

#688 Checkboxes do not dim closed Bug report normal Unknown
Description

Using version 2.2.7c, Windows XP Professional SP1

While using the Settings->Interface Settings->Remote file list window, I have found that the "Filetype" and "Permissions" checkboxes do not dim as they should when I click from "Always use the following configuration" to "Remember last used configuration".

#689 FileZilla uses two connections - should use only one closed Bug report normal Other
Description

While transfering several folders with checkbox "Use multiple connections to transfer files" unchecked Filezilla will still use a second connection. This is clearly shown in the log. A second connection is established while FileZilla creates the folders you want to transfer on the remote side. Then, as sonn as all the folders have been created, Filezilla uses the second connection to actually transfer the files in the folders.

Expected behavior would be not to use a second connection when the "Use multiple connections to transfer files" checkbox is unchecked.

The erroneous behavior could lead to being banned from sites which do not allow multiple connections in parallel.

#690 cannot retrieve files from unicode named folders closed Bug report normal Other
Description

if the folder name is unicode the function GetFileAttributes fails in the retr command causing the return message file not found prependinga
?\ to the pathname would call the unicode variant of GetFileAttributes, it works then correctly but the
?\ is NOT compatible with windows 95/98/me

#691 Deleteing many files is very slow closed Bug report normal Other
Description

If you delete a lot of files of one directory (more than 500), it is very slow, beacuse FileZilla refreshes after each file and loads again the whole directory. The deleting-process gets faster with each file that was deleted!

#692 Crash on start with Norton AV 2004 closed Bug report normal Other
Description

I run Windows 2000 SP4 and FileZilla 2.2.8a. I have installed Norton Systemworks 2004 with Norton AV 2004. When I try to run FileZilla it crashes with an unhandled exception before the main window is shown. If I disable the Auto-Protect in Norton AV it works just fine.

#693 Error: Could not retrieve directory listing closed Bug report normal Other
Description

Status: Connecting to XXX.NET... Trace: FtpControlSocket.cpp(759): OnConnect(0) OpMode=1 OpState=-1 caller=0x003ed584 Status: Connected with XXX.NET. Waiting for welcome message... Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=1 OpState=-1 caller=0x003ed584 Response: 220 ntf Microsoft FTP Service (Version 5.0). Command: USER XXX Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=1 OpState=0 caller=0x003ed584 Response: 331 Password required for XXX. Command: PASS Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=1 OpState=3 caller=0x003ed584 Response: 230 User XXX logged in. Command: FEAT Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=1 OpState=-13 caller=0x003ed584 Response: 500 'FEAT': command not understood Status: Connected Trace: FtpControlSocket.cpp(3456): ResetOperation (1) OpMode=1 OpState=-13 caller=0x003ed584 Trace: FtpControlSocket.cpp(904): List (FALSE,0,"","",1) OpMode=0 OpState=-1 caller=0x003ed584 Status: Retrieving directory listing... Command: PWD Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=4 OpState=0 caller=0x003ed584 Response: 257 "/" is current directory. Trace: FtpControlSocket.cpp(904): List (FALSE,0,"","",0) OpMode=4 OpState=0 caller=0x003ed584 Command: PORT 192,168,0,100,16,163 Trace: FtpControlSocket.cpp(627): OnReceive(0) OpMode=4 OpState=7 caller=0x003ed584 Response: 500 'RT XXX,XXX,XXX,XXX,19,143': command not understood Trace: FtpControlSocket.cpp(904): List (FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003ed584 Trace: FtpControlSocket.cpp(3456): ResetOperation (4) OpMode=4 OpState=7 caller=0x003ed584 Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x0140066c Trace: TransferSocket.cpp(1083): Close() caller=0x0140066c Error: Could not retrieve directory listing

#694 Filezilla Server often does not connect closed Bug report normal Unknown
Description

I run Windows XP and find that Filezilla Server often does not connect. It evidently starts too early in the boot process, before other needed services are available.

Is it possible to put a variable user chosen delay in the start up of the Filezilla Server service?

Bob Eisenberg beisenbe@…

#695 2.2.8a: cannot upload in 'no list' directory closed Bug report normal Other
Description

It is not possible to upload files into directories that one CAN write in but had no listing rights in with FileZilla 2.2.8a.

Directory shows permissions 000 from /.

Attached file includes logs of 3 ftp sessions:

  • Session with commandline ftp (succesful upload of

test3 to /Upload/)

  • Session with FileZilla 2.2.8a (failed CWD to /Upload/)
  • Session with FTP Voyager 11.1.0.0 (succesful upload

of test4.txt to /Upload/)

Please contact me if you need access to the site for upload testing.

#696 FZserver interface: press ESC in IP Filter of Server Options closed Bug report normal Other
Description

Steps:

  1. FileZilla Server Interface
  2. Menu->Edit->Settings->IP Filter
  3. Press ESC key in a textbox

Result: The dialog become blank(see attach)

I think the ESC key should close the dialog.

#697 FZServer: crash when connecting via Terminal Client closed Bug report normal Other
Description

I have connected to my Windows 2003 Server, where FileZilla server 0.9.2 is running, with "Remote Desktops" wich is a part of the adminpack (with this one you can connect to the console of 2003 server). Then FileZilla Interface crashed with dr.watson. But this does not happen always.

#698 can't use FileZilla with pure-ftpd in TLS/SSL mode closed Bug report normal Other
Description

when using FileZilla 2.2.8a connecting a pure-ftpd 1.0.18 server in FileZilla's "FTP over TLS (explicit encryption) mode, the user can log on but NOT recieving the directory listing on the data channel. See the attached log file that FileZilla produces.

What's wrong? With SmartFTP there is no such problem...

Does anyone know why? Burkhard

#699 /reload-config only works when logged in closed Bug report normal Other
Description

I want to be able to use the /reload-config option for FileZilla server to reset passwords without stopping and re-starting the server. On multiple Windows platforms, it worked fine if I was logged in and ran it manually from a command prompt. I run an SSH session using PuTTY and it did not return an error, but it did not work either. Then I tried using the command line scheudler (AT command) and that did not do the trick either. I was thinking it might be a user privelage level, even though I did not get any access denied errors. Then I tried wrapping the command into a service written in c# running with admin privelages, no luck there too. My end goal is to create an ASP.NET page for resetting password. The class performing this would ideally invoke the "FileZilla Server /reload-config

BTW: FileZilla is awesome and it rules!

#700 downloading to local network closed Bug report normal Other
Description

downloading to local network i.e. computer/c/mydwloads/ does not work: FileZilla creates c:/computer/c/mydwloads/ instead.

#701 Window Position Not Saving closed Bug report normal Other
Description

I'm using v2.2.8b (but this has happened on every version of FileZilla I've ever used), & the window position will not save after you exit FileZilla. The 'transfer queue' window keeps on moving upwards (ie making itself bigger) , thus making the 'local view' & 'remote view' windows smaller. I drag the transfer queue window down everytime I enter FileZilla, but it never saves after I exit. The 'remember window size & position of FileZilla' option is ticked.

ehathgepiurhe@…

#702 Retry settings - the word WAIT is missing closed Bug report normal Unknown
Description

On the options tab, the word wait is missing, shown in uppercase below...

When disconneted from server during transfer, WAIT

I used 2.2.8b windows version.

thanks

alwynbotha@…

#703 FZ Server - LIST compatibility problem with DreamWeaver closed Bug report normal Other
Description

Depending on the modification date/time of the file/directory, Macromedia's DreamWeaver will add an extra space to the start of the name when parsing the results from a LIST on version 0.93 of FileZilla server.

This stops DreamWeaver users from being able to access many of the folders on an FTP site served by FileZilla.

This appeared to be fixed in 0.89, but is back in 0.92 and 0.93.

I understand that FTP clients shouldn't be depending on LIST per the RFC, however, this is no consolation to the many DreamWeaver users out there.

#704 FileZilla Server 0.93 doesn't support chines-named folders closed Bug report normal Other
Description

FileZilla Server 0.93 doesn't support chines-named folders

When I set a chinese-named folder to share

The Server can't recognize it ...

#705 Slashes are forced on the directory - MVS files do not have closed Bug report normal Unknown
Description

I tried to connect to an FTP server on MVS (aka zOS) and FileZilla insists on putting slashes around the directory name.

The command to get to the MVS (non-USS) directory is

CWD 'SYS1.'

to get to the files beginning with SYS1.

FileZIlla forces

CWD /'sys1.'/

which is invalid.

I entered CWD 'SYS1.' in the raw command filed, but FileZIlla will not refresh it.

#706 Obtain remote directory size closed Bug report normal Other
Description

I'm unable to find a way in FileZilla (currently using 2.2.7c) to obtain the size (i.e. size of content) of remote FTP directories. Would be a handy feature.

#707 [CHMOD] No such file or directory closed Bug report normal Other
Description

Command: SITE CHMOD 777 /www/images/gallerie/Half-Life 2 & mods Response: 550 No such file or directory.

It's a bug when I trye to change chmod with the files attribues. It's do that with folder who have space or special letter in name folder.

Bug found in Filezilla v 2.2.8b !

P.S: Excuse my bad english, i am french.

AllanTK allantk@…

#708 Option to not upload certain files/directly closed Bug report normal Other
Description

Feature request:

A list of filenames/directories which will not be uploaded to a remote site, if not explicitely selected.

E.g., if you select to upload "dir1" which contains "dir2", and "dir2" is in the list of directories not to upload, "dir2" won't be uploaded, although all other content of "dir1" is being uploaded.

The rational is, when working with CVS/SVN to no upload the versioning system configration data.

Thanks

#709 Cannot create bookmarks using non-Administrator account closed Bug report normal Other
Description

Only Administrator user can create bookmarks on W2K.

This seems to be the same problem as in

http://sourceforge.net/forum/message.php?msg_id=1580956

#710 No icons next to files closed Bug report normal Other
Description

Both in the Local Filelist and the Remote Filelist I can see no icons next to the files and folders. This is very impractical because I don't see at the first look, if it is a file or a directory. Even when I turn on the "Large Icons"-mode, I can't see any Icons!

#711 Redraw bug with transfer progress bars when resizing column closed Bug report normal Other
Description

In the FileZilla client, when I'm transferring files in the transfer queue, if I resize the Local Filename column to make it bigger (dragging it to the right), one or more of the transfers' progress bars will not redraw correctly, leaving phantom horizontal lines on the right of the bar(s). See my screenshot for an example. The first time, it occurred with both bars, but I could not reproduce that.

#712 File exists dialog dups on retries, remain after disconnect closed Bug report normal Other
Description

In the FileZilla client, if I try to transfer a file and get the File Exists Already dialog box, if my server connection is disconnected and reconnects automatically, I'll get a second, identical File Exists Already dialog, and I'll get another one if I get disconnected and auto-reconnect again.

If I reach my limit of three tries to auto-reconnect and I stay permanently disconnected, I'll have three File Exists Already dialogs that aren't of any use to me at that point.

#713 Local and remote dirs: filesize incorrect closed Bug report normal Other
Description

In my local directory I have PDF files about 1.9mb long, but FZ displays 1mb. In the remote directory that same file will be displayed as 196kb. These are both incorrect.

#714 Reopening from System Tray is not maximised closed Bug report normal Other
Description

First - this is a duplicate of the closed bug #732137, opened because I'd like a small enhancement to Filezilla.

Second - Technically, the response to 732137 is correct

  • restore has a specific meaning in Windows (don't know

about the other platforms), which is to the non-maximised size/position.

However, when reopening a program I have minimised to the Tray, personally I want it to return to the size/position it was in when I sent it there, whether it was maximised or not. It's just annoying to have to maxmise it again...

This behaviour could be governed by Setting e.g. a Radio Button Group called "Restore from System Tray" with options "To non-maximised position" and "To size when minimized" - this way everybody can be happy...

#715 Start Menu shortcuts in personal profile closed Bug report normal Other
Description

Insalling Filezilla 2.2.8b under administrator account, leaves start menu shortcust in the administrator personal start menu, so other users can't see it. Should be put in the "All Users" start menu, or let the user choose if the installation should be for "all users" or "only for me"

#716 Sessions not saved in non administrative account closed Bug report normal Other
Description

Session files using XML options cannot be saved under a non administrative account using WinXP SP2 and Filezilla 2.2.8b

#717 Can't connect to write-only directory closed Bug report normal Other
Description

Hi there,

We've been testing Filezilla in our shop and ran into a little glitch. It seems that when the FTP server has a write-only directory to connect to, without the option to list etc. Filezilla cannot transfer files.

#718 Enabling compression can break Perl scripts closed Bug report normal Other
Description

When I enabled compression on transfers it seems to change the CR/LF characters in any Perl scripts I've uploaded meaning that won't run on a *nix environment. Disabling compression makes the problem disappear.

#719 Does not remenber configuration closed Bug report normal Unknown
Description

In Option->Interface setting FileZilla 2.2.8b does not remember its configuration even when "Remember last configuration" is checked. It ignore this setting. This issue seems to be there since version 2.2.5 final.

I am using Windows 98 SE with all updates installed.

#720 AS400 dir list closed Bug report normal Other
Description

Tried filezilla 2.3.8c to access a ftp server running under os400 v5.2 Directory listing is totally broken. Compared with command line ftp and ws_ftp it does not show simple files, only folders. I will be pleased to supply to the Dev Team the necessary information for correctly parsing AS400 ftp server replies and collaborating in testing.

Thanks.

#721 wfFTP multislot router connection closed Bug report normal Other
Description

When connecting to a multislot BayRS 14.00/1D5 router (i.e. Backbone Link Node (BLN) or Backbone Concentrator Node BCN)) and the default volume doesn't contain a PCMCIA card, the initial directory list fails (which is expected) but you cannot change volumes to look at other slots (i.e. using the Remote Site field).

If the router does have a PCMCIA card in the default slot, then the initial directory listing is successful and you are able to change volumes to other slots using the Remote Site field.

#722 Spelling error in IP Filter options closed Bug report normal Unknown
Description

In FileZilla Server, there is a spelling error in the "IP Filter" section of the program options. The "IP Filters" section contains two textboxes. The spelling error is in the description of the second textbox. The last word (again) is spelled "agin". This also appears in "IP Filter" section of the "users" options as well. I'm assuming this is because it is reading the same string from some language file.

Keep up the good work :-)

jaden@…

#723 Queue lost files after download fails closed Bug report normal Other
Description

If a file download fails from the queue because the server is on but the file is temporary unavaible FileZilla puts the file to the end of the Queue. But If I close the program and then open it again the files are missing. Every files are there except the ones that has been put to the end of the Queue.

#724 remote listing date format closed Bug report normal Other
Description

The date format used in the remote listing is DD-MM-YYYY (e.g. 25-09-2004) whereas the date format used in the local listing is DD-Mmm-YYYY (e.g. 25-Sep-2004).

The latter is what Windows Explorer is using and so may be my default format.

It would seem to make sense to use the same date format in the remote listing (or, if you are keen, to provide an additional setting in Edit/Settings/Local file list and Edit/Settings/Remote file list).

derek@…

#725 Connection with ftp over SLL (implicit) - no listing closed Bug report normal Other
Description

When I connect to a Serv-U FTP-Server and use the ftp over SSL (imlicit), I get no files and directories on the server site. I can put files and make directories, but they are not shown. I use V. 2.28d.

#726 File is done, but keeps transfering closed Bug report normal Other
Description

For some reason, I have a file that I d/l whose file size is 2444857417 and FZ says it's 100% complete yet if continues to transfer the file. As of my screen capture, it was at 4004828310 of 2444857417 bytes and still going. I've tried stopping the xfer, closing FZ and restarting, pausing and resuming the xfer but it just continues to go.

Any ideas?

P.S. Keep up the good work!

#727 Can't see .htaccess in directory listings closed Bug report normal Other
Description

When FileZilla connects to a web hosting directory, I'm unable to see any existing .htaccess files. However, if I rename a file to ".htaccess", I can see that renamed file for as long as I have FileZilla connected to that site.

The web hosting is on a Linux server, although I'm not sure this has anything to do with the problem.

I'm using the latest release of FileZilla.

#728 Trojan and spyware infected closed Bug report normal Other
Description

I was happy with this program's test at home and then went to work and installed it on several machines. Little did I know that when I rebooted I would have ISTToolbar or something like that Installing on each of these machines. When I ran pest patrol I found a slew of new spyware (on a machine that had been reinstalled the same day and not surfed the internet yet) and 4 trojan horses. Please get these out of the installer so we can use your wonderful program!!!!!!

#729 Server IP filter only allows one exception closed Bug report normal Other
Description

The IP filter options at the server are essentially the same as the IP filter options for Users and Groups. However, unlike Users and Groups, the "exceptions" listbox of IPs at the bottom of the dialog only accepts one IP address.

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