Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1201 - 1300 of 4044)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Summary Owner Priority Resolution Created Operating system type
#4168 Cannot enter space when modifying name of file normal outdated 15 years Windows
Description

Filezilla Client 3.2.0

If I try to enter a space into the name of a file or folder in the window from the server that shows the most detail (its headers are Filename Filesize Filetype ....), the space is executed as an instruction and not entered as a space.

This occurs ONLY when I double click to edit the name. If I use rename, I can enter a space.

Various flavors of this error occur when I try to enter a space into a name elsewhere in the Filezilla window.

#4169 "Failed Transfer" bug normal rejected 15 years Windows
Description

If maximum number of session (set on the server) is exceeded and the client get error "530 Not logged in, too many connection" , the "Queue Items" was wrongly moved to "Failed Transfer Tab" (bug) => The client should maintain the queue until got the connection or get other error message.

There is a 'closed' bug about the same item but the solution is not really fixing the bug: Ticket #3394: "Too many connections" wrongly marked "Failed Transfer" http://trac.filezilla-project.org/ticket/3394

That bug is closed with remark "Increase the number of retries and the reconnect delay in the settings dialog to avoid this problem."

The solution is not really solution because say I increase 3 retries with delay 30s each (total 90s) to 10 retries with 60s delay (total 600s), then after 600s the same thing will happen (not fixing the problem, just delaying the problem)

I use client version 3.2.0 and still see this daily.

Here is how I recreate the problem easily:

  1. Say the server maximum session from the same ip address is 8.
  2. Place on the server a folder with hundreds of file (big and small: 1kb size to 500MB size), say 200 or more files (make sure the transfer will last long enough to observed). I call it "folder A"
  3. Make a second folder "folder B" on server: just copy of 'folder a"
  4. Download "folder A" with OTHER FTP CLIENT. (I use cuteftp 8.3.2) just make sure I use some of the session handler)
  5. Now connect FILEZILA (set delay and retry to minimum) to server and download "folder B"
  6. The "queued files" tab is filled with the file list, but soon enough they are wrongly moved to "Failed Transfer" tab.

This 'bug' is quite annoying because I transfer a big size quite frequently that usually takes 2-3 hours download and unattended. With this bug, after 3 hours I come back to the console only find that some of the files are on "Failed Transfer" tab and have to wait another 1 or 2 hours to complete that transfer. (My current solution of this problem is to use cuteftppro that is not giving me the problem, but as open source fanatic I reckon FileZilla should be able to overcome this small problem - hope this can be solved before the trial period over.. ;-) )

NOTE: the problem is still occurring even only 1 client connect to the server (the above just to exaggerate) - the key is have to be a lot number of file with various mix of size

Thank you for the great product and great job for all the team !

LOG: .... Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Response: 150 Opening BINARY mode data connection for [filename] ([size] Bytes). Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently.

.....

#4171 Time change on local machine not recognised by client normal rejected 15 years Windows
Description

Running v3.2.0

If after starting Filezilla, you change the date and time on the workstation, the displayed timestamps of the files on the server are adjusted by the same amount.

To repeat error. Set time on workstation incorrectly by a large amount backwards ie 6 months Connect to server Correct time on workstations Timestamps on server files are now displayed as being 6 months in future.

Restarting Filezilla shows correct timestamps

I know that the local machine time should always be correct, but in this instance it was not when Filezilla was started.

#4172 Fail to transfer files with unicode characters from IIS6 (W2K3) normal rejected 15 years Windows
Description

Hello,

I am running Windows XP SP3 and FZ 3.2.0. I am trying to download file from IIS 6 server hosted on W2K3. FZ fails, while WinSCP succeeds. I would expect that it is bug of IIS, but still WinSCP manages to retrieve a file. More info in log.

#4173 uploading and overwriting existing file: date/time not uptdated normal rejected 15 years Windows
Description

when uploading a newer version of an already existing file (selecting "overwrite" in the dialog box), the date-/time-info in the server list of that file is not updated subsequent to the completion of the download. in addition, the context menu does not provide an "acutalize" entry.

workaround: you have to change the actual directory and then go back to the original one (so that the list is created again) see the new (updated) date- and time-stamp of the file.

#4174 Site Manager dropdown won't scroll on monitor with lower resolution than main monitor normal wontfix 15 years Windows
Description

Simple bug really, possibly a limitation of wxWidgets.

I've noticed that the dropdown scrolls on my main monitor if the list becomes too large for the screen's height, but I have a second monitor with a lower resolution and the dropdown doesn't detect this lower resolution and compensate with the scroller.

If the list isn't big enough to scroll on my main monitor but it is too big for my secondary monitor then the list displays without any scrollers and goes off the bottom of the screen with no way to access the bottom items except by mousing over the bottom or top displayed items and then using the arrow keys and enter to select off-screen ones.

If the list it too big for my main monitor and thus too big for my smaller one, then the scrollers appear, but as before, the bottom scroller is off the screen, and I still have the problem.

I realise that this is something of an edge case, and I can temporarily fix it by reorganising my site manager to have fewer items in each folder, but I just thought I'd put this out there as it's definitely a bug (although as I said, probably a limitation of wxWidgets).

#4176 Abnormal display in the 'Remote site:' bar. normal rejected 15 years Windows
Description

I am living in china, Simplified Chinese is the mainland's offical language. I used the Filezilla 3.2.0 to login into some ftp site which have some Simplified Chinese directories. The problem is that these directories was showed abnormally in the 'Remote site:' bar as below words: '/¡ô¶¯ÂþÒ»Çø¡ô'. But these directories were showed normally in the remote directories list.

I have to use the Filezilla 2.2.32, it is ok in this situation.

#4178 columns guide line low outdated 15 years Windows
Description

when making the columns bigger the temp guide line doesnt disappear after you resize the columns. you can min/max the window to get rid of it tho.

#4182 Default Remote Directory not working in v3.2.0 for MVS server type normal fixed 15 years Windows
Description

The Default Remote Directory for a MVS server type worked in v3.1.6 but not in v3.2.0. In v3.1.6 a directory of the form 'test' was accepted and was used correctly. In v3.2.0, the same value returns message "Default remote path cannot be parsed. Make sure it is valid and is supported by the slected server type.". v3.2.0 will accept values of the form /'test' or \'test' but neither value is used or saved.

#4183 Client 3.2.0 does not support åäö in path low rejected 15 years Windows
Description

Client 3.2.0 does not support Swedish characters åäö in path. Client report:

18:22:19 Command: RETR /srvmmxap001_e$/Home som Skall_Flyttas/1076/DOKUMENT/Bilder/Björk/PICT5534.JPG 18:22:19 Response: 550 /srvmmxap001_e$/Home som Skall_Flyttas/1076/DOKUMENT/Bilder/Björk/PICT5534.JPG: The system cannot find the path specified. 18:22:19 Error: Critical error 18:22:41 Status: Sending keep-alive command

#4185 non-standard characters in home path prevent client from functioning normally high fixed 15 years Windows
Description

I installed FileZilla FTP client, started it, and an error message popped up:


Error loading xml file


Could not load "C:\Documents and Settings\Dženan Zukić\Application Data\FileZilla\filezilla.xml", make sure the file is valid. For this session, default settings will be used and any changes to the settings are not persistent.


OK


After clicking OK, several more similar messages are displayed, and file window is shown. Some more messages may appear during usage, all referring to the same file.

I believe that reason is character "ć", which is not included in charset ISO 8859-1 (US-ASCII) which is default on my system.

Again when closing the application, similar message is displayed.

#4186 cannot connect to server low rejected 15 years Windows
Description

The operating system was reset from XP home to XP Pro by the adaware program update - don't ask how - I have no idea, and neither does anyone else. BUT it reset all my accounts.

Filezilla was working wonderfully, but now I cannot connect.

