Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2201 - 2300 of 8170)

Ticket Summary Owner Type Priority Component Resolution
#4659 File size in the Server is not correct even after 100% transfer Bug report normal FileZilla Server outdated
Description

Once I upload a file and the file transfer is complete on the Client Server Side also, the file sizes on my Server and Client Server do not match, but the status is 100%.

#4663 My file will not upload/transfer Bug report low FileZilla Server outdated
Description

I use Windows XP. I am using verson 3.2.6.1 My files will not upload - they stop midway through and declare themselves "Failed files". I have been trying since yesterday - repeatedly. My host is ftp.forefactor.com I have deleted numerous files so that there will be room for the files to transfer. They are very large WAVE audio files (approx. 322,000,000) I have re-booted and re-started. The transfer seems to be very slow. There is a flashing red light at the bottom right hand corner of my screen (I thought this was supposed to be green).

When it fails it says the following: It disconnected from the server. Error: Disconnected from server: ECONNABORTED - Connection aborted

Previously, when it disconnected, the file continued to transfer. I do not understand why it completely disconnects now.

Please advise.

#4682 Send e-mail on file upload Feature request normal FileZilla Server wontfix
Description

I want to request the following:

When someone upload some files, I want to receive an e-mail with the path of the file and filename like:

http://www.bpftpserver.com/products/bpftpserver/windows/howto/event/email

#4687 case sensitivity of network shares Bug report normal FileZilla Server rejected
Description

filezilla server version: 0.9.25 & 0.9.32 expandrive (http://www.expandrive.com/windows) 1.8.3

i started with filezilla server 0.9.25 (had an old installation). i was trying to share a folder mounted with expandrive (remote sftp share) with filezilla server. I was able to select the share in windows without a problem, full directory structure visible.

when a client connected to my ftp, there were only lowercase folders visible on that share, files were showing regardless of their case.

so i thought it would be a filezilla server problem and upgraded my installation. now, it is not showing any folders inside that on ftp at all. the local view in filezilla client works fine.

i tried a different ftp server software, which works flawlessly, but i would like to continue using filezilla server.

#4693 FileZilla Server version 0.9.32 local denial of service Bug report critical FileZilla Server fixed
Description

Hello people

The problem is in a local port (14147) that "filezilla server" used for its interface.

If you send some data to this port, that is open in "FileZilla Server Interface.exe", the process "FileZilla server.exe" crash.

I did some test with a debugger and i could not run code.. for me is only a denial of service, but is important repair it becuase this process run with the system privileges.

i wrote a poc in python for test

from socket import *

host = "127.0.0.1"
port = 14147

data = "A" * 698000

s = socket(AF_INET, SOCK_STREAM)
s.connect((host, port))
s.send(data)
s.close()

OS : Windows Xp SP3 - all patch

see you


Juan Pablo Lopez Yacubian

#4697 Filenames including a : get stored as alternate data streams Bug report critical FileZilla Server duplicate
Description

When uploading from a client that supports a : in the filename, the FileZilla will accept the file for download, but will store anything after the : as an alternate data stream.

I'm not sure if this is a bug, or a feature.

It might be good to include a configuration toggle to disable this behaviour (i.e. send an invalid filename message to the sender) by default, as I found it very surprising.

Test case:

From a BSD, Mac or Linux box, create a file named "a:b". Upload the file. The server will show a 0 byte file named a, with an alternate data stream b with all of the content.

#4707 Power Mangement, Standby, Suspend to disk Feature request normal FileZilla Server duplicate
Description

It would be great if filezilla server prevents PC going in Standby/Suspend to disk while a user is logged on / during file transfer. Best would be an option, so in special cases one can choose to prefer forcing standby/STD or protect user-logon/file transfer.

thanks a lot (for the environment :-)

(short) discussion:

http://forum.filezilla-project.org/viewtopic.php?f=6&t=12534

#4718 Dreamweaver SFTP with FIleZilla Server Other normal FileZilla Server rejected
Description

Hi,

I tried registering for forums but it kept saying my confirmation code was incorrect. I tried about 3 times from different computers and same, even though I was typing in the code from the graphic. May be it is IE8? I don't know. So logging a ticket instead hope that is okay.

I have downloaded FileZilla server and using/forcing SSL FTP. Works fine with WS_FTP client, but can't get it working with Dreamweaver MX 2004 or CS3. Ticking the SFTP (Secure FTP) box and it connects (if I change server port to listen on 22 or use :990 in url) but then times out (doesn't get past username/password) thing.

Will it work with Dreamweaver for secure FTP? If so any special setings?

#4741 Email notification Feature request low FileZilla Server duplicate
Description

I was wondering if there was a email notification for the FileZilla server. If not it would be helpful if there was one being put into a later version or update.

#4772 breaking RFC by replying 150 after establishing data connection Bug report normal FileZilla Server outdated
Description

Hi,

RFC 959 explains 125 and 150 (valid intermediate responses for STOR/RETR) as follows:

125 Data connection already open; transfer starting. 150 File status okay; about to open data connection.

If the data connection is already estabilished and after it the server receives STOR/RETR then it should respond with 125. I connected in passive mode using my custom client to verify this. I first estabilished a data channel and after it only I sent STOR but still got 150 which is wrong.

Following is part of my code :

data = new Socket(pasv_ip, pasv_port); data_os = data.getOutputStream(); data_is = data.getInputStream(); control_os.print("STOR " + "file.txt" + "\r\n"); System.out.print("---> STOR " + "file.txt" + "\n"); control_os.flush(); System.out.println(control_is.readLine());

However if I tried sending STOR before establishing data channel then Filezilla hanged while other servers were able to handle this scenario.

Regards, Parijat Bansal

#4780 530 more info : hosting.aruba.it/password Carlo Galli Other normal FileZilla Server invalid
Description

Hi, i have a website and i need upload some javascript files. The only way for do it is to upload with ftp access but when i write my user name and my password created on filezilla (my ftp is ftp.miosito.it) i read this message: 530 more info : hosting.aruba.it/password Then when i connect to the server into filezilla i read this report:

Stato: Risoluzione dell'indirizzo IP ftp.miosito.it in corso Stato: Connessione a 62.149.130.194:21... Stato: Connessione stabilita, in attesa del messaggio di benvenuto... Risposta: 220 Aruba FTP Server Comando: USER 1934372@… Risposta: 331 Password required for 1934372@…. Comando: PASS * Risposta: 530 more info : hosting.aruba.it/password Errore: Errore grave Errore: Impossibile collegarsi al server

Maybe i can't have the ftp client for my website.. my hosting provider i aruba and the kind of website that i have is nuke... Are this information useful for you?

Thanks Josef

#4792 FileZilla can't handle long path names Bug report normal FileZilla Server rejected
Description

Because you can't create a single ticket for both FileZilla client and server, I have created a duplicate one for each.

Both FileZilla client & server can't handle long path names. They are programmed to use the MAX_PATH constant when dealing with files, which only allows a full path/filename of up to 260 characters. This is only a limitation of FAT32 and doesn't exist on NTFS. This results in errors making it impossible to transfer files whose path names are too long.

For NTFS, there are ways of working around this limitation, allowing for path names of 32,768 characters (specified by GetVolumeInformation (lpMaximumComponentLength)). Utilizing UNC (unicode) filenames allows you to get around this.

For reference, see this MSDN page:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp

There is also a discussion on this forum page:

http://forum.sysinternals.com/printer_friendly_posts.asp?TID=5676

#4810 Plugin for Dreamweaver Site Manager to access fzdefaults.xml Feature request normal FileZilla Server rejected
Description

When using the Dreamweaver Site Manager it would display and manage all sites declared in the fzdefaults.xml file?

A few developers access the same Site Manager with FileZilla but we have to duplicate everything individually when using Dreamweaver CS4.

It would be awesome if we could manage all our sites from both Filezilla and Dreamweaver cs4

#4812 password problem Bug report normal FileZilla Server fixed
Description

every time i try to set a password it dose not assing the password i type e.g. if i use the password "hello" i cannot log in with this password and in server.xml it will say somthing like "5d41402abc4b2a76b9719d911017c592" this happens with or without groups on both my 450mhz p3 server running win 2000 sp4 and my advent netbook with a 1.6ghz intel atom running win xp sp3

#4862 Prompt on Quit Interface Feature request normal FileZilla Server duplicate
Description

It would be nice to have a prompt to quit the interface or at least minimize to tray on X and quit from a dropdown menu on there. Oftentimes I close the UI by accident. Many servers have it, and it should only take minutes to implement.

#4863 Ability to change Server process priority Feature request high FileZilla Server duplicate
Description

This one would be a very useful feature especially considering I've seen FZ server use up to 12% CPU on high load. Because the server runs in the background it's always activated. So I don't want it arbitrarily slowing down my computer when I'm doing something intensive. Also I know there are those people out there who would like to have it the other way around and use their server at high prio on dedicated machines.

I don't know what language FZ is written in but in VB it's dead easy to implement such a feature with SetPriorityClass. All itwould need is an entry to read and write to in the .ini advertising the feature, an option with the priority somewhere in the UI, (Realtime, AboveNormal, Normal, BelowNormal, and Low) and a bit of code that would apply the setting at two points - on startup and on saving settings. Sounds like fifteen minutes of work.

Many thanks.

#4885 PASV Bug report normal FileZilla Server rejected
Description

in server beta 0.9.33 under passive settings, when i specify the server IP, if the client sends PASV, the server responds incorrectly..

Oct 12 18:48:17.684: FTP: ---> PASV Oct 12 18:48:19.148: FTP: 200 Type set to I.