The log is as follows

Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.2.0 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 81.20.183.83 ib-ca-bid-id Response: 200 OK PREP 1728 Response: 200 Using port 1728, data token 1895056417 PORT 81,20,183,83,6,192 Response: 200 PORT command successful LIST Response: 150 opening data connection

Please help as I have updates to load to a website

#4188 Error loading XML File - fzdefaults.xml normal fixed 15 years Windows
Description

When I used fzdefaults.xml, I get 2 Group (My Sites and Predefined Sites). When I select a sites in the groupe "Predifined Sites" I get an error messages :

Could not load "", please make sure the file is valid and can be accessed. Any changes made in the site manager will be not saved.

Everything works, but if my last selection was a predifined site I get the error message at startup.

#4189 Error connecting to IBM z/VSE host using FTPS - FTP over implicit TLS/SSL normal fixed 15 years Windows
Description

I work for a division of Honeywell International which operates and supports an IBM Systemz mainframe system running the z/VSE V4.2 Operating System. We are running the latest maintenance levels of all components there. I have been using FileZilla for several years to perform FTPS (FTP over implicit TLS/SSL) transfers from my workstation to/from the z/VSE host's SecureFTP server. Recently the Honeywell Global IT Security team which approves software for use within our environment approved FileZilla V3 for use. Previously I had been using V2.2.32 and based upon the new approval upgraded to V3.2.0.

Using V3.2.0 I can not successfully get past the TLS/SSL handshake when trying to connect to the z/VSE host. V2.2.32 still works fine. I am attaching the "Debug" logs from both V3.2.0 and V2.2.32.

Thanks in advance for your support.

Regards, Ken

Kenneth Ripple Manager, Information Technology Honeywell Security & Data Collection 263 Old Country Rd. Melville, NY 11747 (631) 692-1714 Office (631) 692-3475 Fax ken.ripple@…

#4194 Dragging not very accessible in site manager normal duplicate 15 years Windows
Description

As far as I can tell, the only way to arrange existing sites into folder is to drag them onto the folder names in the site manager. Each folder is sorted alphabetically and there's nothing that can be done about that.

Right, so here's where the problem comes in. If one folder has so many sites that all you can see if that folder's sites, it's impossible to move a site out of that folder. Imagine that in your site manager you have a folder "Personal" and in there there's another folder "No longer used" or similar. Now imagine that the 'No longer used' folder has exactly 26 sites, labelled A-Z, and you want to me Site 'M' out to its parent folder 'Personal' (maybe the site's coming back into use, that was my specific problem). Because the window's only big enough to see C-M or H-R or M-W (see the problem?) you can't actually see the parent folder and thus ypou can't move M out.

Correct me if I'm wrong and there's a simple way to do this that I can't see, but as far as I can tell this is impossible.

I'm aware that the site manager window is resizeable, and luckily this fixed my specific problem, but this could still happen at maximum (screen resolution-restricted) size.

Basically, the fix I see is to make it so that the list view scrolls when you drag near the top or bottom, but I understand that this may be impossible due to not being implemented in wxWidgets. Alternatively, make the listing not force alphabetical sorting, that way one can slowly move it up the tree. Not ideal but definitely a solution. Maybe a button or right click action can "alphabetise this folder" or whatever for people who want that.

#4197 Resume File Upload Ver. 3.2.0 Not Working normal outdated 15 years Windows
Description

I'm trying to upload a 700MB file to my web site. The connection inevitably interrupts before the entire file is uploaded. When I try to upload again, I get a screen from FileZilla asking me to select from several options - i.e. overwite, skip, resume, etc. I select resume and it attempts to resume the upload, but it doesn't work. The upload status bar appears and a few bytes transfer and then it resets and tries again. It does this at least 10 times before stopping. It never makes any progress.

The resume works with other FTP programs, but for some reason FileZilla uploads 10 times faster than all other programs. I wish I could use it, but it just won't work.

#4200 A BUG using Filezilla Client - uploading to host in ASCII mode low outdated 15 years Windows
Description

Gentlement, For several days now, I have been writing several simple perl scripts, and using filezilla to upload these text files to my server, and I kept getting 'Configuration Error' when trying to run the scripts. I contacted my host tech support, and they could not find any reason as to why this error was occuring. This morning I created a simple example from an old perl book, using Notepad (windows XP of course), and uploaded it with Firefox FireFTP plugin, which shows the ASCII transfer mode, and the script worked. I have gone into filezilla Edit Settings, and under Transfers->File Types, set this to ASCII, but it does not seem to make a difference. When uploading a file to my host, it shows the transfer as Normal. FYI... My email is trebor0926@…, if you want to pass on info to me.

#4201 Can't browse Cyrillic folders on the remote server low rejected 15 years Windows
Description

Program Version: 3.2 When I encounter some folders on the remote server that have some or all of the characters in Cyrillic, they are displayed by the fine, but as soon, as I click on it, the second folder gets created with the wrong charset. The program takes me to the wrong charset folder, while the folder that has normal Cyrillic characters doesn't disappear. When I try to click on the correct version, it sends me back to the folder duplicate with the wrong charset. I can see all of the files and folders inside of the wrong charset folder, but I cannot do anything with them, only look at them. It gives me an error if I try to download or view files, or browse nested folders. When I type the directory path in address bar - same thing happens.

#4202 No way to set the Idle time low rejected 15 years Windows
Description

The idle time is WAY to short, but to make it worse, there is no way for the user to change this. A very strange omission! Many people probably falsely assume that they can change the "time out" setting, but this is only for transfers, not idle time. Why not let the user adjust this? I am tired of, every 30 seconds, having to re-connect and navigate back to the subdirectory on the server before I can ftp a file again. Thanks for hearing my rant - and yes I kind of would call this a "bug" :-)

This is for version 3.2.0 (and the previosu one).

#4204 FileZilla Client (Windows) uses IPv6 in preference to IPv4 high rejected 15 years Windows
Description

I have several Windows clients running Windows XP Pro SP3 and Windows Vista SP1. I have FileZilla client 3.2.0 installed. All these machines have a dual IPv4 and IPv6 configuration as I am currently testing IPv6. My DNS server (Windows 2003 Server SP2) returns both IPv4 and IPv6 addresses for my servers when queried.

My FileZilla sever (0.9.30) is running on a Windows XP SP3 machine, also with a valid IPv6 configuration.

When I use the FileZilla client to try and connect to a server for which my DNS server can return both an IPv6 address and an IPv4 address, the FileZilla client always tries to use the IPv6 address in preference to the IPv4 address. This might not be an issue except that the FileZilla server does not seem to listen to/accept connections on its host's IPv6 address. As a result the client is not able to connect. I have tried changing the binding order on the client machines to make IPv4 come before IPv6 but it does not help.

This seems like a bug to me. Surely use of IPv6 should at a minimum only be by explicit request? Ideally one could specify which to use as a default at the client level and maybe also with a host specific override. I imagine mixed environments are becoming quite common and this could become a big problem.

#4205 When using sFTP, remote folder with large number of files generates error. low rejected 15 years Windows
Description

When attempting to open a folder on a remote sftp system, if the folder has a large number of files within, an error is generated and you do not get to review or navigate to that folder.

Below is the command list that is displayed.

Response: Current directory is: "/" Command: ls Status: Listing directory / Status: Calculating timezone offset of server... Command: mtime "AutomationTest" Response: 1233849901 Status: Timezone offsets: Server: -18001 seconds. Local: -18000 seconds. Difference: 1 seconds. Status: Directory listing successful Status: Retrieving directory listing... Command: cd "AutomationTest" Response: New directory is: "/AutomationTest" Command: ls Status: Listing directory /AutomationTest Error: No valid incoming packet found Error: Failed to retrieve directory listing

The folder in question can have upwards of some 5000 files at times.

No testing other than emptying the folder in question has been done to learn what that high limit might be.

Perhaps solution in this unusual case would be to only present partial list? or perhaps change to directory, but do not attempt to display entire contents?

If nothing else, being able to navigate to the folder at a minimum is important.

#4207 Bug Report Ntwk Conf Wzrd: normal rejected 15 years Windows
Description

Running the Network Configuration Wizard to try to resolve a problem connecting to an FTP server. SFTP connects without issue. The following are the test results from a configuration test which advise submitting a Bug Report. I tried running the wizard without any initial settings set to see if that would work first.

*IP ADDRESS REMOVED FOR PRIVACY* Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.2.0 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 79.XX.XXX.XX hj-be-bfh-gj Response: 200 OK PREP 51936 Response: 200 Using port 51936, data token 348041089 PORT 79,XX,XXX,XX,202,224 Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed

When clicking next in the wizard the Summary of test Results is as follows: The server sent an unrecognized reply. Please make sure you are running the latest version of File Zilla. Visit http://filezilla-project.org for details. *(I am running version 3.2.0 bld date 2009-01-07) Submit a bug report if this problem persists with the latest version of File Zilla. *(problem occurs each time Wizard is run)

#4209 filezilla crashes high fixed 15 years Windows
Description

when i upload large of mybb forum files and it creshes.

i did use the latest filezilla 3.2.1 and it still crashes.

#4210 Site Manager Improvement (Sort of Bug) normal fixed 15 years Windows
Description

On FileZilla Client, open "Site Manager". On right side we have 4 tabs. The bugs/improvements below are related to the site manager dialog.

General Tab: Servertype --> should be "Server Type" Logontype --> should be "Logon Type" or "Login Type"

Anonymons is by default selected for Logontype, which is fine, but when I select Normal from the dropdown, the User and Password boxes still show 'anonymous' and ''. Upon selecting 'Normal', these two boxes should clear up. Everytime I create/add a new site, I have to delete these two boxes. They should automatically clear up.

When Servertype FTP is selected, the Port box could show 21 by default. Similarly when SFTP is selected, the port box can change to 22 automatically. I remember FileZilla 2 had this before.

Advanced Tab Servertype --> should be "Server Type"

For default remote directory, if I enter "/public_html" it works, but if I just enter "public_html" it does not work and shows a message saying the path could not be mapped. FileZilla 2 handled this automatically. Can we have it back?

The tab "Transfer settings" should be "Transfer Settings", i.e. in title case.

"Force showing hidden files" option should be also available in the site manager. There can be a checkbox for it just below the "Default Remote Directory" text box.

This is all I have for now. Thanks.

#4211 filenames with two consecutive periods won't transfer normal rejected 15 years Windows
Description

I find that Filezilla 3.2.1 will not transfer files that have two periods '..' in the middle of a file name. (The double periods are a typo on my part - not intended]. The output below is the result of a Windows XP 'fc' comparison between the original directory on cb and the destination directy on jh. Note that the file test..file.txt did not transfer. I would expect a file with any legitimate Windows XP filename to transfer correctly.

* cb.txt \jvh\tmp\test..file.txt \jvh\tterm\delpassw.tt_ * JH.TXT \jvh\tterm\delpassw.tt_ *

Both machines are running Windows XP.

#4212 A problem while opening a PDF file from FileZilla normal rejected 15 years Windows
Description

Earlier I used Foxit Reader to open PDF files but then I removed it and installed Adobe Reader. However, now whenever I try to open PDF files from FileZilla browser, it still seeks for Foxit Reader to handle them and does not associate them with Adobe Reader which is now a default program. Do you think it's a problem with my system settings or FileZilla?

#4213 Could not load filezilla.xml or queue.xml normal outdated 15 years Windows
Description

When I load the program, I immediately get the following errors:

Could not load C:\Users\Brendan\appdata\Roaming\FileZilla\filezilla.xml. Make sure the file is valid. For this session, default settings will be used and any changes to the settings are not persistent

I hit OK

Welcome to FileZilla 3.2.1. Please report any bugs you may encounter

I hit OK

I get another error: Could not load C:\Users\Brendan\appdata\Roaming\FileZilla\queue.xml. Please make sure the file is valid and can be accessed.

Note: I have verified that the files are valid and accessible. I have attached a screenshot here.

I hit OK. The program launches. I can access the files in my ftp directory, but when I try to view a CSV file, it can't find Excel to open the file anymore (screenshot attached). This was one of my favorite features of Filezilla.

Thanks for your attention to this. I was using Winzip before and I like Filezilla much better. Would hate to have to stop using it.

#4215 invisible folder Tim Kosse normal fixed 15 years Windows
Description

I just recently downloaded the most recent update. I downloaded the files and folders from my site; I couldn't see my folders on my local directory. I tried to download them again, but got the overwrite option window. I refreshed my directory and then saw my folders. This has never happened before.

#4216 After installing 3.2.1 I couldn´t edit my index.html file normal fixed 15 years Windows
Description

After installing 3.2.1 I couldn´t edit my index.html file And no other files as well . After uninstalling and installing 3.2.0 everything works great again . See message enclosed Regards - great program !!! Benke

#4219 Downloaded Filezilla update, now won't recognize excel files .xls normal outdated 15 years Windows
Description

I downloaded the update for filezilla on 2/9 (3.2.1 for win32.exe) I am running VISTA os. I can no longer view, edit or download .xls spreadsheets. I could be fore the upgrade. I tried to uninstall and reinstall and that did not help. The spreadsheets are not corrupt, I have validated that by using a different computer to download. Any suggestions?

#4220 chmod low rejected 15 years Windows
Description

hi,

i want to change the permission of my files. but when i change it into chmod777 , the status describes that " 500 'SITE CHMOD 777 filename.php': command not understood "

due to this problem, i cannot upload any kind of forms and other files like poll system.

your help would be most appreciated.

#4221 F5 freeze on Windows XP Pro SP 3 normal rejected 15 years Windows
Description

When you upload a file, and you press F5 on the server side (right) to update the list, it freezes the window and it says (Not responding) in the title bar, for about 30 secs, then it refresh the list and it works just fine, is just a 30 sec freeze.

#4222 File download ends and restart again increasing infinitely file destination size normal rejected 15 years Windows
Description

I have this bug in all Filezilla versions tested, also the last one 3.2. I always have this problem when i connect to ftp.peoplesoft.com delivery system and download any file.

For test you can connect to ftp.peoplesoft.com/outgoing/GSC/CRM as a anonymous user and download NIMS_8_0_SP3GA.zip or any other file, after download finish, the file download restart again automatically and write over the same destination file in a infinite loop, this error produce a destination file with a great size.

In fact the download process never ends, it start and start again...

#4224 hang when launchig with URL in command line normal outdated 15 years Windows
Description

Run the following from the command line:

filezilla.exe ftp://ftp.kernel.org

I expexct filezilla to connect to ftp.kernel.org instead it just hangs as you can see in the picture attachment.

#4226 Cannot create directory called "form" normal rejected 15 years Windows
Description

I created an account by http://www.awardspace.com and filezilla is not able to create any directory called "form". Please see the workaround below:

Tue, Feb 10 2009 4:38am Hi,

My ftp client cannot create any directory called "form". This problem happens only by this free hosting provider.

To solve this problem, I have to create this directory 7 times in different places using the "File Manager". It is a knightmare.

Is this a bug or there is a better solution?

Thanks !

Joao

Tue, Feb 10 2009 7:41am - Kathy Gardens Hello Joca,

What FTP Clinet are you using? Do you receive any error message when trying to create this form directory? Please provide us with more ifnromation, thank you.

Best Regards, Kathy Gardens, Awardspace Dedicated Support Team

Tue, Feb 10 2009 2:16pm This error is happening since 2008.

I am using Filezilla (latest version)

Comando: MKD form Resposta: 550 form: Forbidden filename Comando: MKD /nossafamilia.org/components/com_fabrik/views/form Resposta: 550 /nossafamilia.org/components/com_fabrik/views/form: Forbidden filename