If i select default somehow the server sends the external IP address correctly. (possibly using the IP from the Server IP box)

Oct 12 19:10:49.735: FTP: ---> PASV Oct 12 19:10:49.815: FTP: 227 Entering Passive Mode (65,15,36,65,7,228)

#4887 Speed limit setting in bytes (not just in kbytes) Feature request normal FileZilla Server rejected
Description

I am using slow radio network and there I have need for setting UL/DL speed limit in bytes. Current minimun setting 1 kbyte/sec is way too high.

#4929 implicit port silently reset to 990 after every restart (v 0.9.33beta) Bug report normal FileZilla Server fixed
Description

After every server restart admin has to edit server options, SSL/TLS settings "Listen for implicit SSL/TLS connections on the following ports: (default: 990)" and manually delete the persistent 990 setting that reappears after restarts.

This can be particularly problematic when admin desires to force explicit FTP connections only since port 990 is actually opened and the server listens for implicit SSL/TLS connections as well.

a more wordy description can be read at the forum, post# http://forum.filezilla-project.org/viewtopic.php?f=6&t=13604

#4949 Critical error Error: Could not connect to server Bug report low FileZilla Server rejected
Description

whenever i am trying to connect to my server the following error message is appearing - critical error, could not connect to server

#4960 530 Server is busy Bug report low FileZilla Server rejected
Description

530 Server busy, erreur critique what is hapend please?

#4961 File Server.xml: ver 0.9.33 - tags with multilines text are reformatted on a single line Bug report normal FileZilla Server fixed
Description

I use FileZilla Server 0.9.33 beta In file "File Server.xml" I use the tag CDATA like in the following example:

<Item name="Initial Welcome Message" type="string"> <![CDATA[ .....text .....more text .....more more text ]]> </Item>

The problem is that fileZilla remove CDATA tag and reformat all my welcome message as one text line, as shown below

<Item name="Initial Welcome Message" type="string">.....text.....more text.....more more text<Item>

Regards

Andrea

#4980 Econnaborted - Connection aborted Bug report normal FileZilla Server rejected
Description

Hi

I am running Filezilla server 0.9.33 on Windows Server 2008 R2 and Filezilla Client 3.3.0 on Windows 7 and have some problems.

I have no problems connecting to the server (from Filezilla og other clients), but when I try to access a shared folder I get the error message: "Disconnected from server:ECONNABORTED - Connection failed" (sometimes i can browse one folder, but the next one triggers the error message).

I have tied both active and passive mode with the same result. I also turned off all the firewalls in Win Server 2008 and on the Win 7 client, but that didn't help. The server is connected to a router where all the ports for ftp and passv mode is opened, and I have tried connecting to the server from various locations and get the same errors.

Here are the logs: Server: (000002) 13.11.2009 21:18:08 - (not logged in) (62.148.39.161)> Connected, sending welcome message... (000002) 13.11.2009 21:18:08 - (not logged in) (62.148.39.161)> 220-FileZilla Server version 0.9.33 beta (000002) 13.11.2009 21:18:08 - (not logged in) (62.148.39.161)> 220-written by Tim Kosse (Tim.Kosse@…) (000002) 13.11.2009 21:18:08 - (not logged in) (62.148.39.161)> 220 Please visit http://sourceforge.net/projects/filezilla/ (000002) 13.11.2009 21:18:09 - (not logged in) (62.148.39.161)> USER Test (000002) 13.11.2009 21:18:09 - (not logged in) (62.148.39.161)> 331 Password required for test (000002) 13.11.2009 21:18:09 - (not logged in) (62.148.39.161)> PASS (000002) 13.11.2009 21:18:09 - test (62.148.39.161)> 230 Logged on (000002) 13.11.2009 21:18:09 - test (62.148.39.161)> PWD (000002) 13.11.2009 21:18:09 - test (62.148.39.161)> 257 "/" is current directory. (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> CWD /Seria/Battlestar Galactica (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> 250 CWD successful. "/Seria/Battlestar Galactica" is current directory. (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> TYPE I (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> 200 Type set to I (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> PASV (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> 227 Entering Passive Mode (10,0,0,10,195,81) (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> MLSD (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> 150 Connection accepted (000002) 13.11.2009 21:18:50 - test (62.148.39.161)> 226 Transfer OK (000002) 13.11.2009 21:19:09 - test (62.148.39.161)> disconnected.

Win 7 client: Status: Resolving address of fil.DOMAIN.com Status: Connecting to ..*.:21... Status: Connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.33 beta Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER Test Response: 331 Password required for test Command: PASS Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (,,,,,80) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Brian Kopp Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing Status: Resolving address of fil.DOMAIN.com Status: Connecting to ..*.:21... Status: Connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.33 beta Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER Test Response: 331 Password required for test Command: PASS Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /Seria Response: 250 CWD successful. "/Seria" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (,,*,,195,80) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /Seria/Battlestar Galactica/Season 3 Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing Status: Resolving address of fil.DOMAIN.com Status: Connecting to ..*.:21... Status: Connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.33 beta Response: 220-written by Tim Kosse (Tim.Kosse@…) Response: 220 Please visit http://sourceforge.net/projects/filezilla/ Command: USER Test Response: 331 Password required for test Command: PASS Response: 230 Logged on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /Seria/Battlestar Galactica Response: 250 CWD successful. "/Seria/Battlestar Galactica" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (,,*,,195,81) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /Seria/Battlestar Galactica/Season 2 Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing

Anyone have an idea whats wrong?

#5007 FZServer: more width of directory/alias list in user dialog Feature request normal FileZilla Server duplicate
Description

Is it possible to adopt the user interface of the user dialog in order to change the width of the 'directory/alias list'.

Because in my case I have long directory and alias names, and I want to show more at one view. So doubling the width of that list would be nice).

The file- and directory privileges could than be placed under the directory/alias list.

#5019 Fix precompiled header support for TinyXml Patch normal FileZilla Server fixed
Description

The committed TinyXml files miss to include stdafx.h as the first file for precompiled header support, which results in a compile error. The attached patch fixes this.

#5021 Remove small parts of useless code Patch normal FileZilla Server fixed
Description

The "aliases" string is built up but never used. Instead, it gets hidden by another variable also named "aliases" in the inner scope.

#5022 Fix a compiler warning in UsersListCtrl.cpp Patch normal FileZilla Server fixed
Description

Fix an signed / unsigned comparison warning.

#5023 Fix issues reported by code analyzer Patch normal FileZilla Server fixed
Description

Fix a few (possible) issues identified by the Visual Studio 2008 static code analyzer in the FZS Interface. Most issues are caused by uninitialized variables for certain (unlikely / presumably never to be taken) program flows, data type mismatches or hiding variables from outer scopes.

#5025 Also fix Debug / Memcheck targets for server project Patch normal FileZilla Server fixed
Description

Do not use PCH for TinyXml files, use Unicode character set.

#5026 Simplify code a little bit Patch normal FileZilla Server fixed
Description

m_pOptions is already checked before, skip the second check.

#5030 Minor settings dialog fixes Patch normal FileZilla Server fixed
Description

Resize some labels / shorten text in the interface GUI to make them fully readable. Minor grammar / punctuation changes.

#5038 Minor clean-ups in CServerThread::AddNewSocket() Patch normal FileZilla Server fixed
Description

This is just a by-product of some experiments.

#5057 Folder Shortcuts Appear as Both Folders and .lnk Files Bug report normal FileZilla Server fixed
Description

I'm using FileZilla Server 0.9.33 downloaded on 12/7/2009 (although the server interface reports it as 0.9.33 BETA) on Windows 7 x64 Ultimate and FileZilla client 3.3.0.1 on Windows Vista x64 Home Premium.

I was trying to access UNC's defined to the server, but I couldn't get it to work as defined in the forum sticky, and there was no response on the forums. So I thought about it, and decided a shortcut in the Home directory might work. And it did.

However, the shortcut appears in the client as both a folder and a .lnk file. The folder works as expected. The .lnk file can be downloaded. I also tested using Firefox 3.5.5 as the client, and both the folder and the .lnk file appear there, too. So I suspect this is a problem with the server.

I suggest that shortcuts appear only as the objects they link to. In my case, I should only see the folder in the client. In the case of a linked file, only the destination file should be seen.

Perhaps this should be an option in the server settings. But at a minimum, the .lnk itself should not be seen in the client, only the destination.

#5073 Filezilla server config issue Bug report normal FileZilla Server rejected
Description

The Filezilla server version I used is 0.9.29 Beta.In the General settings, if I modified the Number of Threads to 1(I have 2 processor in my Windows2008), So there shouldn't be 3 or more FTP sessions, but there really be 3 sessions run in the status pannel, after the third session created, it will take over one of the session which is running before, the session was discard when the task isn't over. In my opinion, the third session should wait till the prior is over.

#5074 Some memory leaks Bug report normal FileZilla Server fixed
Description

Hi,

Have you tried cppcheck? http://sourceforge.net/projects/cppcheck/

FileZilla Server\source\interface\misc\md5.cpp:252]: (error) Memory leak: s FileZilla Server\source\interface\misc\md5.cpp:269]: (error) Memory leak: s FileZilla Server\source\interface\misc\MarkupSTL.cpp:136]: (error) Mismatching allocation and deallocation: pBuffer FileZilla Server\source\misc\MarkupSTL.cpp:145]: (error) Mismatching allocation and deallocation: pBuffer FileZilla Server\source\misc\md5.cpp:261]: (error) Memory leak: s FileZilla Server\source\misc\md5.cpp:278]: (error) Memory leak: s