Best regards, Joao

Tue, Feb 10 2009 4:11pm - Kriss Hanks Hello Joca,

This does not seem to be a bug. At least it is not a bug in our system. If it was, the File Manager wouldn't have let you create this folder. I tried to create the same folder called "form" using FileZilla and I got the same error. Maybe FileZilla support might know the answer. We will have to consult with them. If we can help you further with something, please let us know.

Best Regards, Kriss Hanks

AWARDSPACE Dedicated Support Team support@…

"Your winning web hosting provider" http://www.awardspace.com

#4227 Pasword problem normal rejected 15 years Windows
Description

I have used FileZilla a lot here at the office and it has always worked fine until yesterday. I am the only one at my PC and I have double checked numerous times and all login info is correct, yet I keep getting the following error.

Status: Connection established, waiting for welcome message... Response: 220 WFTPD 3.2 service (by Texas Imperial Software) ready for new user Command: USER jason@… Response: 331 Give me your password, please Command: PASS Response: 530 Not logged in - password incorrect Error: Could not connect to server

I'm assuming this means MY password is incorrect? I am positive the password I entered is right and need some help. Thanks.

Jason

#4228 Filetype Associations Error on Transfer normal fixed 15 years Windows
Description

Upon installation of update 3.2.1 the file associations with MS word and MS excel documents was lost. Pdf's are ok. When I try and open the doc's from the transfer window using the right click function (open) FileZilla gives an error saying the file could not be opened due to the associated program not being found. It goes on to say 'Please check your filetype associations'. The files are certainly there and can be opened normally from and explorer window. This only happened with the recent update.

#4231 Connection timed out normal rejected 15 years Windows
Description

Client FX Problem: Uploading a file exceding +- 65K

Windows XP 2002 Service Pack 2 Disabled Firewall in Windows In FX Edit Settings "Fall back to Passive"

Client file size 140K, uploaded to server - file size on the server (90% of the time) 65K.

An error occurs part way in the process which may point to the problem.

Command: PASV Response: 227 Entering Passive Mode (69,49,101,51,253,230) Command: STOR clinics_2009.jpg Response: 150 Opening BINARY mode data connection for clinics_2009.jpg

Error: Connection timed out

Status: Resolving address of bentcreek.ca Status: Connecting to 69.49.101.51:21... Status: Connection established, waiting for welcome message... Response: 220 Website FTP Server Ready Command: USER bentcreek.ca

Gerry

#4233 File Last Modified Date is not Right on Newer Files normal fixed 15 years Windows
Description

Newer files are showing up with a last modified date of 2003 and 2004. Files ftpd sometime after 12/18/2008 and before 1/9/2009 are doing this. Although anything in 2009 is having this problem with the old date in the last modified date. Using FileZilla 3.2.1, also happened in last release. FTP Server is FTPshell 4.3 using sftp. I get the correct listing if I use Linux to do an ls -al on the directory.

#4234 Transfert abort after 5 440 octets with delay expired normal rejected 15 years Windows
Description

Hello,

I use filezilla 3.2.1 Compiled for : i586-pc-mingw32msvc Compiled on : x86_64-unknown-linuxè-ngu Date : 1009-02-06

When i try to transfer some file greater than 5 440 Octets, the transfert try a first time, try a second (and ask for replace), stop with this message : delay expired.

There is no problème with root account of my server and FileZilla. There is no problème with monchy account and IE (or other ftp software) There is no problème with monchy account and Filezilla. I have no firewall on my computer. Server : Unix, Client : Windows XP Pro SR2

If you want, i can send you user/password account to test.

Thank you for this good product.

Log : Commande: USER monchy Réponse: 331 Password required for monchy Commande: PASS Réponse: 230 User monchy logged in Statut: Connecté Statut: Démarrage de l'envoi de C:\Documents and Settings\Iatrino\Bureau\Procédure_PriseEnMain_Distance.doc Commande: CWD /httpdocs Réponse: 250 CWD command successful Statut: Récupération du contenu du dossier... Commande: TYPE I Réponse: 200 Type set to I Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,234,112). Commande: LIST Réponse: 150 Opening ASCII mode data connection for file list Réponse: 226-Transfer complete Réponse: 226 Quotas off Commande: TYPE A Réponse: 200 Type set to A Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,231,65). Commande: STOR Procédure_PriseEnMain_Distance.doc Réponse: 150 Opening ASCII mode data connection for Procédure_PriseEnMain_Distance.doc Erreur: Délai d'attente expiré

#4237 Some files are not shown normal rejected 15 years Windows
Description

As the attachment shows, ls command succeeded with 7 matches, which means there should be 7 file/dir entries. But in the server file list window, there are only 4 listed. See attachment 2.

#4240 Latest update destroyed zilla this is the worst!!!! Anyone that can help NOW low outdated 15 years Windows
Description

I did not want to up date as I am in the middle of a huge project but after I said no to update the program locked up.

Ok so I did the u/d bam it doesn't work at all now freezes right up.

when I try to shut down the computer the send error and end program go into a tango together......

I'm not furious just very disappointed

please help NOW

#4241 DDE association not working high fixed 15 years Windows
Description

Attempts to do "View/Edit" on a remote file that happens to be a Microsoft Office file (e.g., Word .doc, Excel .xls) fail with the new version of Filezilla (3.2.1). They worked just fine in 3.2.0. The error message you see is:

The file "" cannot be opened: The associated program (WX_DDE #c:\Program Files\Microsoft Office\OFFICE11\Excel.exe" /e#Excel#system#[open("")]) could not be found.

Since I use this program to remotely edit Office files on outside computers, this is a blocker for me, but I have set the priority to "high".

#4242 Unnecessary connection to skip file upload normal outdated 15 years Windows
Description

The steps I take are: 1) Connect 2) Select file from web server and drag it into local directory. 3) right click file in local directory and click "edit" 4) edit the file and save 5) As soon as I put focus on FileZilla, a pop-up says that a file has changed, do I want to upload it? 6) I click "No" BUG: as soon as I click "No", the program connects and executes a skip file transfer command. Sometimes the file actually uploads to a random directory.

This happens primarily with Windows XP home edition.

#4244 Directory listing fails over FTPS normal rejected 15 years Windows
Description

Hi,

I have already seen some people reporting this error and you saying they need to upgrade their FTP server, but this is with a different FTP server (ProFTPD).

In FileZilla 3.2.1, when I am trying to connect through SFTP (FTP over explicit TLS/SSL) to a server, the connection succeeds but the directory listing fails.

A few days back directory listing worked with FileZilla 3.0.8.1.

Attached you have the connection log.

George

#4246 Upload file twice when submit subfolders normal outdated 15 years Windows
Description

Hi Filezilla team, thanks for development filezilla client!

But I have detected a bug in the current version 3.2.1 of filezilla client (just downloaded update before using today). Below the step-by-step description:

1) Connect to the remote server (with blank directories). 2) Select on local site a directory with subdirectories. Local directory tree is shown. 3) Select some files in the window below of the local directory tree and choose "upload" from the context menue (right mouse click). 4) Download ok. 5) Select some directories in the window below of the local directory tree and choose "upload" from the context menue. These directories contains a lot of small files (704 files in 14 directories). 6) Uploads begins to work... 7) Some files later the message window appears "Target file already exists", asking me for an action. But there is no duplicate file. The remote ftp server was empty. I didn't touch the local subdirectories while uploading.

After confirming the window the upload repeats working. In summary all files are uploaded. (I hope the contents of the files are correct, I didn't checked all files yet).

Hope you can find the bug. If you have further questions don't hesitate to contact me.

Best regards Glg

(Sorry for my bad german-english)

#4247 Ohloh mirror offline: 502 Bad Gateway normal wontfix 15 years Windows
Description

When attempting to download the client from this site ../download?filename=FileZilla_3.2.1_win32-setup.exe

I receive a 502 Bad Gateway error.

#4250 Failure to open associated software normal fixed 15 years Windows
Description

In 3.2.0 when I opened a PHP file associated with PHP Editor both the editor and the file opened without a problem.

When I try to do the same after upgrading to 3.2.1 i get the following error.


Cannot edit file


The file 'phpfile.php' cannot be opened: The associated program (WX_DDE#"C:\Program Files\PHP Editor\PHPEditor.exe" "phpfile.php"#PHPEditor#Macros#[Open("phpfile.php")]) could not be found. Please check your filetype associations.


OK


To fix this problem I went into the file associations and clicked OK. I tried again and the problem seems to be fixed.

#4253 Open Folder with a lot of files normal rejected 15 years Windows
Description

When there is a folder with realy a lot of files, then the server sends a timeout during getting the filelist. As result you are not able to delete the folder!

#4259 not all ftp folders are vissible normal outdated 15 years Windows
Description

Sometimes at the right side of FileZilla windows (FTP Server W2000 Server) I cannot see folders in the lower area that are shown in the upper area (3.2.2 rc1), see attached screenshot

#4260 * at end of name after rename normal rejected 15 years Windows
Description

After uploading a file and renaming it so that the file name ends with an asterisk (*), the file has become unaccessible

E.g. I upload a file "test.zip" Then I rename it to "test.zip *old version*"

FileZilla shows "test.zip *old version" (the last * is missing) I'm unable to do anything with that file anymore. Not even a delete.

#4263 file size 0 after transfer normal outdated 15 years Windows
Description

After transferring file from computer to server the file size is 0.

#4264 Filezilla fails to start for no apparent reason normal wontfix 15 years Windows
Description

After installing 3.2.1 I get only one dialog window with OK button telling me to report all bug I encounter. After clicking OK the dialog disappears but nothing else happens. The process keeps running but I get no top level window.

#4266 downloaded latest update and cannot open my files low fixed 15 years Windows
Description

I get the error message: Call-list.2009xls cannot be opened. The associated program(WX_DDE#"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE"\e#Excel#systen#[open("Call_List_2009.xls")]) could not be found. Please check your file type associations.

Yikes! How do I get back to the last version? Can I delete this last update and go back to another version? Thank you for your help! Angie

#4267 Errors on Files with names beginning with numbers normal rejected 15 years Windows
Description

Hello,

I'm using a recent 3.2.1 filezilla and the listing of some files (name and size) is false. This bug is more than just visual, files wrongly displayed can not be downloaded. Comparing with an older version (2.2) it seems to me that the problems concerns files having their names beginning with a number, or begining with a number and having a blankspace, etc...

See screenshots, where original filename

02Conversion PDF Output-StartPage_000000001.pdf weight 541078b modification date 11/02 at 2 o clock is displayed:

PDF Output-StartPage_000000001.pdf, weighting 11 o, mod date 02/02 So seems to be a lag: files seem to have their size displayed as their modification date, their modification date as their modification time and so on

Odd enough, some dates are not concerned: 07 and 10 for example...

See attached files Thanks in advance for any help

Distant OS is AIX 5.3

#4268 bug:cannot open file for writing normal duplicate 15 years Windows
Description

I tried to download a file... This is what I got Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing

There is enough space on the disk.

#4270 cannot verify certificate normal outdated 15 years Windows
Description

Since upgrading FileZilla (current version is 3.2.1), I am unable to connect to a server. I have two server connections established, and I've ensured that the settings are accurate. They are the same for each server. I have no issue connecting to the first server, but connection fails on the second server. It is not able to validate my security certificate. I do not get beyond AUTH TLS or AUTH SSL (error: 431 could not initialize SSL connection; could not connect to server). This was not an issue prior to upgrading to v3.2.1.

Also, my connection to the first server seems to only last for a short time, and then I am automatically disconnected from the server (error message: Disconnected from server: ECONNABORTED - Connection aborted). This, too, did not happen before the upgrade.

#4273 if use socks5 proxy, filezilla ignore "use the server's external IP address instead" setting normal rejected 15 years Windows
Description

and use server reported ip

#4275 Downloading files to wrong directories high fixed 15 years Windows
Description

I saw some older tickets about this issue, but never with a (working) solution.

When I checked my local hdd after downloading a big folder with images, I noticed that directories are all over the place. I can't figure out if the messing up is consequent.

I'm using active mode, but the wizard tells me everythings fine. I'm also using a filefilter to exclude thumbnails. When I add the dir to the queue, everything seems fine, trouble start when processing the queue (wrong folders are immediately created, while NOT listed in the queue before).

#4276 3.2.2 doesn't handle download of directory tree correctly high duplicate 15 years Windows
Description

Steps to reproduce :

1/ connect to a remote ftpd 2/ select a remote directory 3/ using contextual menu, ask for download in a local empty directory (or drag & drop the directory from the remote windows to the local one)

Result : it seems that some -- not all -- sub directories can't be created in the local folder.

In the example : I have selected 2 direcories : languages and pdf : pdf is ok but not language.

I join a log file.

PS : this bug doesn't occur with 3.2.1.

Thank you

#4278 Issues With Shell Transfer normal outdated 15 years Windows
Description

Hello,

I am running Windows 7 beta 1 (build 7000) x64 Ultimate, and I know this is beta software, however I think this may be something to look into when W7 goes final.

I installed the shell add-on, and now if I drag a file from the remote location, it makes a folder named fz3-12352698462440 (sometimes different numbers will appear)

Anyone have any ideas? I would be more than happy to test them out. Thanks again for the great software! -noop

#4279 Cannot Delete Remote Directory normal rejected 15 years Windows
Description

I drag a directory from my local site to the remote site and instead of it being a sub-directory it became one of my main directories. I reperformed the drag from local to remote successfully but am unable to delete the original remote directory and one of its subdirectories.

#4281 Cannot connect to SFTP-SSH server on port 22 high rejected 15 years Windows
Description

We've been running WinSSHD from BitVise for a couple of years here. No problem with FileZilla at all until the latest release (3.2.2.1). Suddenly we're unable to connect to our BitVise WinSSHD server and perform FTP functions.

FileZilla error messages are: Status: Connecting to secure.asiflex.com... Response: fzSftp started Command: open "CISNOPLN@…" 22 Command: Pass: Error: Authentication failed. Error: Critical error Error: Could not connect to server

Previous version of FileZilla still successfully connects to the BitVise WinSSHD server, so I'm inclined to believe something got "broken" in this latest release.

#4282 Rename text-area still exists when switching folders normal fixed 15 years Windows
Description

CPU: Intel Core2 Quad FileZilla Version: 3.2.2.1

Steps to reproduce:

  • Connect to a server
  • Right click a server file
  • Select rename
  • Click a folder in the divided-area above the file viewer

What happens: The text-area from the file rename is keep open when the folder is switched and remains active. What is expected: FileZilla should cancel the rename and hide the text-area when switching folders.

#4286 3.2.2.1 remote dir list bug. high rejected 15 years Windows
Description

This is actually an old bug but for some reason ignored: the remove directory pane cannot display chinese correctly like version 2.2.30 did. See attached picture.

#4287 multiple versions of same user in quick connect list normal fixed 15 years Windows
Description

the dropdown box beside the quick connect button is displaying 2 of the same user.

list looks like user1@… user1@… other_user@… user3@…

it started when i changed the password for "user1@…" i retyped the user info in the text boxes and pushed connect and now the list shows both versions of the user.

the one connects with the new password and the other connects with the old password.

you should check if the user is already in that list and just update it.

#4291 Activity indicator lights not working in 3.2.2.1 normal fixed 15 years Windows
Description

The red/green activity indicator lights in the lower right corner of v3.2.2.1 don't activate when receiving or sending data. I've tested this w/ a regular FTP server and FTP over SSH. The lights remain dim regardless of whether I'm uploading or downloading data.

#4295 Transfer connection interrupted: ECONNABORTED - Connection aborted low rejected 15 years Windows
Description

I get this error when I try to open my www folder on the server. Here are the details: Command: PWD Response: 257 "/www" is current directory. Command: CDUP Response: 250 CWD command successful. Command: PWD Response: 257 "/" is current directory. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD /www Response: 250 CWD command successful. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (207,159,146,172,184,71). Command: LIST Response: 125 Data connection already open; Transfer starting. Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Response: 550 .: An established connection was aborted by the software in your host machine. Error: Failed to retrieve directory listing

#4296 Crash on the second start after update from 3.2.0 to 3.2.2.1 on Vista Home Basic SP1 normal rejected 15 years Windows
Description

FileZilla 3.2.2.1 i586-pc-mindw32msvc x86_64-unknown-limux-gnu 2009-02-21 i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) -g -O2 -Wall -g -fexeptions

OS Windows Vista Home Basic SP1

After update FileZilla start and work. I close programm and start it again - crush. Error text on original: "Приложению не удалось запуститься, поскольку mingwm10.dll не был найден. Повторная установка приложения может исправить это проблему." Eng: "This application has failed to start because mingwm10.dll was not found. Re-installing the application may fix this problem."

After reinstall FileZilla starts, but only a single time.

#4297 No local directory tree for network file server normal outdated 15 years Windows
Description

When I access my Terastation network file server in FileZilla, using a network address of the type
Tera\Shared1\ in the local site input box, everything works fine except the local directory tree pane does not update. Whatever irrelevant directory tree was there previously remains displayed. Navigation is only possible using the directory pane itself. I generally have to turn off the directory tree display when accessing the Terastation in order to avoid accidentally switching back to the computer drive.

#4298 Floppy impassible by arrow keys Jeff low outdated 15 years Windows
Description

IF A: is empty (no floppy), the arrows cannot get you passed the floppy..

if possible, a blank listing or a default (C:\) list could appear instead.

Sorry, prefer keyboard programs, but can use mouse if necessary.

Great program!

Open Program, Tab to drive list, arrow down to A:, but gets returned to my computer instead. Pressing C or D don't allow you to jump past it either...

Not major. Thanks!

#4299 Editor Configuration using old editor even after editor change normal rejected 15 years Windows
Description

I have FileZilla running, the latest released version 3.2.2.1. I am using Vista Home Premium Service Pack1. When i try to open a file in the local directory, it says "The file <filename> can not be opened: The associated program <fullpath of program and filename> could not be found.". I used "Edit->Settings" and changed the "File Editing" to use "Use Custom Editor" and entered a different editor path (it was pointing to an older version of editplus and i changed to WebExpression). but when i try to open the file, it gives me the same message with the name of the previous editor. I played with various settings on the "File Editing" configuration window but it has no effect, i get the same error regardless. I also cleared the private data and this had no effect. i also have restarted the application and this also did not have any effect. I also changed the file association for the given file, at the explorer level this is changed because the icon is different now which is also right icon image for the file. but the program still does not open and gives the same error. When i right click on the file, Edit is grayed out but "Open" is not grayed out and that is what i am selecting to open the file. i also changed the editor from WebExpression to edit++ and still getting the same thing.

#4301 Cannot download files with "%" char in file names normal outdated 15 years Windows
Description

Hi,

I cannot download any files with a percent character in the file name. See following log messages:

Status: Starting download of /htdocs/blogger/becky/thesis/Chapter 6/Methanol/subtracted baseline data/15% Methanol PrP in 10 mM NaOAc.csv Command: PASV Response: 550 15% Methanol PrP in 10 mM NaOAc.dsa: Forbidden command argument Error: Critical error

#4302 Can not download long nemed file normal wontfix 15 years Windows
Description

FileZila Version : 3.2.2.1

Hi,

FileZila Client Can not download long named files that over 256 bites.

And Upload neither.

error message that: 'The system cannot find the file specified'

Please fix this.

Best Regards.

#4303 doesn't remember settings for overwrite files normal worksforme 15 years Windows
Description

When i upload a file that already exists FileZilla ask if i want to overwrite, abort etc. In the same screen there's an option to remember which action (overwrite) i choosed.

After i shutdown FileZilla and run it again the settings are lost.

#4304 Zip files are seen as directories by Filezilla client low outdated 15 years Windows
Description

If the files in the remote site are zip files, Filezilla see them as directories and the file transfer is failed.

#4305 Can't transfer files from a folder named with French characters normal rejected 15 years Windows
Description

If a folder name on server contains "Février", per instance, its files can't be downloaded. Log window displays "Response: 550 /Photos Mariage/Keiske - 21 Février/UKFR0900961.JPG: No such file or directory." and transfer report is "Could not start transfer". Renaming "Février" by "Fevrier" solves the problem.

#4307 550 Prohibited file name: .pureftpd-upload + critical error + contact admin in forum low rejected 15 years Windows
Description

We exchanged today through my filezilla client with a trusty friend some data (video + audio video files the day before). We had both the password for this common server on my machine (he is in paris me in the south west of france, 2 different locations and machines), ready that we were to only use it for this exchange and re-configurate later the server. Unfortunately, when i deleted the whole files, it remained 2 in a "prefs" of the public_html: 550 Prohibited file name: .pureftpd-upload.49a01112.15.4127.1db34fbf and .pureftpd-upload.49a00928.15.1f63.841bf5d1, both cant be retrieved in anyways, match my whole hard disk when compared to the local server (which ever is selected); cannot delete or rename them. As well, trying to upload these files got me a critical error. DESPITE IT, WE HAD NO PB TRANSFEERING THE FILES ONE WAY OR THE OTHER (but is this procedure allowed? i doubt it ... now).

I would like to know: -if this procedure is allowed or forbidden -if i can change my password keeping the same host name on the local server -if these 2 files may harm or not the security of the exchanges (in normal conditions and in case i could change my password)

  • if they could have been introduced here to hack voluntarly my server a3356674 hosted @ 216.108.235.38 (distant) or if it is just a consequence of a dysfunctional connexion and exchange;
  • if i order to sharpen risks in the future i should prefer to open a new account (new host name)?

I should add that i can delete with no pb my other accounts, one being hosted at the same root, with the same name of server a3356674, presenting the same characteristic, and this one too (it was unchanged when i reinstall filezilla and reconnect my local server)

I ask you to forgive me for this way to practice filezilla (i know pass exchange is never a safe way), but were not very used to it and it was a pretty much emergent work, that finaly we success to provide in the deadlines, and with the only help of this very practical soft i wish to keep in my favourites...

list of event follows:

Statut: Connexion à 216.108.235.38:21... Statut: Connexion établie, attente du message d'accueil... Réponse: 220---------- Welcome to Pure-FTPd [TLS] ---------- Réponse: 220-You are user number 21 of 500 allowed. Réponse: 220-Local time is now 17:41. Server port: 21. Réponse: 220-This is a private system - No anonymous login Réponse: 220 You will be disconnected after 3 minutes of inactivity. Commande: USER a3356674 Réponse: 331 User a3356674 OK. Password required Commande: PASS Réponse: 230-User a3356674 has group access to: a3356674 Réponse: 230-OK. Current restricted directory is / Réponse: 230-51 files used (0%) - authorized: 6000 files Réponse: 230 428152 Kbytes used (27%) - authorized: 1536000 Kb Commande: SYST Réponse: 215 UNIX Type: L8 Commande: FEAT Réponse: 211-Extensions supported: Réponse: EPRT Réponse: IDLE Réponse: MDTM Réponse: SIZE Réponse: REST STREAM Réponse: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Réponse: MLSD Réponse: ESTP Réponse: PASV Réponse: EPSV Réponse: SPSV Réponse: ESTA Réponse: AUTH TLS Réponse: PBSZ Réponse: PROT Réponse: 211 End. Statut: Connecté Statut: Récupération du contenu du dossier... Commande: PWD Réponse: 257 "/" is your current location Commande: TYPE I Réponse: 200 TYPE is now 8-bit binary Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,33,86) Commande: LIST Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 7 matches total Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,7,130) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 7 matches total Trace: Server seems to support LIST -a Statut: Calcul du décalage horaire du serveur... Commande: MDTM .ftpquota Réponse: 213 20090304195736 Statut: Décalage du fuseau horaire : Serveur : -28800 secondes, Local : 0 secondes. Différence : 28800 secondes. Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD public_html Réponse: 250 OK. Current directory is /public_html Commande: PWD Réponse: 257 "/public_html" is your current location Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,130,228) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 3 matches total Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD public_html Réponse: 250 OK. Current directory is /public_html/public_html Commande: PWD Réponse: 257 "/public_html/public_html" is your current location Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,180,61) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 3 matches total Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD prefs Réponse: 250 OK. Current directory is /public_html/public_html/prefs Commande: PWD Réponse: 257 "/public_html/public_html/prefs" is your current location Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,133,30) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 4 matches total Statut: Succès de la lecture du contenu du dossier Commande: DELE .pureftpd-upload.49a00928.15.1f63.841bf5d1 Réponse: 550 Prohibited file name: .pureftpd-upload.49a00928.15.1f63.841bf5d1 Commande: DELE .pureftpd-upload.49a01112.15.4127.1db34fbf Réponse: 550 Prohibited file name: .pureftpd-upload.49a01112.15.4127.1db34fbf Statut: Récupération du contenu du dossier... Commande: CDUP Réponse: 250 OK. Current directory is /public_html/public_html Commande: PWD Réponse: 257 "/public_html/public_html" is your current location Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD /public_html/public_html/prefs Réponse: 250 OK. Current directory is /public_html/public_html/prefs Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,81,55) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 4 matches total Statut: Succès de la lecture du contenu du dossier Statut: Connexion à 216.108.235.38:21... Statut: Connexion établie, attente du message d'accueil... Réponse: 220---------- Welcome to Pure-FTPd [TLS] ---------- Réponse: 220-You are user number 21 of 500 allowed. Réponse: 220-Local time is now 17:42. Server port: 21. Réponse: 220-This is a private system - No anonymous login Réponse: 220 You will be disconnected after 3 minutes of inactivity. Commande: USER a3356674 Réponse: 331 User a3356674 OK. Password required Commande: PASS Réponse: 230-User a3356674 has group access to: a3356674 Réponse: 230-OK. Current restricted directory is / Réponse: 230-51 files used (0%) - authorized: 6000 files Réponse: 230 428152 Kbytes used (27%) - authorized: 1536000 Kb Statut: Connecté Statut: Démarrage du téléchargement de /public_html/public_html/prefs/.pureftpd-upload.49a00928.15.1f63.841bf5d1 Commande: CWD /public_html/public_html/prefs Réponse: 250 OK. Current directory is /public_html/public_html/prefs Commande: PWD Réponse: 257 "/public_html/public_html/prefs" is your current location Commande: TYPE A Réponse: 200 TYPE is now ASCII Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,71,33) Commande: RETR .pureftpd-upload.49a00928.15.1f63.841bf5d1 Réponse: 550 Prohibited file name: .pureftpd-upload.49a00928.15.1f63.841bf5d1 Erreur: Erreur critique Statut: Démarrage du téléchargement de /public_html/public_html/prefs/.pureftpd-upload.49a01112.15.4127.1db34fbf Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,7,89) Commande: RETR .pureftpd-upload.49a01112.15.4127.1db34fbf Réponse: 550 Prohibited file name: .pureftpd-upload.49a01112.15.4127.1db34fbf Erreur: Erreur critique Statut: Récupération du contenu du dossier... Commande: CWD /lenvelopp.mp3 Réponse: 250 OK. Current directory is /lenvelopp.mp3 Commande: PWD Réponse: 257 "/lenvelopp.mp3" is your current location Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,126,131) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 2 matches total Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD /urh.htm Réponse: 250 OK. Current directory is /urh.htm Commande: PWD Réponse: 257 "/urh.htm" is your current location Commande: PASV Réponse: 227 Entering Passive Mode (216,108,235,38,90,182) Commande: LIST -a Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 2 matches total Statut: Succès de la lecture du contenu du dossier Statut: Récupération du contenu du dossier... Commande: CWD /public_html Réponse: 250 OK. Current directory is /public_html Commande: PWD Réponse: 257 "/public_html" is your current location Statut: Succès de la lecture du contenu du dossier Statut: Déconnecté du serveur