Good luck

#5075 STAT command Feature request normal FileZilla Server rejected
Description

Our banking software uses a fixed set of commands to check and then send information to an FTP server. While testing Filezilla, all the commands sent work up to the STAT command. The jobs fail because Filezilla sends back an error message when receiving STAT. I would like to know if it is possible to have Filezilla recognize and respond to the STAT command.

There are other commands issued after that as well, which are PORT, STOR FILES, and QUIT. I'd like to know if they work with Filezilla as well.

#5085 time for to in speed limits lost after reboot Bug report normal FileZilla Server fixed
Description

When setting speed limits at particular times, it is not being written to the xml file properly under Win7 64 bit

e.g. <SpeedLimits DlType="3" DlLimit="10" ServerDlLimitBypass="1" UlType="0" UlLimit="10" ServerUlLimitBypass="1"> <Download> <Rule Speed="25" Hour="6" Minute="0" Second="0"> <Days>127</Days> <From /> <To /> </Rule> <Rule Speed="12" Hour="23" Minute="0" Second="0"> <Days>127</Days> <From /> <To /> </Rule> </Download> <Upload /> </SpeedLimits>

As soon as the server is restated it loses the times you set the limits at.

Same on 9.33 and 9.34.

#5093 FileZilla Server version 0.9.34 beta Bug report normal FileZilla Server fixed
Description

FileZilla Settings > Autoban if a digit is keyed in for instance 1, a popup appears saying "Attempts has to be a number between 5 and 999." and it should be say the minimum number is 10 as the interface already tells. If for instance the number 5 is keyed in, you can save and the value is set to 10 instead.

Kind regards, Henk

#5113 log files need extra abilities ? Feature request normal FileZilla Server rejected
Description

hello,

Logging System in filezilla server is very poor. It would be nice to log per user, per group, and per actions. I would like to see, from the log file, what files has a client download. Also it would be nice for the user to make his own perriod of every log file not only per day. I have read and some other ideas in other tickets. I think the Logging System needs a review...

thanks Chrysostomos Kolovos

#5121 login error Bug report high FileZilla Server rejected
Description

Please help me with this issue,im using filezilla version 3.3.1

thank you

Status: Resolving address of ftp.classicbooksandgifts.com Status: Connecting to 66.147.240.25:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [TLS] ---------- Response: 220-You are user number 4 of 1000 allowed. Response: 220-Local time is now 08:53. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER ace Response: 331 User ace OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#5140 Cannot Connect to Server Bug report high FileZilla Server invalid
Description

I have verified by login information several times, been successful in using that information to connect to Dreamhost separate of FileZilla and FileZilla still reports being unable to connect to the server.

#5169 Map FTP Logins to Windows User Accounts Feature request normal FileZilla Server rejected
Description

I have a feeling I already know the answer to this request :) however, it needs to be asked.

I would like to have pass through authentication on the Filezilla server to the host os security provider. Specifically, I would like the ability to map an FTP Login (ACustomer) to a Windows Account (ACustomer) for two purposes: 1 - to use the Windows authentication (so password is only stored once) 2 - to use impersonation to validate User Access Permissions to files and directories in the Windows File System.

To the user, everything would still look like / behave like vanilla ftp; but this would simplify the administration side of things.

Life is too short to duplicate my os/file system security settings in the FileZilla Server UI.

#5171 Cannot Delete Folders Bug report normal FileZilla Server outdated
Description

I keep having this issue when I try to delete folders from the FTP site. They say file is in use, but they are not. Sometimes, the contents of the folders will delete but the actual folder cannot be deleted or renamed.

Command: PASV Response: 227 Entering Passive Mode (64,82,41,123,44,236). Command: LIST -a Response: 125 Data connection already open; Transfer starting. Response: 226 Transfer complete. Status: Directory listing successful Command: RMD Hitches for Crossovers Response: 550 Hitches for Crossovers: The process cannot access the file because it is being used by another process.

OR

Command: RMD (Mecum) iPhone App Response: 550 (Mecum) iPhone App: The process cannot access the file because it is being used by another process.

#5177 Network shares not working Bug report normal FileZilla Server wontfix
Description

I have a windows 2003 server that needs to share out some samba network resources, but I cant get it to work. As specified in the 'How to make network shares available using FileZilla Server' forum thread, I have: 1: Changed so that the filezilla service logs on with a user that has access to these resources. I have other services using this user that can access them. 2: Set Filezilla to use UNC-paths instead of mapped drives.

If I share one of these network folders with an alias, the folder doesnt show up at all. If I share one of them as home directory, I get an empty directory listing.

There are no errors in the client or in the server console at all.

#5206 Unable to generate cerificate Bug report high FileZilla Server fixed
Description

Under SSL/TSL settings, Generate new certificate button is missing presumably because the dialog box is too small to display that button in terms of vertical length.

#5214 MySQL Support Feature request high FileZilla Server duplicate
Description

Please add MySQL Accounting support to File-Zila Server

*Also server can store user-id and password in selected database *Administrator can be set Database , Table for stored information and , fields for user-id and password directly from file-zila server interface .

Sorry for my lite English . Thank you.

#5264 some files with chinese name can't upload Bug report normal FileZilla Server rejected
Description

When I failed to upload some files to server by IE, meanwhile some others can be uploaded. If I change the chinese names of the files to english names or some other chinese names , they can be uploaded. According to the log, the file names in the command STOR is wrong. (But the file names in the command DELE is right.) Although the file can be uploaded by other ftp clients, I don't think IE is wrong. I can upload the same files to other ftp server by IE. STOR 2010?月装机统?xls DELE 2010年1月装机统计.xls