#4309 Upload of large files completes, but shows zero bytes on server high outdated 15 years Windows
Description

Re: Filezilla 3.2.2.1

Hello, I enjoy using Filezilla daily, but there's a bug when uploading large files. This has occurred in previous versions of Filezilla, but I haven't reported it until now. The uploads complete, only to show zero bytes on the server. The uploaded files do not play or download when requested by a browser. These are mostly audio and video files in excess of say 100 MB up to 250 MB. I've tried uploading the same files to the same server directory with other clients - WS-FTP, Cute, Smart, ftp Explorer, ftp Voyager, etc. They all complete the transfer and show the correct file size. Which makes me think there's a subtle bug in Filezilla. I've attached the Filezilla verbose log. For now, I'm using WS-FTP to transfer large files.

#4311 MVS empty directory not connected to any server normal fixed 15 years Windows
Description

When using servertype 'MVS, OS/390, z/OS' and a 'default remote directory' (Site Manager/Advanced tab) that doesn't return any files, FileZilla says 'not connected to any server' and does not let file transfers (upload) take place. FileZilla client is 3.2.2.1.

#4312 A way to disable the "Theme" which slowly scans all files in the folder normal rejected 15 years Windows
Description

Seems that everyday my copy of Filezilla is getting slower and slower to start. I believe the problem comes from the "Theme" feature which scans executable on other file to tag on a nice little image.

This scanning should be a separate thread which doesn't affect the performance of the client. Currently it hangs until this scanning is done.

Please include a Theme named "Disable" and make no file scanning is done.

To test : Put 30-40 files in a folders which are executables. Also, try to go with a loaded "My Documents" folder.

#4313 Automatically downloaded xxx-setup.exe doesn't start low outdated 15 years Windows
Description

This is technically not new - it was well described in Ticket #1414, but that ticket was timed out by the tracker. After the setup app downloads (I put it on the desktop because I know I'll have to click it), it attempts to start but fails with unknown error 193. This is on Windows XP SP3, and I have Panda for Desktops as my antivirus.

From what I can tell on Google, the error code 193 means "%1 is not a valid win32 process."

No biggie, just a nuisance, and it's been that way ever since I discovered your wonderful Filezilla client last summer.

#4316 Unhandled exception: Access Violation reading location 0x00000004 normal outdated 15 years Windows
Description

FileZilla Client 3.2.2.1 Vista Business SP1, up-to-date as of 07.03.2009

FileZilla Client crashes during transfer of 760 files (appx 200MB) to an FTP server. Debugged using VS 2008, got following message:

Unhandled exception at 0x0094f3d9 in filezilla.exe: 0xC0000005: Access violation reading location 0x00000004.

No symbols found.

#4319 Filezilla crashes when trying to transfer Files with diacritic marks low invalid 15 years Windows
Description

Filezilla client crashes reconstructible if I try to a File with apostrophes in the name.

http://img7.imageshack.us/img7/9954/screenpng.png

AppName: filezilla.exe
AppVer: 3.2.2.1
ModName: filezilla.exe
ModVer: 3.2.2.1
Offset: 0054f3d9
#4320 I can't access my account with FileZilla low rejected 15 years Windows
Description