(000023) 2010-03-11 21:23:23 - share (134.33.5.51)> TYPE I (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 200 Type set to I (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> PASV (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 227 Entering Passive Mode (134,33,5,252,14,169) (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> STOR 2010?月装机统?xls (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 150 Connection accepted (000023) 2010-03-11 21:23:23 - share (134.33.5.51)> 550 can't access file. (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> Connected, sending welcome message... (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-FileZilla Server version 0.9.34 beta (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-written by Tim Kosse (Tim.Kosse@…) (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220-Please visit http://sourceforge.net/projects/filezilla/ (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 220 Welcome to yanruichen' FTP site (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> USER share (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> 331 Password required for share (000025) 2010-03-11 21:23:23 - (not logged in) (134.33.5.51)> PASS * (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 230 Logged on (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> opts utf8 on (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 200 UTF8 mode enabled (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> PWD (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 257 "/" is current directory. (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> DELE 2010年1月装机统计.xls (000025) 2010-03-11 21:23:23 - share (134.33.5.51)> 550 File not found (000025) 2010-03-11 21:23:25 - share (134.33.5.51)> disconnected.

#5277 CPermissions Init Err Bug report high FileZilla Server fixed
Description

CPermissions has a member m_pPermissionsHelperWindow.The window is initilized After an CPermissions instance was added to the m_sInstanceList. In some critical case,another CPermissions instance may call the CPermissions::UpdateInstances().In this Func,the uninitlized window is used.Mem Crash!

ASSERT((*iter)->m_pPermissionsHelperWindow); m_pPermissionsHelperWindow is not initlized,so it might be any value ::PostMessage((*iter)->m_pPermissionsHelperWindow->GetHwnd(), WM_USER, 0, 0);

In my pc,Init helper window before add to list is ok.

#5296 cannot connect to server Bug report high FileZilla Server fixed
Description

I have never had issues connecting to server. I click on the green check button, it does it's thing, and I'm connected. Today, I updated to version 3.3.2.1 Now, when I click the green check button, it says: Status: Connecting to 69.39.232.66:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 200 allowed. Response: 220-Local time is now 08:08. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER kayceesc Response: 421 Sorry, cleartext sessions are not accepted on this server. Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 69.39.232.66:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 200 allowed. Response: 220-Local time is now 08:08. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER kayceesc Response: 421 Sorry, cleartext sessions are not accepted on this server. Error: Could not connect to server

I did not change any settings, I only updated to the latest version. What do I need to do in order to get a connection?

#5323 Associating "Public" permission with a windows user or group for CHMOD commands. Feature request normal FileZilla Server rejected
Description

Hi, As you know, CHMOD command is for Unix like systems. But there is a solution for Windows. And the ftp servers that support custom SITE commands can do CHMOD command. If Filzezilla server supports assigning "public", "group" and "owner" permissions to a windows user or group, we can use chmod commands even if the os is windows. But how? The answer is here: IIS has anonymous users to access the file system. For example, if a php script can access to a folder, it can access via iis_domain.com user which is an anonymous user account in Windows. And IIS run php script with this user. So, if iis_domain.com user doesn't has any write access to a folder, php script can't write to this folder. In unix, the user can use CHMOD to give write permission to public (anonymous) user. So, If there is an option in filezilla server, we can assign a windows user to "public" permission of CHMOD. For example, we can assign iis_domain.com to "public" permission, and if we send, SITE CHMOD xx6 A_Folder filezilla server will execute this: cacls.exe A_Folder /E /G "iis_domain.com":C

So CHMOD can be used in windows host. It is very very useful for shared web hosting.

Every chmod's public permission command has equivalent in windows permission: xx4 => :R (Read) xx6 => :C or :RW(Change) xx7 => :F (Full) xx2 => :W (Only Write) xx1 => :X (Only Execute) xx5 => :RX etc..

Regards.

#5328 Incorrect change of the listening port if changed in the XML and called with /reload-config Bug report normal FileZilla Server fixed
Description

Using FileZilla Server 0.9.34, the scenario to reproduce this bug is to change the listening port by changing the configuration file and call /reload-config.

  1. If changed in the GUI FZ Server correctly starts listening on the new port. Old connections are retained on the old port. Old port is dropped when the last old connection is closed.
  2. BUT: If changed directly in the XML and called with /reload-config, FZ Server fails to recognize the new port and does not start listening on it (though it is reflected in the GUI). Only a server restart helps, currently.

See this forum topic : http://forum.filezilla-project.org/viewtopic.php?f=6&t=15789

#5340 Private Key password encryption in FileZilla Server configuration file Feature request normal FileZilla Server rejected
Description

Hello!

It would be great if the private key password for SSL connections is kept encrypted in FileZilla Server XML configuration file as it is with ftp user passwords.

Thank You!

#5354 FileZila server Other high FileZilla Server invalid
Description

I have installed ur server on my pc with OS Windows7. I also created a user with user id and pw and linked a directory with this user. When I try to login ftp://127.0.0.1 from other machine, it does not prompt for a user id and pw to open that folder. I tried from many pc but failed. Pl let me know how any user can connect to my pc server? I am new to this and please help me.

Regards

Dilip

#5363 Feature request, banned files Feature request normal FileZilla Server rejected
Description

Request to add banned files, banned file types, allowing wildcards to user interface where banned files would not show in users directory listing and not be allowed to upload.

#5369 favicon not showing on webpage Other low FileZilla Server fixed
Description

I have a 16*16 .ico image in the root directory but it IE doesn't see it, could it be a problem with the server? Thanks

#5384 Server 0.9.34 Crash Bug report low FileZilla Server outdated
Description

I had 2 crashes of the server today. Maybe this info will help find a problem. Don't see a trigger.

Derek Jackson

Don't see a way to get you the dump file


Event Viewer Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 6/4/2010 Time: 4:45:49 PM User: N/A Computer: DENVER-FTP Description: Faulting application FileZilla Server.exe, version 0.9.34.0, faulting module FileZilla Server.exe, version 0.9.34.0, fault address 0x00007f68.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 46 69 6c ure Fil 0018: 65 5a 69 6c 6c 61 20 53 eZilla S 0020: 65 72 76 65 72 2e 65 78 erver.ex 0028: 65 20 30 2e 39 2e 33 34 e 0.9.34 0030: 2e 30 20 69 6e 20 46 69 .0 in Fi 0038: 6c 65 5a 69 6c 6c 61 20 leZilla 0040: 53 65 72 76 65 72 2e 65 Server.e 0048: 78 65 20 30 2e 39 2e 33 xe 0.9.3 0050: 34 2e 30 20 61 74 20 6f 4.0 at o 0058: 66 66 73 65 74 20 30 30 ffset 00 0060: 30 30 37 66 36 38 007f68


appcompat

<?xml version="1.0" encoding="UTF-16"?> <DATABASE> <EXE NAME="FileZilla Server.exe" FILTER="GRABMI_FILTER_PRIVACY">

<MATCHING_FILE NAME="dbghelp.dll" SIZE="940032" CHECKSUM="0xDD801F8E" BIN_FILE_VERSION="6.3.17.0" BIN_PRODUCT_VERSION="6.3.17.0" PRODUCT_VERSION="6.3.0017.0" FILE_DESCRIPTION="Windows Image Helper" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Debugging Tools for Windows(R)" FILE_VERSION="6.3.0017.0 (DbgBuild.040415-1850)" ORIGINAL_FILENAME="DBGHELP.DLL" INTERNAL_NAME="DBGHELP.DLL" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE93E1" LINKER_VERSION="0x50000" UPTO_BIN_FILE_VERSION="6.3.17.0" UPTO_BIN_PRODUCT_VERSION="6.3.17.0" LINK_DATE="05/25/2004 00:28:03" UPTO_LINK_DATE="05/25/2004 00:28:03" VER_LANGUAGE="English (United States) [0x409]" /> <MATCHING_FILE NAME="FileZilla Server Interface.exe" SIZE="1208832" CHECKSUM="0xA4A3C3D2" BIN_FILE_VERSION="0.9.34.0" BIN_PRODUCT_VERSION="0.9.34.0" PRODUCT_VERSION="0, 9, 34, 0" FILE_DESCRIPTION="FileZilla Server" COMPANY_NAME="FileZilla Project" PRODUCT_NAME="FileZilla Server" FILE_VERSION="0, 9, 34, 0" ORIGINAL_FILENAME="FileZilla server.EXE" INTERNAL_NAME="FileZilla Server" LEGAL_COPYRIGHT="Copyright (C) 2001-2009" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x133014" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.34.0" UPTO_BIN_PRODUCT_VERSION="0.9.34.0" LINK_DATE="12/30/2009 23:25:06" UPTO_LINK_DATE="12/30/2009 23:25:06" VER_LANGUAGE="German (Germany) [0x407]" /> <MATCHING_FILE NAME="FileZilla Server.exe" SIZE="703488" CHECKSUM="0x76D6E70F" BIN_FILE_VERSION="0.9.34.0" BIN_PRODUCT_VERSION="0.9.34.0" PRODUCT_VERSION="0, 9, 34, 0" FILE_DESCRIPTION="FileZilla Server" COMPANY_NAME="FileZilla Project" PRODUCT_NAME="FileZilla Server" FILE_VERSION="0, 9, 34, 0" ORIGINAL_FILENAME="FileZilla server.EXE" INTERNAL_NAME="FileZilla Server" LEGAL_COPYRIGHT="Copyright (C) 2001-2009" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xB609A" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.34.0" UPTO_BIN_PRODUCT_VERSION="0.9.34.0" LINK_DATE="12/30/2009 23:24:33" UPTO_LINK_DATE="12/30/2009 23:24:33" VER_LANGUAGE="German (Germany) [0x407]" /> <MATCHING_FILE NAME="FzGSS.dll" SIZE="82944" CHECKSUM="0x8D8391F1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x234BB" LINKER_VERSION="0x0" LINK_DATE="12/30/2009 23:24:36" UPTO_LINK_DATE="12/30/2009 23:24:36" /> <MATCHING_FILE NAME="libeay32.dll" SIZE="1012224" CHECKSUM="0x6A02F89C" BIN_FILE_VERSION="0.9.8.12" BIN_PRODUCT_VERSION="0.9.8.12" PRODUCT_VERSION="0.9.8l" FILE_DESCRIPTION="OpenSSL Shared Library" COMPANY_NAME="The OpenSSL Project, http://www.openssl.org/" PRODUCT_NAME="The OpenSSL Toolkit" FILE_VERSION="0.9.8l" ORIGINAL_FILENAME="libeay32.dll" INTERNAL_NAME="libeay32" LEGAL_COPYRIGHT="Copyright © 1998-2007 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9DD3" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.8.12" UPTO_BIN_PRODUCT_VERSION="0.9.8.12" LINK_DATE="12/31/2009 09:16:29" UPTO_LINK_DATE="12/31/2009 09:16:29" VER_LANGUAGE="English (United States) [0x409]" /> <MATCHING_FILE NAME="ssleay32.dll" SIZE="200704" CHECKSUM="0x97E87E19" BIN_FILE_VERSION="0.9.8.12" BIN_PRODUCT_VERSION="0.9.8.12" PRODUCT_VERSION="0.9.8l" FILE_DESCRIPTION="OpenSSL Shared Library" COMPANY_NAME="The OpenSSL Project, http://www.openssl.org/" PRODUCT_NAME="The OpenSSL Toolkit" FILE_VERSION="0.9.8l" ORIGINAL_FILENAME="ssleay32.dll" INTERNAL_NAME="ssleay32" LEGAL_COPYRIGHT="Copyright © 1998-2007 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x3C640" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.9.8.12" UPTO_BIN_PRODUCT_VERSION="0.9.8.12" LINK_DATE="12/31/2009 09:16:48" UPTO_LINK_DATE="12/31/2009 09:16:48" VER_LANGUAGE="English (United States) [0x409]" /> <MATCHING_FILE NAME="Uninstall.exe" SIZE="45365" CHECKSUM="0x90CACDA" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x60001" LINK_DATE="09/09/2009 13:23:23" UPTO_LINK_DATE="09/09/2009 13:23:23" />

</EXE> <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">

<MATCHING_FILE NAME="kernel32.dll" SIZE="984576" CHECKSUM="0xF0B331F6" BIN_FILE_VERSION="5.1.2600.3119" BIN_PRODUCT_VERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.3119 (xpsp_sp2_gdr.070416-1301)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.3119" UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119" LINK_DATE="04/16/2007 15:52:53" UPTO_LINK_DATE="04/16/2007 15:52:53" VER_LANGUAGE="English (United States) [0x409]" />

</EXE> </DATABASE>


manifest

Server=watson.microsoft.com UI LCID=1033 Flags=1672016 Brand=WINDOWS TitleName=FileZilla Server.exe DigPidRegPath=HKLM\Software\Microsoft\Windows NT\CurrentVersion\DigitalProductId ErrorText=If you were in the middle of something, the information you were working on might be lost. Stage1URL= Stage1URL=/StageOne/FileZilla Server_exe/0_9_34_0/FileZilla Server_exe/0_9_34_0/00007f68.htm Stage2URL= Stage2URL=/dw/stagetwo.asp?szAppName=FileZilla Server.exe&szAppVer=0.9.34.0&szModName=FileZilla Server.exe&szModVer=0.9.34.0&offset=00007f68 DataFiles=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WER98a1.dir00\FileZilla Server.exe.mdmp|C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WER98a1.dir00\appcompat.txt Heap=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WER98a1.dir00\FileZilla Server.exe.hdmp ErrorSubPath=FileZilla Server.exe\0.9.34.0\FileZilla Server.exe\0.9.34.0\00007f68 DirectoryDelete=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\WER98a1.dir00


LOG

[http:\\todayworks.com\LargeFiles\fzs-2010-06-04.txt]

#5390 Server - File Zilla - No Administrator Password Needed Bug report normal FileZilla Server rejected
Description

When you uninstall file zilla server and get rid of all settings (haven't tested with keeping settings) it doesn't prompt for a new password when you reinstall but it lets you login to server admin console with any or no password at all

#5393 Passwords/Accounts stop working or won't work Bug report critical FileZilla Server invalid
Description

We have a Filezilla Server installation on Windows Server 2008 Data Center edition SP2.

We havea about 70 FTP users connecting using Chilkat clients.

We recented changed some security issues and modified each password and added an extension to it.

All of a sudden some accounts can't log in.

In most cases if I replace the password with a completely different password and then set it back to the expected password it will work.

In some cases the very account will not work. The folder name the account points to is not changed. If I create a new account with a different name and password and point it to access the folder for the account that fails, it works fine. If I rename the now working account to the same name as the previous account that failed, it will stop working also. This have been verified more than a few times.

I have tried to find some way of "forcing a re-initialization" of the account name/passwords but I am unable to find anything.

I have scoured the forum but didn't find anythink explaining my problem except one post that says "accounts just don't stop working". But in my case, I have about 10 accounts that have stopped working and I am in the process of having to reset up all the accounts with new names and passwords.

#5417 retrieving previous logs on admin interface startup Feature request normal FileZilla Server rejected
Description

retrieving previous logs on admin interface startup is what i miss, specially when managing server from different computer than server (which is typical - server is on separate computer). in addition there should be option for retrieving number of lines from logs or number of days (maybe with possibility to choose the range of days), and possibility to search text inside log (displayed or the whole saved)

#5424 http://ip.filezilla-project.org/ip.php returns 127.0.0.1, breaks active mode connections Bug report high FileZilla Server outdated
Description

hi guyz i entered http://ip.filezilla-project.org/ip.php but shows 127.0.0.1 many people had this problem when using older versions of filezilla but this is the newest !

#5429 Foreign Characters Getting Stripped from filenames Bug report high FileZilla Server worksforme
Description

Hello, I have a client using FileZilla server 0.9.34 (I have the same and can recreate this). The files are coming from Germany with these names (Gehäusedeckel_D17.ipt, Gehäuse_D17.ipt, Gehäuse_D17 HS.ipt)

When we/he enters the files into our system through FileZilla server, the special characters are being stripped out (Gehuse_D17 HS.ipt, Gehuse_D17.ipt, Gehusedeckel_D17.ipt ) from the filenames on the server.

This is causing HUGE problems with legacy files that still have the special characters in the filenames. Filezilla does not recognize these older files - at all.

(000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> 550 File not found (000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> RETR \Zilla1\Gehuse_D17.ipt (000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> 550 File not found

Is there a setting we can pick to stop Filezilla from stripping out these characters?

#5452 ftp.agrementit.com Error 550 failed to change directory Bug report high FileZilla Server outdated
Description

As the manager of the ftp, when I try to open some files, the response "550 failed to change directoy" occurs and I don't have access to the content of theses files. The ftp is ftp.agementit.com and the login is agrementu.

Here is a copy of the error which appears (in french):

Commande : CWD 03. Informations personnelles Réponse : 550 Failed to change directory. Erreur : Échec lors de la récupération du contenu du dossier

Thanks for your help

#5457 Error: Could not connect to server Salvo Bug report critical FileZilla Server rejected
Description

Hello, I was uploading a folder with some files and after having tryed to upload some other files I closed the program. When I opened the program again it showed this message below. Then I tryed with another computer, it worked well. I uploaded the same files and it didn't work anymore. Would you please help me to fix this problem? Thanks


Status: Resolving address of xxxxxxx.netsolhost.it Status: Connecting to 62.149.140.133:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 133 of 500 allowed. Response: 220-Local time is now 17:58. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER 1359183@… Response: 331 User xxxxxxxxxxxxx OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#5499 FileZilla Server 0.9.36 - Fix spelling errors in Options - Miscellaneous dialog window Patch normal FileZilla Server fixed
Description
  1. In the Miscellaneous settings dialog the text 'Adjust these values if you get very slow transferrates' should read 'Adjust these values if you get very slow transfer rates'.
  1. In the Miscellaneous settings dialog the text '.......buffer size carefully, too high.....' the text should read '.....buffer size carefully. Too high....' (The comma should be replaced with a full stop, then a new sentence started).
#5502 Filezilla-server takes up to 100% CPU after setting per-user speed limit Bug report normal FileZilla Server fixed
Description

I found a similar issue in filezilla forum: http://forum.filezilla-project.org/viewtopic.php?f=6&t=850

Unfortunately, the bug hasn't been fixed because you can easily reproduce this phenomenon by the following step:

  1. Install the fresh filezilla server,create a user(assuming username is admin),set the speed limit to 2MB/s

2.Write a ftp client code to connect-login-download something from the server(follow the FTP RFCs)

3.After download complete, send 'QUIT' command to filezilla, and do *NOT* wait the server responses '226 Transfer OK' then close the socket, then reconnect the filezilla server again to download another file.(I know this step is not strictly follow the RFCs, but it's still a bug, right?)

In my test code, the CPU usage of filezilla goes up to 100% every 2 times.

#5520 more "user" commands in server Feature request normal FileZilla Server rejected
Description

right now the only commands are kick or ban users. i'd like to see more commands to this menu.

for example: go to folder (for this file they dl or ul)

and other file commands: delete , rename, launch, etc

view log for this user (day, quota etc)

priority up/down for this user

sorting users by column in the lower part of the server (only seems to work for ID/account)

#5529 Doesn't overwrite Bug report normal FileZilla Server outdated
#5546 0.9.35-0.9.36 cannot show Chinese characters correctly in upper log window of Admin Interface Bug report normal FileZilla Server fixed
Description

I noticed the changelog:

FileZilla Server 0.9.35 released
New features:
   * Administration interface is now Unicode enabled.

After I updated from 0.9.34 to 0.9.35 and 0.9.36, 0.9.35+ cannot show Chinese characters in upper log window of Admin Interface, but correctly in lower connect-threads window, log files and client. And everything works but log window of Admin Interface.

FileZilla Server 0.9.35 & 0.9.36 Windows XP Professional SP3 AMD Athlon 64 X2 4200+ (2.2G)

Here are some screenshots: http://a.imageshack.us/img714/4308/ftpfolderandfile.png http://a.imageshack.us/img97/8715/filezillaserverwelcomem.png http://a.imageshack.us/img833/9282/filezillaclienttesttran.png http://a.imageshack.us/img827/8291/filezillaserveradminint.png

#5547 SSL Explicit Connection - Ignores Passive Mode Settings Bug report high FileZilla Server invalid
Description

Hello!

FileZilla Server 0.9.36

Listen Port: 21 IP Bindings: * Passive mode settings: Tried Default, Use the following IP (hostname), Use the following IP (IP address), Retrieve external IP address from. Don't use external IP for local connections : True Use custom port range: 5000 - 5010

Client set to "SSL Explicit Encryption" port 21.

Client connects:

(000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> 200 Protection level set to P (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> PWD (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> 257 "/" is current directory. (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> TYPE A (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> 200 Type set to A (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> PORT 192,168,1,2,41,63 (000007)22/08/2010 12:25:39 - user (xx.xx.xxx.xx)> 200 Port command successful (000007)22/08/2010 12:25:40 - user (xx.xx.xxx.xx)> LIST -a (000007)22/08/2010 12:25:40 - user (xx.xx.xxx.xx)> 150 Opening data channel for directory list. (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> 425 Can't open data connection. (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> TYPE A (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> 200 Type set to A (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> PORT 192,168,1,2,41,74 (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> 200 Port command successful (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> LIST (000007)22/08/2010 12:25:50 - user (xx.xx.xxx.xx)> 150 Opening data channel for directory list. (000007)22/08/2010 12:26:01 - user (xx.xx.xxx.xx)> 425 Can't open data connection.

Client reports:

Error listing directory '/'.

"The server cannot open connection in active mode. If the problem persists, consider switching to passive mode. Could not retrieve directory listing Can't open data connection."

If client explicitly requests passive, connection proceeds as normal and directory listing is displayed.

From the log it appears the client is being given the IP 192.168.1.2 to connect to (the server's internal IP), despite FileZilla Server being told it should use the external IP. Manipulating the Passive Mode IP settings makes no difference.

Installed Visual C++ 2010 Express and also installed the source from the installer and could not find Gftp project or the readme.txt, the source therefore appears incomplete. Is the source on SVN?

#5569 Filezilla changed most of my icons to their icon Bug report high FileZilla Server wontfix
Description

I could not find any reference to this problem happening to anyone else. I have downloaded the server and the FTP client from

https://www.ohloh.net/p/filezilla/download?filename=FileZilla_Server-0_9_36.exe

It has become difficult to research this thoroughly because every llnk I click on opens up another Filezilla Server window (version Copyright 2001-2010 by Tim Kosse (tim.kosse@…). As I was trying to get the server authenticated, the icons suddenly changed to the Filezilla icon, the one with a red FZ on a white background.

I would have completely shutdown my computer and restarted it, but the icons remained changed. I would appreciate your help with this asap.

Carol Butler [screenprint: [[[Image(C:\Users\Carol\Pictures\Picasa\Screen Captures)]]] not sure this will work

#5570 Server options settings copied to another machine not working Bug report low FileZilla Server worksforme
Description

Copied the "FileZilla Server.xml" and "FileZilla Server Interface.xml" to another computer, and the settings are not imported, just the user settings.

Original settings are from FZ 0.9.33 beta; new version is 0.9.36 beta.

The xml files does contain all info, but the new computer just doesnt recognise de server message, ip filters, etc.

Not even after stoppping service and restart. I will include here the procmon checking and writting the new xml file.

Any way, awesome program. Thank you. Adelino

#5575 Warn about "Routing and Remote Access" Feature request critical FileZilla Server outdated
Description

"Routing and Remote Access" service (which is enabled and set to Autostart by default in some server versions of Windows) might mangle outgoing FTP packets, replacing the server's external IP-address (such as 96.68.37.69) in PASV responses with server's local IP-address (such as 192.168.0.1) if the server in question is running behind NAT.

Such behaviour was observed on Windows SBS Server 2003 SP2. It can be verified by running Wireshark and comparing actual outgoing packets with Filezilla server log records.

Filezilla server should at least warn the user, if this service is running, that it might affect passive mode, otherwise people will be clueless.

I do not know whether this "feature" of RRA can be disabled or not, i have fixed it by disabling RRA itself.

#5578 Problem uploading large files with .tif extensions Other high FileZilla Server outdated
Description

I backup client's data remotely to my server behind a NAT router. I service about 20 clients. The data contains .doc, .bak, and .tif file extensions. I upload from multiple clients at a time. The size of uploads range from 4 GB to 45 GB. Client's data that is 6 GB or smaller seem to transfer ok. Now the clients with data larger than 6 GB seems to always fail or never completely transfer over. So i end up with a way smaller file size after transfer. Whenever i try to open any of the image files that were transferred, i receive this error message stating "The Compressed (zipped) folder is invalid or corrupted". What can i do to prevent this problem from happenening?

I also notice that the uploads take 24-48 hrs to fully complete. Is this normal? Or would that have to do with the speed of my ISP?

On another note, when i check the status of the uploads, i notice that some of the clients that have already finished the file transfer, are still shown in the status pane. No progress shown but the ip address and user's name of the file that was transferred are visible. I would usually just have to "Kick User" to clear it from there. Is this a common problem, and will it have any effect on any existing downloads/uploads?

#5581 FTPS does not work Bug report high FileZilla Server outdated
Description

Configured Filezilla server v. 0.9.36 for FTPES and FTPS.

FTPES works OK: at first login server send client certificate, after accepting, it connects to the site. FTPS does not work: same client, same server. Server does not sends certificate to client. Up on connection, I receive error: "500 Syntax error, command unrecognized".

I thought it was due to firewall so installed server and client on the same machine to remove and dependencies on firewall or routers: same result. I tested this with server version 0.9.34, 0.9.35.

CLient is Filezilla 3.3.4.1 but i had same results with SmartFTP client. FTPES log: Status: Resolving address of nycw9854 Status: Connecting to 10.3.7.240:21... Status: Connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.36 beta Response: 220 DD Test Command: AUTH TLS Response: 234 Using authentication type TLS Status: Initializing TLS... Status: Verifying certificate... Command: USER ddtest Status: TLS/SSL connection established. Response: 331 Password required for ddtest Command: PASS Response: 230 Logged on Command: SYST Response: 215 UNIX emulated by FileZilla Command: FEAT Response: 211-Features: Response: MDTM Response: REST STREAM Response: SIZE Response: MLST type*;size*;modify*; Response: MLSD Response: AUTH SSL Response: AUTH TLS Response: UTF8 Response: CLNT Response: MFMT Response: 211 End Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Protection level set to P Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (10,3,7,240,19,138) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Disconnected from server

FTPS log: Status: Resolving address of nycw9854 Status: Connecting to 10.3.7.240:990... Status: Connection established, initializing TLS... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of nycw9854 Status: Connecting to 10.3.7.240:990... Status: Connection established, initializing TLS... Error: Connection timed out Error: Could not connect to server

Server log:

(000011)9/10/2010 16:46:12 PM - (not logged in) (10.3.7.240)> Connected, sending welcome message... (000011)9/10/2010 16:46:12 PM - (not logged in) (10.3.7.240)> AUTH TLS (000011)9/10/2010 16:46:12 PM - (not logged in) (10.3.7.240)> 234 Using authentication type TLS (000011)9/10/2010 16:46:13 PM - (not logged in) (10.3.7.240)> SSL connection established (000011)9/10/2010 16:46:23 PM - (not logged in) (10.3.7.240)> USER ddtest (000011)9/10/2010 16:46:23 PM - (not logged in) (10.3.7.240)> 331 Password required for ddtest (000011)9/10/2010 16:46:23 PM - (not logged in) (10.3.7.240)> PASS (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 230 Logged on (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> SYST (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 215 UNIX emulated by FileZilla (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> FEAT (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 211-Features: (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> MDTM (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> REST STREAM (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> SIZE (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> MLST type*;size*;modify*; (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> MLSD (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> AUTH SSL (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> AUTH TLS (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> UTF8 (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> CLNT (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> MFMT (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 211 End (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> PBSZ 0 (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 200 PBSZ=0 (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> PROT P (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 200 Protection level set to P (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> PWD (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 257 "/" is current directory. (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> TYPE I (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 200 Type set to I (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> PASV (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 227 Entering Passive Mode (10,3,7,240,19,138) (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> MLSD (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 150 Connection accepted (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> SSL connection for data connection established (000011)9/10/2010 16:46:23 PM - ddtest (10.3.7.240)> 226 Transfer OK (000011)9/10/2010 16:46:31 PM - ddtest (10.3.7.240)> disconnected. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> Connected, sending welcome message... (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> C (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> ?LŠ™·ù$´26*ŽÃ‚ AŽ¯²N®ç‰ \›&‡(000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 3 (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 9 (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 2 (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 8 (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> f (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> / (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 5 (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> (000012)9/10/2010 16:46:31 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000012)9/10/2010 16:46:52 PM - (not logged in) (10.3.7.240)> disconnected. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> Connected, sending welcome message... (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> C (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> ?LŠ™ä×mCßõ¿Wü è$¥8áâÚVèjÈ!Ú (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 3 (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 9 (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 2 (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 8 (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> f (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> / (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 5 (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> (000013)9/10/2010 16:46:57 PM - (not logged in) (10.3.7.240)> 500 Syntax error, command unrecognized. (000013)9/10/2010 16:47:18 PM - (not logged in) (10.3.7.240)> disconnected.

Filezilla Server and Filezilla client installed on the same machine - for test.

#5626 protocol error with invalid data message Bug report normal FileZilla Server duplicate
Description

I am trying to transfer files from a zip file into a folder, then use filezilla to make the files available for others to download.

I,ve searched the forum, read and followed a how to use Filezilla tutorial but I keep getting:

FileZilla Server version 0.9.36 beta Copyright 2001-2010 by Tim Kosse (tim.kosse@…) Connecting to server... Connected, waiting for authentication Logged on Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings

Also, do I need to download Filezilla Client for transfering the fike making them available for others THEN download and use SERVER to make files available for others to download? Because I only used the SERVER. I am using a Window vista computer

#5627 protocol error with invalid data message Bug report normal FileZilla Server outdated
Description

I am trying to transfer files from a zip file into a folder, then use filezilla to make the files available for others to download.

I,ve searched the forum, read and followed a how to use Filezilla tutorial but I keep getting:

FileZilla Server version 0.9.36 beta Copyright 2001-2010 by Tim Kosse (tim.kosse@…) Connecting to server... Connected, waiting for authentication Logged on Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings Retrieving account settings, please wait... Done retrieving account settings Sending account settings, please wait... Protocol error: Invalid data, could not import account settings. Could not change account settings

Also, do I need to download Filezilla Client for transfering the fike making them available for others THEN download and use SERVER to make files available for others to download? Because I only used the SERVER. I am using a Window vista computer

#5628 Problem concerning the connection to the server Other normal FileZilla Server worksforme
Description

The assistant of the connection give me this report when I try to connect:

Comprobando si la IP externa es correcta IP 109.129.204.244 baj-bcj-cae-cee Respuesta: 200 OK PREP 1859 Respuesta: 200 Using port 1859, data token 86551133 PORT 109,129,204,244,7,67 Conexión cerrada

When I try to connect by myself, it indicate me that the time has been extended :

Estado: Resolviendo la dirección de www.myquickdomains.com Estado: Conectando a 64.202.189.170:21... Error: Conexión superó el tiempo de espera Error: No se pudo conectar al servidor Estado: Esperando para reintentar... Estado: Resolviendo la dirección de www.myquickdomains.com Estado: Conectando a 64.202.189.170:21... Error: Conexión superó el tiempo de espera Error: No se pudo conectar al servidor

What can I do ? My host name and password was correct.

Regards

#5630 When the shared folder is set on USB memory, the writing date cannot be acquired. Bug report normal FileZilla Server worksforme
Description

I am a developer of the FTP client software. http://labs.laurahouse.net/syncmemo/introduction

There is a problem when USB Memory is specified for the shared folder with FileZilla.

My client software up-loads the file, and acquires LIST of the file immediately. However, FileZilla doesn't return correct information on the update time.

The log is shown below.

01 2010-10-11 19:23:41.456 SyncMemo[3611:6a2b] setLog:Login start.
02 2010-10-11 19:23:41.470 SyncMemo[3611:6a2b] RESPONSE[220-FileZilla Server version 0.9.36 beta]
03 2010-10-11 19:23:41.472 SyncMemo[3611:6a2b] RESPONSE[220-written by Tim Kosse (Tim.Kosse@gmx.de)]
04 2010-10-11 19:23:41.477 SyncMemo[3611:6a2b] RESPONSE[220 Please visit http://sourceforge.net/projects/filezilla/]
05 2010-10-11 19:23:41.478 SyncMemo[3611:6a2b] COMMAND[USER user]
06 2010-10-11 19:23:41.481 SyncMemo[3611:6a2b] RESPONSE[331 Password required for daisuke]
07 2010-10-11 19:23:41.482 SyncMemo[3611:6a2b] COMMAND[PASS *******]
08 2010-10-11 19:23:41.486 SyncMemo[3611:6a2b] RESPONSE[230 Logged on]
09 2010-10-11 19:23:41.488 SyncMemo[3611:6a2b] COMMAND[CWD Documents/Memo]
10 2010-10-11 19:23:41.491 SyncMemo[3611:6a2b] RESPONSE[250 CWD successful. "/Documents/Memo" is current directory.]
11 2010-10-11 19:23:41.492 SyncMemo[3611:6a2b] COMMAND[TYPE I]
12 2010-10-11 19:23:41.495 SyncMemo[3611:6a2b] RESPONSE[200 Type set to I]
13 2010-10-11 19:23:41.496 SyncMemo[3611:6a2b] COMMAND[OPTS UTF8 OFF]
14 2010-10-11 19:23:41.501 SyncMemo[3611:6a2b] RESPONSE[200 UTF8 mode disabled]
15 2010-10-11 19:23:41.503 SyncMemo[3611:6a2b] setLog:Login complete.
16 2010-10-11 19:23:41.504 SyncMemo[3611:6a2b] COMMAND[PASV]
17 2010-10-11 19:23:41.507 SyncMemo[3611:6a2b] RESPONSE[227 Entering Passive Mode (192,168,0,105,6,237)]
18 2010-10-11 19:23:41.510 SyncMemo[3611:6a2b] COMMAND[LIST -lT]
19 2010-10-11 19:23:41.516 SyncMemo[3611:6a2b] RESPONSE[150 Connection accepted]
20 2010-10-11 19:23:41.520 SyncMemo[3611:6a2b] RESPONSE[226 Transfer OK]
21 2010-10-11 19:23:41.525 SyncMemo[3611:6a2b] setLog:  test.txt upload.
22 2010-10-11 19:23:41.527 SyncMemo[3611:6a2b] COMMAND[PASV]
23 2010-10-11 19:23:41.531 SyncMemo[3611:6a2b] RESPONSE[227 Entering Passive Mode (192,168,0,105,6,238)]
24 2010-10-11 19:23:41.533 SyncMemo[3611:6a2b] COMMAND[STOR test.txt]
25 2010-10-11 19:23:41.539 SyncMemo[3611:6a2b] RESPONSE[150 Connection accepted]
26 2010-10-11 19:23:41.567 SyncMemo[3611:6a2b] RESPONSE[226 Transfer OK]
27 2010-10-11 19:23:41.569 SyncMemo[3611:6a2b] COMMAND[PASV]
28 2010-10-11 19:23:41.573 SyncMemo[3611:6a2b] RESPONSE[227 Entering Passive Mode (192,168,0,105,6,239)]
29 2010-10-11 19:23:41.577 SyncMemo[3611:6a2b] COMMAND[LIST -lT]
30 2010-10-11 19:23:41.587 SyncMemo[3611:6a2b] RESPONSE[150 Connection accepted]
31 2010-10-11 19:23:41.589 SyncMemo[3611:6a2b] RESPONSE[226 Transfer OK]
32 2010-10-11 19:23:41.590 SyncMemo[3611:6a2b] parsedString[-rw-r--r-- 1 ftp ftp              4 Oct 11  2010 test.txt] 
33 2010-10-11 19:23:41.601 SyncMemo[3611:6a2b] COMMAND[QUIT]
34 2010-10-11 19:23:41.604 SyncMemo[3611:6a2b] RESPONSE[221 Goodbye]

24th line: up-loading 29th line: LIST command 32nd line: Result

After a few seconds, I acquired the list again. Then, it was possible to acquire it with the update that I expected as follows.

2010-10-11 19:24:02.354 SyncMemo[3611:691f] parsedString[-rw-r--r-- 1 ftp ftp              4 Oct 11 19:23 test.txt]

The latest writing date is expected for the client side to be returned.

This problem has not occurred in HDD. It is thought that the writing speed of USB Memory causes the problem.

#5635 MKD command should return directory-name on success Bug report normal FileZilla Server fixed
Description

RFC 959: "upon successful completion of an MKD command, the server should return a line of the form:

257<space>"<directory-name>"<space><commentary>

FileZilla returns: C: MKD Folder1 S: 257 Directory created successfully

#5641 windows explorer cannot upload some files with special name Feature request high FileZilla Server wontfix
Description

Uploading file "306待产包.jpg" to filezilla server fails with windows explorer, but successes with filezilla client. Not all chinese named files fails, but occurs rather frequently. Seems a character handling related bug.

the full error log:

(000019)2010-10-19 12:54:08 - (not logged in) (127.0.0.1)> Connected, sending welcome message... (000019)2010-10-19 12:54:08 - (not logged in) (127.0.0.1)> 220 FileZilla Server version 0.9.37 beta written by Tim Kosse (Tim.Kosse@…) Please visit http://sourceforge. (000019)2010-10-19 12:54:08 - (not logged in) (127.0.0.1)> USER me (000019)2010-10-19 12:54:08 - (not logged in) (127.0.0.1)> 331 Password required for me (000019)2010-10-19 12:54:08 - (not logged in) (127.0.0.1)> PASS (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 230 Logged on (000019)2010-10-19 12:54:08 - me (127.0.0.1)> opts utf8 on (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 200 UTF8 mode enabled (000019)2010-10-19 12:54:08 - me (127.0.0.1)> PWD (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 257 "/" is current directory. (000019)2010-10-19 12:54:08 - me (127.0.0.1)> CWD /incoming/ (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 250 CWD successful. "/incoming" is current directory. (000019)2010-10-19 12:54:08 - me (127.0.0.1)> noop (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 200 OK (000019)2010-10-19 12:54:08 - me (127.0.0.1)> CWD /incoming/ (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 250 CWD successful. "/incoming" is current directory. (000019)2010-10-19 12:54:08 - me (127.0.0.1)> TYPE A (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 200 Type set to A (000019)2010-10-19 12:54:08 - me (127.0.0.1)> PASV (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,6,66) (000019)2010-10-19 12:54:08 - me (127.0.0.1)> LIST (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 150 Connection accepted (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 226 Transfer OK (000019)2010-10-19 12:54:08 - me (127.0.0.1)> noop (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 200 OK (000019)2010-10-19 12:54:08 - me (127.0.0.1)> CWD /incoming/ (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 250 CWD successful. "/incoming" is current directory. (000019)2010-10-19 12:54:08 - me (127.0.0.1)> TYPE I (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 200 Type set to I (000019)2010-10-19 12:54:08 - me (127.0.0.1)> PASV (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,6,68) (000019)2010-10-19 12:54:08 - me (127.0.0.1)> STOR 306待产?jpg (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 150 Connection accepted (000019)2010-10-19 12:54:08 - me (127.0.0.1)> 550 can't access file.

#5642 FTP/SSL client certificate support Feature request low FileZilla Server rejected
Description

Please implement it in future. As usual, with 'support/require/do not check' options. And maybe an option to restrict each user/group to specific certificate.

#5646 MLSD for specific folder does not return any results Bug report normal FileZilla Server outdated
Description
  1. Create folder
  2. MLSD folder
  3. Empty string is returned over data connection
  4. Expected: MLS response for that folder.

It works fine with files. It returns 550 Directory not found when folder does not exist, which is also correct.

S: 220-FileZilla Server version 0.9.36 beta S: 220-written by Tim Kosse (Tim.Kosse@…) S: 220 Please visit http://sourceforge.net/projects/filezilla/ ... C: MKD mlsd_specific_folder S: 257 Directory created successfully C: PORT 127,0,0,1,190,16 S: 200 Port command successful C: MLSD mlsd_specific_folder Data connection established. S: 150 Opening data channel for directory list. S: 226 Transfer OK S: C: QUIT

#5647 MKD command ignores leading spaces Bug report normal FileZilla Server fixed
Description

Leading spaces are truncated by MKD commands. Same issue also exists for files.

S: 220-FileZilla Server version 0.9.36 beta
S: 220-written by Tim Kosse (Tim.Kosse@gmx.de)
S: 220 Please visit http://sourceforge.net/projects/filezilla/
...
C: MKD  Folder1
S: 257 Directory created successfully
C: MKD Folder1
S: 550 Directory already exists


#5649 Filezilla client shows empty directory listing on remote site Bug report normal FileZilla Server fixed
Description

Hi

I am using Filezilla 0.9.27 beta as my server and having read some similar threads I have just downgraded my client to Filezilla 3.1.3.1 from Filezilla 3.3.4.1 - but the problem remains.

On the remote (server) site I have a Draytek router forwarding port 21 to my FTP server. When I connect from the local (client) site - the connection is initiated correctly and it says that I am connected, but in the pane on the right (remote site files) is showing <directory listing empty>. I have tried to log in fromt he local site using an IE browser window and it is also showing as empty.

To rule out port forwarding I have started Filezilla Client on my remote server and tried to connect to the local IP address - it connects and authenticates perfectly - but the "Remote" site listing is also empty!

Please can anyone give me any pointers?

#5650 Alias don't work after a restart server or reboot Bug report normal FileZilla Server fixed
Description

Well,

When im setting some alias, it's look like good.

But when i restart the server or i reboot my OS, it doesn't work.

If i go back to check the configuration, nothing have change...

If i delete the user and do the same configuration with the alias, it will work until i restart again...

Thank for the support !

#5668 File Upload failure Bug report high FileZilla Server outdated
Description

since 11/02/10 I can not upload any file to my directory. when I attempt to upload the file gives me an overwrite prompt. I select overwrite and the file name goes to the directory with "0" file size uploaded.

#5675 Add SSH functionality to FileZilla Server Feature request normal FileZilla Server duplicate
Description

I would like to add sFTP (FTP over SSH) to my FTP server, but this feature does not appear to be available in the current version of FileZilla server. Can it be added?

#5682 MDTM for folders responds with 213 code instead of 212 Bug report normal FileZilla Server rejected
Description
C: MKD mdtm_folder
S: 257 "/mdtm_folder" created successfully
C: MDTM mdtm_folder
S: 213 20101111164534

Expected:

S: 212 20101111164534

212 Directory status. 213 File status.

#5684 Don't use external IP's for local connections Feature request high FileZilla Server outdated
Description

I think that here you should implement a way to manually enter which IP addresses should be considered as local connections. I have hosts from outside that are behind NAT and I am behind NAT too, so i will need to manually enter which IP's should be consider as local which should be consider as outside in order the passive mode to be correct for the external host and for the internal hosts. I have internal hosts that have IP's like 172.11 and etc that FileZilla interprets as external!???

I my case i have a 2 hosts that should be considered as external and only for them i will need the PASV mode - static IP to be set under: External server IP addresses for passive mode transfers: "Use the following IP (X.X.X.X)

I hope you understand my request.

#5692 File/folder permissions in v0.9.37 odd behavior Bug report high FileZilla Server fixed
Description

Environment: Windows Server 2008 Standard

FileZilla Server v0.9.37beta

Creating user accounts with the following structure:

Parent (Home) folder with Read File rights and List Directories & Subs Child Folder 1 (Files from client) w/ R/W/D File rights & List Dir/Subs Child Folder 2 (Files to client) w/ R File rights only and List Dir/Subs

In this configuration, a 550 error is generated on child folder 1 when the client tries to upload or delete a file

However, if the Parent folder has the Write and Delete attributes set, the client can write and delete files.. but in BOTH child folders, not just child folder 1.

Which tells me that there is a permissions issue in the server daemon. Based on a simple file permission model, I should be able to set the parent directory to allow only reads and directory listings, and then set my child folder permissions to the task they hold (i.e. writes only allowed in the folder I chose based on the granted permissions).

Note - all file paths are short, do not include spaces or special characters and are being accessed directly (not via a network share) if that helps...

I can't seem to find anything in the general server configuration that would cause this to break.. or.. is this working as according to design?

#5703 Filezilla server Disconnected continously. Other high FileZilla Server invalid
Description

filezilla server disconnected continuously when i try to upload files.When i checked the log folder of filezilla server,it contains large number of files.So i remove the log files and restart the filezilla service.After this it works fine for some time and disconnected again.I delete the log file again and then it works fine.

Anyone can suggest a permanent solution for this.

#5710 PUT not working with Qt 4 Class QFtp Bug report low FileZilla Server rejected
Description

Qt 4 QFtp does not works with PUT using FileZilla Server version 0.9.37 beta. I don't know if the problem comes from QFtp (which has no problems on all others servers I tested) or the FileZilla Server, so i report bug on both website.

I join a qt4 testcase, just fill infos and click connect. The testcase will connect, list content at root, then try to create one file and a folder. Then remove all it created.

#5712 Server admin interface options dialog could look a lot better with some small changes Bug report normal FileZilla Server fixed
Description

I will attach a screenshot that shows the problem, but I'll also explain it here.

The list of categories in the Options dialog could look a hell of a lot better some small adjustments. If you make the section with the OK and Cancel buttons a little bit shorter (and you have plenty of room to do so), then you can make the widget containing the list of categories a bit taller. This will get rid of the ugly vertical scroll bar, and that will in turn probably get rid of the ugly horizontal scroll bar.

The buttons will be tighter, the ugly scroll bars will be gone, and the whole dialog will look a lot better.

#6494 Cannot connect to server! using FileZilla client Bug report normal FileZilla Server outdated
Description

Trying to commect to your server to access files for transferring to our site.

We are getting the error: "ECONNREFUSED - Connection refused by server".

We have been using this software for a long time and never had this problem. It just started today.

I am using the latest version of the software.

We need an answer for this problem.

#6502 ERR_CONNECTION_RESET Bug report normal FileZilla Server outdated
Description

When I try to connect to my server, I get ERR_CONNECTION_RESET in Chromium Browser. How do I connect? I forwarded ports, and checked my config.

#6510 Welcome Message corrupted with change to TinyXML Bug report normal FileZilla Server rejected
Description

Problem:

With inclusion of TinyXML into the Server, the welcome message is corrupted, if it contains multiple white spaces.

For Example see the welcome message on ftp.ultra-it.de.

This behaviour is wanted by the author of TinyXML, but i think, this is not W3C conform.

Solution:

Change the default initialization of the static member variable "CondenseWhiteSpaces" from TXML base class on the top of tinyxml.cpp to false.

#6533 FileZilla-Server endangers SSL-connections! Bug report normal FileZilla Server wontfix
Description

After creation of the Security Certificate via FileZilla-Server v0.9.37 beta keeps PRiVATE_KEY into the Security_Certificate! It is wrong and is inadmissible! As a result of creation of the Security Certificate 2 files should be created:

  1. A file containing PRiVATE_KEY, for example 'pgp1.skey'
  2. A file containing SECURiTY_CERTiFiCATE.

(!) Inside of the Security Certificate should NOT be located PRiVATE KEY! SECURiTY CERTiFiCATE is intended for free distribution in Internet and should NOT contain confidential data! PRiVATE KEY should be stored only at the Owner of the Security Certificate.

This dangerous mistake is necessary for correcting URGENTLY since FileZilla Server subjects to the big risk of many users, exchanging confidential data.

I have attached the sample of the CERTIFICATE created by means of FileZilla-Server v0.9.37 beta (inside of a file contains RSA_PRiVATE_KEY).

P.S. As a whole I express gratitude for very useful and convenient program FileZilla FTP Client!

#7174 File changing by upload (from Linux ftp client) Bug report high FileZilla Server rejected
Description

I have

  1. FileZilla-server on windows XP
  2. default linux ftp-client (ftp) on Ubuntu 9.10
  3. Some text files and zip-archives on Ubuntu-computer (for examlple "data.txt" is text file)

To look the problem: on Ubuntu-computer

$ ls -l data.txt

-rw-r--r-- 1 root root 274981544 2010-09-27 12:34 data.txt

$ ftp 192.168.3.20

Connected to 192.168.3.20. 220-FileZilla Server version 0.9.37 beta 220-written by Tim Kosse (Tim.Kosse@…) 220 Please visit http://sourceforge.net/projects/filezilla/ Name (192.168.3.20:user): anonymous Password: 230 Logged on Remote system type is UNIX.

ftp> put data.txt

local: data.txt remote: data.txt 200 Port command successful 150 Opening data channel for file transfer. 226 Transfer OK 275173412 bytes sent in 24.86 secs (10809.4 kB/s)

275173412! not 274981544. if we download this file from ftp-server back and compare with original by "diff", we'll see non-printed char

^M

on the end of each line.

I've tried to copy files on Xlight FTP-server (on Windows) and proftp-server (on Linux) - it was ok (size of file and its content was not changed). Copy by smb-protocol is ok too;

General problem is uploading zip-archives. They often become damaged and can't be unzip.

Upload from Windows to Windows has no problem.

#7182 FTP over SSL/TLS not working from the internet Bug report normal FileZilla Server worksforme
Description

I have a FileZilla server (version 0.9.34) running on a Windows Server 2003 server (Web Edition, SP2)

"Normal FTP" is working normally (both from the inside and the outside), but for FTP over SSL/TLS, I have a problem.

I configured implicit FTP over SSL/TLS and am using active mode FTP.

When connected via VPN, things are working like a charm (when checking the firewall-logs, I see a connection on port 990 and 989, as expected). When connecting from an external IP-address, I also see a connection on port 990 and 989, but I get the following error: 150 Opening data channel for directory list. 425 Can't open data connection. As far as I can see, the data-connection is established (connection on port 989 in the firewall logs), but no data gets through. The firewall is a Cisco ASA 5505 and there are no denies in the logging when connecting to the FTP-server.

Somewhere, things are going wrong. I think the FTP server is to blame, but I would guess someone else would have the same issue... Windows logs aren't showing any (relevant) warnings or errors.

Can someone here shine a light on this issue?

#7194 Need some help Bug report normal FileZilla Server outdated
Description

Newbe here - ok need some help I clicked and shouldn"t have (ziged insted of zaged) Is there anyway to reset everything from scatch with the same host. Host name: watchpccontentontv.com From justhost

Zero every thing out and start new

Im just leaning and could use some help.

Only your server administrator can reset the server into its original state.

OK Does this mean administrator of filezilla or where I got my host Justhost. and will they reset it.

James wilkes Jwilkes@…

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