Hello i can no longer access my account; at the connection, the user name is accepted, but with the password, that remains frozen, and then i displays the following message: "Resolution of the address of abderrezak.freehost10.com Status: "Resolution of the address of abderrezak.freehost10.com Status: Connecting to 74.63.216.132:21... Status: connection is established, awaiting the welcome message... Answer: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Answer: 220-You are user number 40 of 50 allowed. Answer: 220-Local time is now 05:37. Server port: 21. Answer: 220-This is a private system - No anonymous login Answer: 220-IPv6 connections are also welcome on this server. Answer: 220 You will be disconnected after 15 minutes of inactivity. Commande: USER abderrezak Réponse: 331 User abderrezak OK. Password required Commande: PASS * Réponse: 530 Login authentication failed Error: impossible to establish a connection to server."

And I have not changed my password; that is what I do? Thank you. For your information, i have uploaded with this account my database please, help me

#4321 Popup menu entries are black until the mouse hovers them low outdated 15 years Windows
Description

I dont know if it's only a FileZilla problem but it came up two times after i used the programm. All entries in the menus are black (black font and black background) until i move the mouse over them. THen they become visible. The problem exists now in all popup menus of my operating system (win xp sp3). Entries are black when i open a popup...very annoying. It's NOT a problem of a visual style!

#4324 Queue file sizes incorrect (skips 1GiB) normal rejected 15 years Windows
Description

I was just uploading some files, using filezilla (sftp). And I noticed that the queue size was correct below 1GiB, but just more jumped to 2GiB ?

I am using the dutch localisation (if it matters)

#4328 remote file edit problem when editing multiple files with same name but in different folder high fixed 15 years Windows
Description

I have to edit many files with same name that are on different folders. eg: /dev/web.config, /live/web.config, etc. The problem is that after completed editing the first file and uploading it and then editing the second file and saving it triggers two "file has changed" dialog boxes. and if saved, the first remote file is overwritten with the second file.

FileZilla client version: 3.2.2.1 System: Windows XP SP3 on Intel P4 3.0GHz

#4329 3.2.2.1 not showing uploads normal worksforme 15 years Windows
Description

The former version I had listed the successful upload in the lower right box. Now, it only showed the first upload, yet said my uploads were successful. It also looked like they were successful.

#4330 Cannot upload mp3 files, but can upload all other text correction low outdated 15 years Windows
Description

New website - www.TheCrossingsLancasterPA.com / I did not build the site and am not a "techie." / I can make text corrections and update the site using FileZilla. That part works fine. / I need to be able to post mp3 files of Sunday teachings / When I use FileZilla, it takes the normal amount of time and it appears as though it is posting to the website / When the process is complete, on the website side, it shows "0" file size / I send the exact same sound file to the guy who built my site and he is able to upload it using FileZilla. / He uses FileZilla and has guided me to do the same / He is not the maintainer of the site and I have to be / What do I need to do or to adjust so that I can post the mp3 files from here?

#4331 Directory listing includes date as part of filename when connected to xbfilezilla normal rejected 15 years Windows
Description

Using FileZilla 3.2.2.1 to connect to the FileZilla server embedded in XBMC the remote directory listing includes the date as part of the filename making it awkward to navigate the remote tree. This seems to be a new fault that didn't exist in a previous version (though I don't know what version the previous working one was).

For example, using Windows XP ftp client to list directories:

ftp> cd F
250 CWD successful. "/F" is current directory.
ftp> dir
200 Port command successful
150 Opening data channel for directory list.
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:26 Games
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:26 Apps
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:27 Pictures
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:27 Music
drwxr-xr-x   1 ftp      ftp             0 Feb 29 19:28 Video
drwxr-xr-x   1 ftp      ftp             0 Mar 10 07:41 hddloader
226- Free space: [C:\ 308.97 MB] [E:\ 4.77 GB] [F:\ 138.40 GB] [G:\ 0.00 bytes]

226 Transfer OK
ftp: 378 bytes received in 0.02Seconds 23.63Kbytes/sec.
ftp>

However, in FileZilla's remote tree I see

Filename /              File Type    Last Modified
..
Feb 29 19:26 Apps       File Folder
Feb 29 19:26 Games      File Folder
Feb 29 19:27 Music      File Folder
Feb 29 19:27 Pictures   File Folder
Feb 29 19:28 Video      File Folder
hddloader               File Folder  10/03/2009 07:41:00

The fault only appears to affect filenames with a capital letter at the start, so "hddloader" is reported correctly and is the only one to show a last modified date.

For reference here is the welcome message from the remote machine.

$ ftp xbox
Connected to xbox.private.
220-Welcome to XBOX FileZilla (XBMC)
220-version: XBMC:FileZilla version 1.5.6, (based on FileZilla Server 0.8.8)
220 http://sourceforge.net/projects/xbfilezilla
User (xbox.private:(none)): 
#4335 FileZilla doesn't work with non-english filenames normal rejected 15 years Windows
Description

Go to an FTP site with non-english filenames in FileZilla (by non-english I mean Chinese, Korean or Japanese)

Notice that the filenames do not even show up in Filezilla at all. Use the built in windows ftp.exe to do the same, notice that they do show up.

#4336 View/Edit function doesn't work for two files or more Levani normal fixed 15 years Windows
Description

I'm using Dreamweaver as my default editor and when I select two or more files at the same time, the function doesn't work. No error or so, the download process just isn't starting.

#4338 3.2.3-rc1 crashes with synchronized browsing sites blocker fixed 15 years Windows
Description
  1. enable synchronized browsing for a site
  2. connect
  3. navigate to any sub-folder
  4. double click the local pane 'navigate up a level' icon
  5. it crashes every time
#4339 sorting for last modified does not work properly normal fixed 15 years Windows
Description

If i sort the files and folders on the last modified column i get a random sorted list. version: 3.2.3-rc1

#4342 "Econnrefused" Message normal outdated 15 years Windows
Description

I upgraded today and got a "ECONNREFUSED" message. Connection refused by server. This is a first for me, so I had to do it the harder way.

I have Zone Alarm, but it's never stopped it before. My PC is running home edition XP.

Here's an image of the problem http://screencast.com/t/usRPu1Xr

Brian

#4343 Transfering 1 file it's getting transferred multiple times normal outdated 15 years Windows
Description

I am using Latest FileZilla 3.2.2.1. I transfer a file and the same file in place of getting transferred 1 time, keeps on getting transferred again and again.

#4344 Incorrect sort order - Remote site high duplicate 15 years Windows
Description

Using FileZilla Client 3.2.3-rc1

When connected to an ftp site, I clicked on the "Last Modified" column header in the Remote Site window. Files are *not* sorting correctly by Last Modified Date (whether ASC or DESC is irrelevant).

Attached image shows files obviously NOT sorted in descending order from Most to Least recent by Last Modified Date

#4345 can't change local folder when in sync mode, only can do in remote pane normal duplicate 15 years Windows
Description

can't change local folder when in sync mode, only can do in remote pane

#4346 Multi-level directories and files upload problem high outdated 15 years Windows
Description

I have been uploading files which has more than 7,400+ files and 2,200+ directories for the past 2 days to our web hosting. I have tried the upload a dozen of times every time clearing the files again on the server to make sure that it will re-upload everything.

The problem encountered is after checking the files, there are a lot of missing files on the server especially if its in the 2nd or 3rd level directory although files on lower directories are complete (well it looks like its complete).

After a couple of re-tries (deleting and re-uploading the files), I checked the list of "Successful Transfer" and the missing files was not in the list. Note, there are no failed transfers.

After this, I re-queued the files by dragging the files again to the Queue list. Making sure the files that I noticed are missing is in the queue list. This time, I didn't delete the files in the server but selected the "Skip" option for the existing files.

It was able to upload some of the missing files, but after running the web application there are still lots of missing files.

This is getting tiring. Its not possible to check every 7,400+ files to see if they are all uploaded. Just checking them will take days which will hamper our productivity. Actually it already hampered our development and productivity since I have been trying to upload our web app since yesterday.

I know this was working prior to updating to the current version (3.2.2.1)

OS is Windows XP with SP3

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