Custom Query (2164 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (101 - 200 of 2164)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Summary Status Owner Type Priority Component
#4235 "Treat files without extension as ASCII file" should be unchecked by default reopened Bug report high FileZilla Client
Description

With this option checked by default,

  • Copying C:\NTLDR fails because it's copied as ASCII
  • Copying /bin/ls fails
  • Backing up a CMS that encrypts the filenames of attached files (=>with no extension) fails

ASCII convertion is file modification. Files without extension are of unknown type. Modifying files of unknown type is really something that shouldn't be default behavior.

I'm reporting this bug after having ~2000 corrupted files because of it. And I discovered that the files were corrupted after a week, so even my backup is corrupted. ASCII convertion for binary files corrupts them irreversibly, please don't do it by default.

#4391 Editbox with autosuggest for site manager right before the "host" field. new Feature request high FileZilla Client
Description

As the summary says it would be great to have a field with autosuggest (prompting the data you got in the site manager) right before the host field. I personally have 100+ websites added to the site manager and I had to split them in directories, but this slow me down each time I need to connect to a different one. I would rather type some of the text of their title and have the fields filled up with an hit of enter key. I think it would increase the usability by a lot.

#4461 Suggestion - Latest opened files. new Feature request high FileZilla Client
Description

Hi folks, 1st of all, nice to meet you all, and congratulations for the amazing tool.

I'd like to leave a suggestion to have in the menu FILE the latest opened files. It would list the last 10 or more files (configurable in the settings). So, if I click on it on the menu FILE, it sends me to the file/folder in the REMOTE SITE (SERVER).

Thanks in advance and keep the amazing work.

#4571 "Transfer as" and "queue as" function new Feature request high FileZilla Client
Description

it would be great if filezilla would have the two file-transfer-options "transfer as" and "queue as" like flashFXP. that´s the only reason i have to use flashFXP in some cases. this would allow user to rename files before downloading

#4641 Extended passive mode should be prefered over old passive mode new Feature request high FileZilla Client
Description

Filezilla client only uses the old passive mode when passive mode is requested for connection. The newer "extended passive mode" (EPSV RFC 2428) should be the prefered connection method, because it can better deal with NAT on the server side.

#4719 Fails to Connect through proxy new Other high FileZilla Client
Description

10:00:25 Status: Connecting to ftp.securetrends.co.il through proxy 10:00:25 Status: Connecting to 192.168.2.122:8002... 10:00:25 Status: Connection with proxy

established

, performing handshake... 10:00:46 Error: Connection timed out 10:00:46 Trace: CControlSocket::DoClose(2050) 10:00:46 Trace: CFtpControlSocket::ResetOperation(2114) 10:00:46 Trace: CControlSocket::ResetOperation(2114) 10:00:46 Error: Could not connect to server 10:00:46 Trace: CFileZillaEnginePrivate::ResetOperation(2114)

#4811 shortcut to directory still link to old directory if shortcut changed on server new Bug report high FileZilla Client
Description

There is a shortcut of a directory on server, filezilla can resolve it and enter the correct directory at first time. Then server updates the shortcut pointing to another directory, firezilla client enters the old directory still.

Refesh (F5) it, still wrong directory.

#4859 Remote Site Directory Listing shows incorrect date in FileZilla Client 3.1 and higher new Bug report high FileZilla Client
Description

I have several people who use FileZilla to connect to an SFTP site on a Core FTP Server on a Windows XP SP3 Dell computer. This is occurring on several different computers in several versions of FileZilla - definitely from 3.2 up and I believe at least one person has 3.1.x. The computers are all running Windows XP SP3 and are up to date on patches. The problem does not occur in older versions of Filezilla such as version 2.2.8d. When the file is downloaded, it has the correct date.

The incorrect dates on the folder start with 12/31/2009 and go through 12/15/1970. The correct dates for the folders begin with 10/21/2008 and go through 10/5/2009.

Please let me know if you need any additional information.

Thank you.

#5062 Increase Max Simultaneous Transfers from 10 to 200. reopened Feature request high FileZilla Client
Description

Hi there,

Why it is not possible to change Maximum Simultaneous Transfers bigger than 10 ? I have access to High Internet Speed and I want to upload 8000 small files (Joomla CMS)to my server but I should wait a lot. CuteFTP Allow us to use 200 Maximum Simultaneous Transfers ! But I love FileZilla. FileZilla is the best FTP Client for linux.

Best Regards

#5105 "Use the server's external IP address instead" option doesn't work reopened Bug report high FileZilla Client
Description

The "Use the server's external IP address instead" option doesn't work as expected. Even if the option is set, Filezilla client uses the address returned in the PASV command instead of the server's external IP address.

Note for the developper : The bug is located at line 3837 in source file ftpcontrolsocket.cpp (Filezilla client 3.3.1) Replace the test else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 2)

with

else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) != 1)

It looks like the option can't have the value "2" so the test returns false everytime.

#5260 fast switch option for maximum simultaneous transfers new Feature request high FileZilla Client
Description

user can control copying time -> much small files -> more simultaneous transfers -> big files -> no speed reduction (in lan) -> 1 file, no simultaneous transfers

idea:

a feature to enable/disable. this feature may analyses the queue and sets rules for files or at least the option to fast switch this.

#5265 Large file upload poorly handled new Bug report high FileZilla Client
Description

I was trying to upload a large (7.5gb) iso image. After some point the file size at the remote location was decreasing versus increasing. Resume does not understand how much of the file has been previously uploaded and eventually uploaded 11gb for a 7.5gb file. If the upload is made in a single continuous session the result is OK, but for example a local file of size 7,960,723,456 is reported as 692,211,136 at the remote site in FileZilla. Actual size at remote site is 7,960,723,456

#5334 Cannot connect to SFTP server: "Server unexpectedly closed network connection" new Bug report high FileZilla Client
Description

Duplicate of bug #3823 (http://trac.filezilla-project.org/ticket/3823) but could not find solution there.

The problem only is with some SFTP servers (actually I only know one).

I can establish a good connection with other servers, and can establish a good connection with both PuTTY (SSH) and PSFTP.

Messages:

Status: Connecting to server.example.org... Trace: Going to execute "C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe" Response: fzSftp started Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started) Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ConnectSend() Command: open "user@…" 22 Trace: Looking up host "server.example.org" Trace: Connecting to 1.2.3.4 port 22 Trace: Server unexpectedly closed network connection Error: Server unexpectedly closed network connection Trace: CControlSocket::DoClose(64) Trace: CSftpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Waiting to retry...

#5407 retain permission settings new Feature request high FileZilla Client
Description

It would be extremely handy if there was a way for FileZilla to retain the permission settings for files copied from one place, so that it could restore the permissions to the original settings when those files are uploaded to another server.

#5436 Remote directory listing does not refresh after upload new Bug report high FileZilla Client
Description

Uploaded file appears in remote directory listing only after reconnection

#5459 Priority File Transfer List new Feature request high FileZilla Client
Description

I would like to see an option/filter where you can set in which order files should be transferred in. All files are transferred according to the priority list and if the file/files doesn't match it get transferred after the original file order.

Really hope that this will be added in a near future since it will make this good ftp client a lot better

#5464 Possibility to edit temporary file location/structure new Feature request high FileZilla Client
Description

Hi, it will be awesome, if you provide any possibility to be able to edit the temporary file structure (the temp. file directory is /tmp/fz3temp-1 for linux)

For example you can provide some keys like;

%remotehost% %remotedir% %filename%

and a possibility for the users to configure the temporary file directory like;

tempdirectory = /home/myname/ftpcache/%remotehost%/%remotedir%/%filename%

All the keys and configs are fictional. I have no idea about FileZilla's config. structure etc. Bu I think my point is clear...

With this possibility I will never need to use another FTP client and/or FTP plugin (the same functionality is provided by Notepad++ with FTP Synchronize plugin installed)

Thank you... Mahir

#5523 Keep the focus on last file selected while changing tab new Feature request high FileZilla Client
Description

When i work on a website i used to update 4 or 5 files at the same time. Thanks to the tab system, i do not have to walk throught different dir in my website tree. Unfortunatly when i come back on a tab (ctrl + tab OR ctrl + shift + tab) the last file which was selected isn't focused anymore.

#5539 Duplicated Entries in Site Manager new Bug report high FileZilla Client
Description

Hi

I am using newer filezilla "3.3.4.1" But i am reporting a bug for previous version "3.3.4"

While using FileZila "3.3.4" i faced a problem like all the existing site manager entries got duplicated automatic, there are more than 200 sites are stored in Site Manager & those are automatic duplicated to 400.

And also there is no multiple selection option to delete all duplicates sites at one go.

and if i am delete middle entry the scroll bar gets up after deleting site , its not stay at the last moment

#5608 resume function does not works if server is not connected new Bug report high FileZilla Client
Description

win32 version but i think error exist on all OSes.

1) start FZ with 2/3 Mo of the file already on the remote server on the first screen, i start FZ with "process queue" the file start at 0 not a 2/3 Mo so resume hasn't work

2) start FZ with 2/3 Mo of the file already on the remote server on the second screen, i start FZ with "process queue" the file ask me to resume or not and if i choose resume start at a 2/3 Mo so resume worked well

"critical" flag is selected coz i was not happy than resume has not worked when i resumed at 95% a file of 4 GB !!!

ps: screenshot files will be added later if i can upload before create the ticket else i will use imageshack

#5612 Insufficient Logging in Server new Feature request high FileZilla Server
Description

Hiho,

in my opinion the server logging is quite poor. It would be useful that some information will be added, e.g.

  • Transferred bytes at end of file transfer (up and down), this is needed to build a log analyser.
  • Options to control the messages to the log file, the 200 replies are often superfluous.

Thanks in advance Agent Purple

#5679 transfer loss of properties new Bug report high FileZilla Client
Description

system-date: FileZilla Client


Version: 3.3.4.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-08-16 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.3

Operating system:

Name: Windows NT 6.1 (build 7600) Version: 6.1 Platform: 64 bit system


You are updating automaticly, so I think these data are correct.


Bug: 1. using a transfer of .gif or .jpg, Filezilla is sometimes forgotten it should be binary, so it transfers as a ascii file, result no image displaying. Nevertheless : these are not registered as ascii . 2. I use very often csv files ( comma seperated values = textfile ), can be dot csv , can be dot tsv or something else. Both are registered as transfer like ascii. Nevertheless : the software wants to transfer binary.

Would be very nice, to solve this problem.

#5689 Impossible to read address bar drop down reopened Bug report high FileZilla Client
Description

If you have the directory tree enabled, the address bar is cramped into the space above that pane instead of spread across the two panes.

It's impossible to choose another directory because the dropdown cuts everything off after one or two levels. See attached.

#6488 Copy full filename in local queue pane to clipboard new Feature request high FileZilla Client
Description

Wow! What a list of feature requests. Well this one is certainly not life and death!

It would be a nice feature to add 'Copy Filename to Clipboard' to the right-click popup menu for files in the processing queue.

#6492 Deleting a symbolic link removes the linked directory content instead of deleting itself new Bug report high FileZilla Client
Description

When attempting to delete a symbolic link on a linux server, filezilla 3.3.5.1 deletes the content of the directory pointed by the symbolic link links to and does not delete the symbolic link itself.

Tbhis is totally unexpected : FileZilla acts the opposite of the rm command.

The expected behaviour is to have the rm command equivalent :

When deleting a symbolic link, it should just delete the symbolic link.

#7175 Can't move Filezilla for Mac window. The top of Filezilla is stuck under the Mac menu bar. reopened Bug report high FileZilla Client
Description

I have the latest version of Filezilla for Mac and am using Mac OS 10.5.8.

The problem is that the top of the Filezilla window is stuck under the Macs menu bar so I can't move the Filezilla window to a different location on my screen.

I took a screenshot of it but don't see anywhere here to attach it so you can see it.

Thanks

#7176 FileZilla SFTP does not accept >=100 char passwords new Bug report high FileZilla Client
Description

TAKES THE PASSWORD BUT DOES NOT SEND TO SERVER.

ANYTHING OVER 99 CHARS AND I CAN AUTHENTICATE.

Trace: Pageant is running. Requesting keys. Trace: Pageant has 0 SSH-2 keys Command: Pass: Trace: Sent password Trace: Access denied Error: Authentication failed.

WORKS WHEN I CHANGE LENGTH OF PASSWORD

#7198 refreshing changed files new Feature request high FileZilla Client
Description

On the left panel I have opened files from my PC, on the right panel I have FTP files from server.

When I change or rename any files in my PC with my HTML editor and save them back on my PC, the files on the left panel in Filezilla remains unchanged as they were before - with old filename and not ordered by date of change untill I refresh the panel. I need to reopen my directory in filezilla or refresh to see the changed files.

Is it possible to sort the files automatically when they are changed? For example Total Commander works with automatic refresh - when I change any file, the file is automatically changed on opened list too.

#7227 Directory and filename parsing issues with OSX machine bound to Active Directory new Bug report high FileZilla Client
Description

I have a PC running Windows and an Intel iMac running Leopard (10.5.8) which is bound to Active Directory for user authentication. SSH was enabled via the "Sharing" Preference Pane (aka Remote Login). When I use FileZilla to SFTP into the Mac, it incorrectly parses the folder and file names. Specifically, the "Group" name seems to be throwing it off. I've attached an example of what I see in the File and Folder panes in FileZilla. If I attempt to double-click on, say, the Desktop folder to open it I get:

Error: "Directory /Users/hunters/advanced administrators     1054 Mar  1 14:01 Desktop: no such file or directory".

I can provide more information if it helps. Have also verified that the Mac version of Filezilla client also has this bug.

#7228 Windows Taskbar Integrated Progress Bar new Feature request high FileZilla Client
Description

Showing TOTAL progress on the windows 7 taskbar would be very handy..

#7248 files do no list if user group has spaces new Bug report high FileZilla Client
Description

I have a customer that has spaces in their user groups (why, because they can). FileZilla Client does not dislplay any filenames where the user group has spaces in it. If I chomd the files with a user group that does not have a space, the files list in the FileZilla client.

#7249 Realtime search box accepted behzad Feature request high FileZilla Client
Description

Could you place a box in each local/remote panes to search in displayed files and folders? Like Firefox search box that searches in folder tree (that are displayed) and highlights matched files in tree

#7283 Allow deletion of source files/folders after transferring new Feature request high FileZilla Client
Description

Hello Is it possible for the developer/s to add an option of deleting the source files/folders after a FTP transfer has been successfully completed in the next release of FileZilla Client?

#7288 Overwrite file should occur if the filename is same and filesize is different new Feature request high FileZilla Client
Description

Hi, Would you please add this feature; if the filename is same but the filesize is different then overwrite otherwise dont overwrite. Sometimes whent the connection is broker and partial files are sit in the destination location. Source files should overwrite those partial files. Thanks

#7308 Skip the file to download/upload if the Filename and FileSize is the same otherwise overwrite new Feature request high FileZilla Client
Description

Hi, Would you please add this feature; if the (1)filename and (2)file-Size are the same as the source and the destination location then it should skip the file to download/upload to/from the server. Currently it skips the file only if the filename is the same. It doesn’t check the filesize. I would like to skip the file if the source filename and file-size is the same otherwise overwrite. Thanks, Tim.

#7336 Not able to export the bookmarks new Bug report high FileZilla Client
Description

The bookmarks are very useful, but I am not able to import and export them.

#7346 incomplete and corrupt file transfer new Bug report high FileZilla Client
Description

Filezilla version: 3.4.0

Compiled an executable on linux using:

arm_v5t_le-g++ -o t test.cpp

when I upload the file to an embedded linux system, t is not complete and some of the bytes that is transfered, is not the same as the original ones.

original: size = 93117 bytes remote: size = 92867 bytes

But if I change the name of the file to t.run, then the transfer is ok!

Used ghex to compare original and remote version. It is the same at file start but after a while they differ, so its not just a truncated file transmission.

Attached files:

1) original file: t.original 2) remote file: t.remote

Kind regards, Mattias Aronsson

P.S. Your ftp client is really nice looking! D.S.

#7364 Keyboard shortcuts for Mac!!!! new Feature request high FileZilla Client
Description

You HAVE to change the keyboard shortcut for downloading/ uploading files from Command+down_arrow to something else! This is a standard shortcut for entering lower directories in the Mac OS. It's absolutely crazy to use this for anything else. I hope you can change this in the upcoming release!

Using version 3.5.0 of Filezilla

#7377 Nervewrecking error popups when forcing win proprietary encoding new Bug report high FileZilla Client
Description

I'm using filezilla 3.5.0 to connect to an ftp server which is also used as a ms windows remote drive, thus file encoding must be the one used by the windows "remote mount" dialog (where it cannot be configured).

Since the machine is used by German locale clients, the right encoding is "Cp850", and up- and downloading using this configuration works with files containing e.g. umlauts.

Filezilla however displays nerve-wrecking error pop-ups "cannot convert from the charset Cp850", which is simply wrong.

#7436 Failed recursive directory upload new Bug report high FileZilla Client
Description

case: filezilla 3.5, ssh connection, uploading whole directory

It seems that filezilla improperly handles the response to the SSH_FXP_REALPATH command. According to the ssh drafts the server can reply with the the SSH_FXP_STATUS upon failure (Specified file path is invalid. reason=2; File not found reason=2) and from then on it is client responsibility to act upon those responses.

Server side responses:

Sending SSH_FXP_STATUS: : /00149642: Specified file path is invalid. reason=2

Sending SSH_FXP_STATUS: : File not found reason=2

Usually when a directory does not exist on the remote server, the client will receive such error message and then should issue the make directory.

Attached is the filezilla log in debug mode.

#7437 Preserve timestamps of uploaded files are not preserved new Bug report high FileZilla Client
Description

I find that when I upload a file to any server the Preserve timestamps of transfer file do not work in ver 3.5. When I test using other ftp program to the same site it is ok. please check

#7439 Unable to see any files on pc or server ! new ANYBODY Bug report high FileZilla Client
Description

I downloaded filzilla today. I followed some tutorials and read a few forums about using filezilla. I am unable to see any files on my pc or my server to upload. I also enabled in the debug window "Show raw directory listing", still nothing viewable ! And I am unable to delete any files on my server ! Please look at my screen shots here http://www.mediafire.com/

Please contact me at n e b l e n d e r @ g m a i l . c o m

#7450 recentservers.xml save the pasword in clear code new Bug report high FileZilla Client
Description

Hallo,

i found in the directory FileZila on a MS Windows Desktop PC the file recentservers.xml and if i open this file, then i can read my pasword in clear code.

I think, it is verry dangerous to save paswords in xml-files in a clear code.

Perhaps it is possible to save this pasword encoded?

Thanks

#7739 cannot connect to sftp server - "Too many authentication failures for user" reopened Feature request high FileZilla Client
Description

Filezilla 3.5.1 cannot connect to sftp servers with either key based or password based methods. Logs with debuging/verbose=3 attached.

I have verified that this is not a function of my system by repeating on an independent box with the same results. As well, I am pretty sure that nothing is wrong with the server because I used "sftp -P 34451 facade@mars" from a shell and connect just fine. As well, using gftp, I am able to connect. The Host OS is Archlinux x86_64 which is up-to-date (Arch is a rolling release).

#7749 FileZila unusable with network drives new Bug report high FileZilla Client
Description

It takes appx 3 minutes to get interface loaded if there are network drives present on the system. Further actions take even longer, and cause app to become non-responsive too.

#7751 Latest VMS file version not uploaded new Bug report high FileZilla Client
Description

VMS stores several versions of a file.

I am using "Strip VMS revisions" and overwrite if file is newer options.

I would expect to only receive the latest VMS versions on my Windows machine.

It seems like I receive a random version of the file.

#7757 Issue uploading folders containing files to Maverick SSHD version 1.4.32 new Bug report high FileZilla Client
Description

FileZilla client not able to upload folders containing files to Maverick SSHD version 1.4.32

Folders that do not exist on the Server Maverick sends back: SSH_FXP_STATUS: : File not found reason=2

FileZilla does not appear to be properly interpreting the response and does not issue a SSH_FXP_MKDIR

#7759 User Experience Problem - move right click's Reset & Requeue up one new Feature request high FileZilla Client
Description

Hi, I'm always scared that I'll completely remove a failed file transfer because of a problem with the user interface.

Basically, when a file fails, it goes into the failed tab - as you know! You then right click it and there are a list of options. The first option is 'Remove', the second option is 'Reset/Requeue'. Great. Now, it goes to the Queued files area. You right click again - but 'Process Queue' is in the first position - on the other tab, 'Remove' is in the first position. It would be nice if 'remove' was the SECOND right click option on the 'Failed Transfer' tab, as it would create a better User Experience and make it easier to requeue and restart the failed file.

I hope this makes sense! I can include screenshots if not.

I've ranked this as high as new users may expect these options to be in the first position, and may accidentally remove failed files (and it's almost impossible to tell which were removed if there are a lot).

Thanks!! :) Great software.

#7768 When updating filezilla.app.. the program wont open, the icon bounces & console says theres a permissions problem new Bug report high FileZilla Client
Description

When updating filezilla.app the program wont open, the icon bounces & console says theres a permissions problem.

Ive tried:

  • Adding System, Staff, Administrators, Wheel, Everyone all as "Read & Write" for the app. Doesn't fix it.
  • tried chmoding Filezilla with "chmod -R +rwX FileZilla.app" and "chmod -R +rw FileZilla.app" and nothing works.

i've tried deleting everything associated to the program (application support, the app, xml files, etc) and restarting, clearing trash, resetting pram... and also just installing fresh.

now it seems it's stuck not working.

this has happened on 2 previous updates and it was a month or two ago and i forgot how i fixed it. i want to say the adding system worked last time. but not this time.

ive verified & repaired disk permissions. no dice...

#7810 Can not connect to sftp server if putty have a same site setting. new Bug report high FileZilla Client
Description

I use putty as a proxy to phpcloud.com, and save the setting in putty. but when I try use FileZilla to connect phpcloud, it will timeout after: Initialised zlib (RFC1950) decompression And when I delete the setting saved in putty, filezilla can connect to phpcloud successful.

I open the debug log, and the things different is: If I save the site setting in putty, FileZilla will doing: Initiating key re-exchange (enabling delay compression) and then will timeout after: Initialised zlib (RFC1950) decompression

It happened at FileZilla 3.5.1.0 and 3.5.2.0

#7833 Error with TLS Renegotiation - Rehandshake new Bug report high FileZilla Client
Description

An error occurred with TLS renegotiation while downloading file > 1 GB on server using passive FTP with explicit authentication on TLS.

#7843 Update content on server side new Bug report high FileZilla Client
Description

Hello,

I use Windows 7. In august 2011 I experienced that FileZilla Client did not update the content on server side - even after manual refresh. Maybe this bug has been resolved in newer versions of FileZilla Clients?

Thank you.

#7880 Save Download Queue new Feature request high FileZilla Client
Description

The download queue should be saved periodically. This should be done so that in the event a system or application crash occurs while an upload or download is in progress the data xfer can be resumed and continue where it left off without having to figure out what has completed.

A download was in progress using Filezilla build 7601 on Win 64 NT build which failed to respond due to a timeout. This resulted in loosing all downloads in the queue after Filezilla was killed and restated. If the queue list had been saved, every 2 min's then after the app crash the downloads could have been resumed. Since I did not know the locations I had been ftping from data was lost as a result.

please consider saving items in the queue so when an event does occur it doesn't wipe out the queue and an unexpected system or add crash.

Thank you \

--Steve

#7935 High speed sFTP transfers failing new Bug report high FileZilla Client
Description

OS : Win XP-SP3 FileZilla : 3.5.3 Protocol : sFTP

Uploading large files (1GB) using high-speeds networks, (speeds in excess if 8MB/Sec) fail with below error message

Error: File transfer failed after transferring 762,900,480 bytes in 226 seconds

Applying FileZilla Speed-Limit clipping speed to 3000 KiB/Sec allows to transfer file successfully. Using FileZilla transfer speeds from 4000Kib/Sec --> "unlimited" speed option causes transfers to fail.

We have tested transfering same file(s) using HP-UX sftp client and these upload flawless, speeds seen 6-7MB/Sec.

OpenSSH_4.4p1-hpn12v11, OpenSSL 0.9.7l 28 Sep 2006 HP-UX Secure Shell-A.04.40.011, HP-UX Secure Shell version

#8040 FileZilla adds home directory to list of tasks (cyrillic) new Bug report high FileZilla Client
Description

Hello!

I tries to send 12 files to server, but filezilla adds whole /home directory to list of tasks...

#8139 Citrix Client drives not visible in FileZilla new Bug report high FileZilla Client
Description

We are currently experiencing an issue with FileZilla 3.3.2 (Running in an App-V/SoftGrid bubble) in our production environment. The issue is reproducible with 3.5.3 running normally without any virtualization layer. The problem is as follows. We are running FileZilla in our Citrix XenApp farms W2K3R2/XenApp4.5 and W2K8R2/XenApp6.0 without any issues. In W2K8R2/XenApp6.5 however the client drives are not showing up. These are disks which are physically on the client but are presented as accessible drives on the Citrix Server. These are not showing up in FileZilla but are accessible from the Windows Explorer.

Since I'm not a programmer I don't know where to look in the sourcecode to find out what API calls are made that enumerate disks. This may be the wrong API or Citrix is intercepting these and manipulating them to return wrong data. Is you can please give me details of the API calls made we can also contact Citrix (we have a support contract) to investigate this issue.

Please also see this post on the Citrix Forum: http://forums.citrix.com/thread.jspa?threadID=305964

Best Regards, Marcel de Haas

#8157 Upload timeout when using Explicit TLS new Bug report high FileZilla Client
Description

Hi,

Got some issues when using Explicit TLS connexion to UPLOAD files. Connexion is ok, I can browse and Download without problems but can't Upload. The file is created on the remote side, then upload starts and the speed falls down to 0 after 1 second. Then the transfer timeout and try again.

No problems when connecting with other FTP clients.

Tested on client Client : Filezilla Client 3.5.3 Linux Debian Wheezy

Tested on Server : Pureftpd 1.0.22, Pureftpd 1.0.28, proftpd 1.3.4a Server OS : Debian

Here is the log when connecting on a pureftpd machine

Status: Resolving address of xxx.xxx.xxx Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FTP server ready. Response: 220 This is a private system - No anonymous login Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER xxxxxxxx Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User bk34466 OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230-User xxxxxxxx has group access to: ftpgroup Response: 230-OK. Current restricted directory is / Response: 230 10103133 Kbytes used (24%) - authorized: 41943040 Kb Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of /home/thib/Desktop/test/test.test Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 OK. Current directory is / Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,248,52) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR test.test Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Error: Connection timed out Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: File transfer failed after transferring 737,280 bytes in 21 seconds Trace: CFileZillaEnginePrivate::ResetOperation(2114) Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Status: Resolving address of xxxxxxx Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FTP server ready. Response: 220 This is a private system - No anonymous login Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER bk34466 Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User bk34466 OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230-User xxxxx has group access to: ftpgroup Response: 230-OK. Current restricted directory is / Response: 230 10103853 Kbytes used (24%) - authorized: 41943040 Kb Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of /home/thib/Desktop/test/test.test Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD / Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 OK. Current directory is / Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0x7f0d30005470 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,49,114) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: MLSD Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Response: 226-ASCII Response: 226-Options: -a -l Response: 226 12 matches total Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,49,5) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 3 Command: REST 737280 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 350 Restarting at 737280 Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 3 Trace: state = 3 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR test.test Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5

#8203 Never ever recovers from a network failure. Can't resume a queue. Disconnect/reconnect doesn't fix, only restart new Bug report high FileZilla Client
Description

If the network becomes unavailable while Filezilla is processing a queue, in most cases the following happens.

When you try in any way to resume the queue that has been interrupted, you get this nonsense error message: "Waiting for replies to skip before sending next command" (I mean a [nonsense error][message], not a [nonsense][error message]).

The client does nothing and just wait forever. It even sends "keep alive commands" from tiem to time but never resume the upload/download queue.

Unchecking and checking the "Process queue" checkbox doesn't fix the issue: the error appears again. Even disconnecting and reconnecting to the server doesn't help, which is the most nonsense thing.

The only way you can resume the queue is by exiting and restarting FileZilla. There should be a way to "completely reset" the connection and forget about everything as if you exited and reentered File Zilla - actually that should be done when you disconnect and reconnect to the server. Even without that, actually, the client should detect the timeout and do whatever is necessary to resume noral operation automatically.

#8225 Shell scripts files permission changed after downloaded from remote site. new Bug report high FileZilla Client
Description

I'm using latest version Filezilla client on Mac OS X. I found that downloaded copy of shell script files (.sh or without extensions) downloaded through Filezilla are all set to read-only (644) even though they were writable or executable on the remote site. This seems to be an unexpected behavior because a plain scp command doesn't change permissions.

The bad thing about this is that stuff like .pkg installers which contain pre-install/post-install shell scripts will get busted because those scripts are not executable when download through Filezilla.

Please fix. This seems to be serious.

#8230 Auto Clear History on exit from Filezilla client. new Feature request high FileZilla Client
Description

Dear Sir,

Most of time we connect our server from untrusted computers (Cyber Cafe & other). if it is possible please do one thing if we exit from filezilla client,connection history will automatic clear from quick connect. this feature is optional (enable & disable from settings)

#8232 Manage SSH keys - Site Manager reopened Bug report high FileZilla Client
Description

Hello,

It would be great if we could specify a key to a configured sftp site in Site Manager so that each configured connection knows what key to use. The situation is that I need to connect to more than 10 SFTP sites with different usernames and separate keys. I added all the necessary keys to FileZilla and they are all tried to each connection until one works. Usually when the key that works is among the last ones I get my user locked due to "too many authentication failures".

Thank you and looking forward for this functionality!

Regards, Catalin

#8269 Rename Filter new Feature request high FileZilla Server
Description

Filezilla server needs to have an option to rename files with invalid characters in the filename rather than simply failing the transfer with error 550. It's not always possible to use a different FTP client that handles the renaming (current versions of Filezilla Client do handle renaming since trac ticket 3227). In my case Cisco IOS devices add a timestamp to the filenames that are saved off via FTP with colons in them. I'm sure many other issues between windows/linux filesystems occure as well.

Filezilla server should have an option to accept invalidly named files by renaming the invalid characters to underscores or something. The IIS FTP server has this option.

Details of same issue that was fixed in Filezilla Client: http://trac.filezilla-project.org/ticket/3227

#8316 inability to drag file to desktop from filezilla new Bug report high FileZilla Client
Description

I have just downloaded the newest version of filezilla 3.6.0, it was installed to my computer correctly, the installation also removed the old version of filezilla. This new version also kept the old setting of my connections. When I am connected to a specific IP address with password and username in place, using normal FTP I tried dragging a file from the server I am connected to, I was given an error message: "Could not determine the target od the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the files into an explorer window". The dragging move also created a folder on my desktop named: "fz3-13530994282", however the folder was empty. I tried reinstalling filezilla, same happened. I have been using filezilla for a long time (years) and I have never experienced this error.

Can you please help me with this.

Thank you

Gabriella

#8373 single file upload/Download is very slow - multiple uploads/Download are fast new Bug report high FileZilla Client
Description

Hello there, im a active user of FZ , and i found a really irritating bug on my FZ

: this is the diffrence on Speedcap : when i upload 1 file at the time, ( more in queue) i get a max speed of 126kbps

But, if i turn on 3 or more filetransfers at the time, i get a max usage of my connection , witch is 40mbit..( this is upload btw )

And i've checked if i have any speed caps ON on the settings, but i do not, and this happens only if i try to transfer 1 file at the time, No mather what kinda file type it is

#8375 FileZilla Spazzed Out and Started Deleting Everything new Bug report high FileZilla Client
Description

Version: 3.6.0.2

I logged into my site with FileZilla. I scrolled down in my root level to delete a cPanel backup and when I used the contextual menu (right-click) on Mac and chose "Delete" it started deleting all sorts of stuff within seconds, consecutively. My .htaccess is gone (dammit) and a few other files as shown below in a copy/paste of the FTP transfers info, which really, really pisses me off that I have to now take 30 minutes or more to put backed up files back in place, not good at all and NO, I did not have any of those files that got deleted selected, just look at the timestamps, too much going on in seconds for it to be me and it started jumping into other folders before I quickly quit the app and restarted it:

NOTE: I have had no issues with FileZilla before the update yesterday except issues with too many connections.

Replacing specific IP addresses and other private info with "XXXXXXXXXXXXX"

00:53:23 Status: Resolving address of ftp.ecudchi.com 00:53:24 Status: Connecting to XXXXXXXXXXXXX:21... 00:53:24 Status: Connection established, waiting for welcome message... 00:53:24 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 00:53:24 Response: 220-You are user number 1 of 50 allowed. 00:53:24 Response: 220-Local time is now 00:53. Server port: 21. 00:53:24 Response: 220-This is a private system - No anonymous login 00:53:24 Response: 220-IPv6 connections are also welcome on this server. 00:53:24 Response: 220 You will be disconnected after 30 minutes of inactivity. 00:53:24 Command: USER XXXXXXXXXXXXX 00:53:25 Response: 331 User XXXXXXXXXXXXX OK. Password required 00:53:25 Command: PASS * 00:53:25 Response: 230 OK. Current restricted directory is / 00:53:25 Command: SYST 00:53:26 Response: 215 UNIX Type: L8 00:53:26 Command: FEAT 00:53:26 Response: 211-Extensions supported: 00:53:26 Response: EPRT 00:53:26 Response: IDLE 00:53:26 Response: MDTM 00:53:26 Response: SIZE 00:53:26 Response: MFMT 00:53:26 Response: REST STREAM 00:53:26 Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; 00:53:26 Response: MLSD 00:53:26 Response: AUTH TLS 00:53:26 Response: PBSZ 00:53:26 Response: PROT 00:53:26 Response: ESTA 00:53:26 Response: PASV 00:53:26 Response: EPSV 00:53:26 Response: SPSV 00:53:26 Response: ESTP 00:53:26 Response: 211 End. 00:53:26 Status: Server does not support non-ASCII characters. 00:53:26 Status: Connected 00:53:26 Status: Retrieving directory listing... 00:53:26 Command: PWD 00:53:26 Response: 257 "/" is your current location 00:53:26 Command: TYPE I 00:53:27 Response: 200 TYPE is now 8-bit binary 00:53:27 Command: PASV 00:53:27 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:53:27 Command: MLSD 00:53:28 Response: 150 Accepted data connection 00:53:28 Response: 226-Options: -a -l 00:53:28 Response: 226 31 matches total 00:53:28 Status: Directory listing successful

HERE IS WHERE I RIGHT-CLICKED TO DELETE ONE tar.gz file IN THE TOP PANE/VIEW

00:53:57 Status: Retrieving directory listing... 00:53:57 Command: CWD public_html 00:53:57 Response: 250 OK. Current directory is /public_html 00:53:57 Command: PWD 00:53:58 Response: 257 "/public_html" is your current location 00:53:58 Command: PASV 00:53:58 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:53:58 Command: MLSD 00:53:59 Response: 150 Accepted data connection 00:53:59 Response: 226-Options: -a -l 00:53:59 Response: 226 11 matches total 00:53:59 Status: Directory listing successful

HERE IS WHERE I THINK THE SECOND LOWER PANE/VIEW STOPPED LOADING WHAT WAS ALREADY THERE FROM THE LAST SESSION, EVERYTHING BELOW EXCEPT "Directory listing aborted by user" IS NOT OF MY DOING AND WHERE YOUR APPLICATION STARTED DELETING ALL SORTS OF STUFF IT SHOULDN'T HAVE, NOW MY SITE IS OFFLINE BECAUSE IT'S NOT BEING REDIRECTED INTO THE PROPER SUBFOLDER, ARGH, ARGH!!! (THIS IS ME CURSING) <<<<<<<<<<<<<

00:53:59 Command: DELE favicon.ico 00:53:59 Response: 250 Deleted favicon.ico 00:53:59 Command: DELE .htaccess 00:53:59 Response: 250 Deleted .htaccess 00:53:59 Command: DELE .DS_Store 00:54:00 Response: 250 Deleted .DS_Store 00:54:00 Status: Retrieving directory listing... 00:54:00 Command: CWD XXXXXXXXXXXXX 00:54:00 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX 00:54:00 Command: PWD 00:54:00 Response: 257 "/public_html/XXXXXXXXXXXXX" is your current location 00:54:00 Command: PASV 00:54:01 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:01 Command: MLSD 00:54:01 Response: 150 Accepted data connection 00:54:01 Response: 226-Options: -a -l 00:54:01 Response: 226 2 matches total 00:54:02 Status: Directory listing successful 00:54:02 Command: CWD /public_html 00:54:02 Response: 250 OK. Current directory is /public_html 00:54:02 Command: PWD 00:54:02 Response: 257 "/public_html" is your current location 00:54:02 Command: RMD XXXXXXXXXXXXX 00:54:03 Response: 250 The directory was successfully removed 00:54:03 Status: Retrieving directory listing... 00:54:03 Command: CWD XXXXXXXXXXXXXXXDELETE MEv02 OLD 7.12 00:54:03 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX 00:54:03 Command: PWD 00:54:03 Response: 257 "/public_html/XXXXXXXXXXXXX" is your current location 00:54:03 Command: PASV 00:54:04 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:04 Command: MLSD 00:54:04 Response: 150 Accepted data connection 00:54:04 Response: 226-Options: -a -l 00:54:04 Response: 226 3 matches total 00:54:04 Status: Directory listing successful 00:54:04 Status: Retrieving directory listing... 00:54:04 Command: CWD sites 00:54:05 Response: 250 OK. Current directory is /public_html/XXXXXXXXXXXXX/XXXXXXXXXXXXX 00:54:05 Command: PWD 00:54:05 Response: 257 "/public_html/XXXXXXXXXXXXX/XXXXXXXXXXXXX" is your current location 00:54:05 Command: PASV 00:54:05 Error: Directory listing aborted by user 00:54:05 Status: Retrieving directory listing... 00:54:05 Status: ftpcontrolsocket.cpp(1871): Waiting for replies to skip before sending next command... caller=0x10f6628 00:54:05 Error: Directory listing aborted by user 00:54:05 Response: 227 Entering Passive Mode (XXXXXXXXXXXXX) 00:54:06 Command: CWD /public_html

#8522 Uploads are added to queue a few at a time new Bug report high FileZilla Client
Description

Steps to reproduce:

  • navigate on the client side to a folder with a lot of files
  • select all of them
  • upload them

Expected:

  • all the files should be added to the queue immediately

Observed:

  • only a few are added to the queue, then after a while a few more are added, etc

I guess this is by design, but it is a completely wrong design that has no reason to be like this, and has huge drawbacks and no one single advantage. I understand why _downloads_ are added to the queue like this (though an option should be provided to queue _all_ files for download before starting to download them, if one wants to, because there are a number of situation when one needs to have a complete queue). But there is NO reason at all for uploads to work like this.

Here's an obvious case of a problem this generates:

  • there is some network issue that interrupts the upload, or anything that forces you to restart filezilla

=> After restarting filezilla, the queue is remembered, but the files that were going to be added to the queue are not. So you are left with a partial queue that you can resume but you have absolutely no way to figure out which are the files that need to be re-added to the queue.

This is made worst by a bunch of other bugs that make filezilla go completely berserk and uncapable of recovering at the slightest network problem, so you are forced to restart it very, very often, facing this issue. However this issue is an issue of its own and must be fixed regardless of the other ones that make it worse (i.e. even if you were never forced to restart filezilla without a reason, because you can always have a good external reason to have to restart it, and also because the behavior is plain wrong in the first place).

#8533 list views don't read propperly with NVDA screen Reader new Feature request high FileZilla Client
Description

When I download a file and then tab to the list view and down arrow to the time left, time remaining and other information list item, the NVDA screen reader just says list item, it will not read that information. Please fix this so NVDA reads all file transfer status information for downloads and uploads.

#8603 MAC OC 10.8.3 - KEYBOARD DELETE KEY NOT FUNCTIONAL new Bug report high FileZilla Client
Description

BUG REPORT BUG REPORT BUG REPORT

FILEZILLA 3.6.0.2 (MOST CURRENT VERSION) FOR MAC

KEYBOARD DELETE KEY IS WORTHLESS

MAC OS X 10.8.3

CAN NOT DELETE a file -- either remote or local USING DELETE KEY

Pressing the DELETE key simply JUMPS UP A LEVEL in the directory structure. Does NOT delete file.

( COMMAND DELETE DOES SAME AS DELETE -- FAILS )

Highlighting a file to delete and RIGHT clicking brings up a menu which has a DELETE selection. THAT WORKS and DELETES the file OK

IOW the KEYBOARD DELETE KEY IS WORTHLESS

Discovered as I migrate from Windows to Mac (that sorry Win8, no way Jose)

JOHN STONE JDSTONE@… 702.396.6545

#8802 Public Key in a folder with non-ANSI characters. new Bug report high FileZilla Client
Description

I've got a public key file (ppk)in a folder which has my name on it, namely: C:\Users\André\PPKs\AmazonEC2.ppk

This doesn't work. The same directory and file works for putty.

I copied the very file to C:\, meaning: C:\AmazonEC2.ppk

It worked fine.

It seems like Filezilla doesn't like non-ANSI characters in folder paths for public keys. At least on Windows.

#8855 Better IP filtering accepted mallory loflin Feature request high FileZilla Server
Description

Currently with the IP filter there is no way to tell what IP is for what purpose/person, it is just a big ugly list. This makes it near impossible to manage unless you maintain a separate list of the IP's and who they belong to. So giving an IP temp access or trying to remove access later is a royal PITA.

It would be more useful if each IP could have a label with it to identify what it is for. So have it in a MULTIPLE SELECT list rather than a text area so IP's can easily be selected and removed e.g. 1.2.3.4 - ACME.com temp access for support 2.3.4.5 - Head office 3.4.5.6 - Dave - Contractor

It would also be very handy if IP filters could have rules.

e.g. Allow Indefinitely Allow for x days then disable Allow for x days then remove

#9097 File name comparison error for Arabic files new Bug report high FileZilla Client
Description

Well, I'm not sure if it's a FileZilla error or a server error; but as you can see in the attached image, the same file (Arabic name) was uploaded TWICE to the same path!

#9203 Keyboard shortcuts new Patch high FileZilla Client
Description

Context Menu => E, Enter

When viewing local files, this is the shortcut for Edit, confirming the "reopen file" dialog.

When viewing remote files, this is the shortcut for DELETE, confirming the "are you sure" dialog.

Fix it, please, before I accidentally delete more files, kthx!

#9310 Issue with (some) Symbolic Links - unable to change to the directory new Bug report high FileZilla Client
Description

I noticed that there were already several tickets opened with respect to symbolic links, and many of these have been closed, or dismissed but I am having an issue accessing 'symbolic links' within FileZila, specifically I cannot change to the symbolic directory.

The remote server is linux, and in my setup I have created several links to other directories. For example: public_html/bla/bla/bla/images -> /public_html/images. The problem is, if I click on public_html/bla/bla/bla/images it gives me directory error. However, I can access public_html/images with out an issue and via an SSH I can use the CD command to access public_html/bla/bla/bla/images also without an issue.

Now, not every symbolic link is giving me an issue. If the symbolic link, points to another path within the same directory such as, (public_html/logfiles -> public_html/logs/system) filezilla has no problem. However if the symbolic link points to a different path, it generates an error. I have tried this on two different sites I have with the same results.

Here is the (sterilized) output from filezilla:

Status: Retrieving directory listing... Command: CWD /public_html/bla/bla/bla Response: 250 OK. Current directory is /public_html/bla/bla/bla Command: CWD download Response: 550 Can't change directory to download: No such file or directory Error: Failed to retrieve directory listing Status: Starting download of /public_html/bla/bla/bla/download Command: PORT 192,168,0,2,217,228 Response: 200 PORT command successful Command: RETR download Response: 550 Can't open download: No such file or directory Error: Critical file transfer error Status: Disconnected from server

The directory download is a symbolic link to public_html\pubdownloads.

This seems to be a new problem. I don't recall this issue with an older version of FileZilla.

#9314 NSIS temp folder error new Bug report high FileZilla Client
Description

Unable to install latest version 3.7.4.1 due to NSIS Error writing temporary file. Make sure your temp folder is valid.

#9404 download speed limited by directory traversal speed new Feature request high FileZilla Client
Description

When backing up my websites (Joomla), I notice that I have a lot more speed available to download but it takes the content of directories to slowly. Meaning if you have many directories with only 2 to 3 files but have 7 simulta. transfers going way to long to create the Queue for files to download. I am using V3.8 on Godaddy hosting. The queue is most of the time empty. It should fill the queue for downloading much faster.

#9661 Localization issue in "Already connected" popup new Bug report high FileZilla Client
Description

I configured FileZilla to Russian language(my system lang) and when "Already connected" popup shows - it's not localized to Russian, but in previous releases it was working fine with Russian language.

#9775 Log file download failure new Bug report high FileZilla Client
Description

Beginning with version 3.9.0.1 - and having changed NONE of my webmaster permissions - I have been experiencing an increasing number of errors when attempting to view or download log files on my website. Whether I right click view/edit, double-click to download, or attempt to drag and drop a log file from the webhost server to my local drive, I get this message:

Status: Starting download of /log/access_log.2014-08-18 Command: PASV Response: 227 Entering Passive Mode (206,188,192,89,185,179) Command: RETR access_log.2014-08-18 Response: 550 Failed to open file. Error: Critical file transfer error

I marked this ticket "high" because there error has now become persistent. I am unable to download/view ANY log files.

There is no problem uploading files (drag and drop), renaming files on the host server, or moving files between folders on the host.

#9849 Timeout during File transfer. new Bug report high FileZilla Client
Description

Hello, I am having consistent issues which I can replicate time after time.

I am using FTP with Require Explicit FTP over TLS to connect to my FTP servers.

I have enabled "Send FTP Keep alive commands" and connect succesfully and start the transfer.

after 60 minutes the log will consistently do the following

The keep alives will stop and the error below is listed. Error: Connection closed by server

Then exactly 60 minutes in to the transfer the following are logged

Error: GnuTLS error -53: Error in the push function. Error: Connection closed by server Error: File transfer failed after transferring 333,856,752 bytes in 3600 seconds

I cannot find any specifics on the GnuTLS error -53: Error in the push function on the web so was wondering if you can shed any light?

Regards, NJ

#9881 Exporting failed transfers to csv new Feature request high FileZilla Client
Description

It would be helpful if there was a way to export failed transfers to a csv file.

Then at a future time those files could be resent. Either via filezilla or by another method, such as cpanel's file upload system.

This is because for various reasons permissions can be denied, and it would be useful to have a list of files which must be uploaded via another method.

Thanks

...Rowby

#9884 Folders which are created by another user are not downloaded new Bug report high FileZilla Client
Description

Steps to reproduce:

  • User A logs into an online server (test.com)
  • User B logs into an online server (test.com)
  • On the Server there's a folder "test"
  • User A and User B see this folder on root level
  • User A and User B step into the "test" folder
  • User B leaves the "test" folder back to root
  • User A creates a subfolder "test/newFolder"
  • User B downloads the "test" folder

Expected result:

  • User B gets the "test" folder and its subfolder "newFolder"

Real result (falsy behavior)

  • User B only gets the "test" folder without its subfolder "newFolder"

Additionally:

  • If the "test" folder is downloaded once and afterwards deleted from the local drive and downloaded again, the "test" folder doesn't show up automatically. Only after reloading.

Additionally:

  • If the "test" folder is downloaded once and afterwards deleted from the local drive and downloaded again, Filezilla doesn't seem do step into the online folder(s). Instead it feels like Filezilla is placing (not downloading) a "cached" version of the "test" folder. This could explain why everything is messed up: A cache!
#9960 When renaming/moving remotely, ask for confirmation if target already exists new Feature request high FileZilla Client
Description

When moving a file up a level by drag and dropping it over the '...' (at the top of the folder) the file will be copied to the parent folder. If a file already exists then it will be overwritten without confirmation. This has made me loose progress on my index.php accidentally several times and I know it will happen again. It is easy to accidentally drag and drop a file (you will be surprised!) so it should ask 'file xyz already exists, would you like to overwrite?' This is critical because this behavior should NOT happen and WILL cause others hours of (re-)work like it did for me.

#9977 OS X: Keyboard mnemonics on buttons override default edit control actions (e.g. Cmd+V) assigned Tim Kosse Bug report high FileZilla Client
Description

Hi,

Rename or Copy/Paste don't work in FileZilla Site Manager.

No way to save rename, the textbox stay opened. And copy, paste create favorite !

Filezilla version 3.9.0.6 on OS X 10.9.5.

#10086 OSX autoupdate fails new Bug report high FileZilla Client
Description

Hello,

On OSX 10.9.5 Maverciks, Filezilla 3.9 and 3.10 fails to auto upgrade itself.

1- It downloads a package in ~/FileZilla_3.10.0.1_macosx-x86.app.tar.bz2 2- then extract it as ~/FileZilla_3.10.0.1_macosx-x86.app 3- It fails to replace (maybe because Filezilla is still opened) /Applications/Filezilla.app

I have several other problems with this mecanism : 1- The downloaded path should be : ~/Downloads/FileZilla_3.10.0.1_macosx-x86.app.tar.bz2 instead of ~/FileZilla_3.10.0.1_macosx-x86.app.tar.bz2 Or maybe provide a settings to choose the download path

2- After I tried to manually extract ~/FileZilla_3.10.0.1_macosx-x86.app.tar.bz2 When I doubleclick on ~/FileZilla_3.10.0.1_macosx-x86.app OSX error said package is broken.

But I can rightclick and then choose explore package in order to find the Filezilla.app file.

For now I still upgrade Filezilla manually...

I think the autoupgrade method could be slightly enahanced...

Thanx.

#10744 filezilla not working after update(FileZilla_3.15.0.1) moreinfo Bug report high FileZilla Client
Description

Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 150 allowed. Response: 220-Local time is now 16:46. 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 5 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server

#10775 FileZilla Upload Speed Issue moreinfo Bug report high FileZilla Client
Description

Hi, I have 20 MBPS Leased line conncetion, even then the upload speed in filezilla i am getting is 20 KB, why is this? in order to upload files to our servers it's now taking hours

For More info, file zilla details, is below: FileZilla Client


Version: 3.16.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2016-02-29 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.9 SQLite: 3.10.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq Settings dir: C:\Users\srikanth.LOCAL\AppData\Roaming\FileZilla\

#10794 FileZilla does not combine unicode characters new Bug report high FileZilla Client
Description

On my Mac I noticed that when uploading files with german umlauts in their names to Linux or Windows servers, those filenames are not recognized the same as already existing ones with that same name. I end up having them duplicated, two files with seemlingsly the same name and a lot of encoding problems and troubles.

Cause of this seems to be that Mac filesystems save all unicode characters in decomposed state, while Windows and Linux use composed ones. FileZilla for Mac should abstract this by normalizing all unicode filenames to composed version on upload. The mac filesystem on the other hand does automatically decompose characters, so that shouldn't be a problem.

#10834 Unable to resize FileZilla window on Mac new Bug report high FileZilla Client
Description

I can't resize the window. I have tried everything. I can click on the view button on the top of the screen and enter full screen, but I can't resize the window on the desktop. I just downloaded this program yesterday, so it is the latest version.

Here is a screen shot of the bug:

https://www.dropbox.com/s/228q865pllllvyd/Screenshot%202016-05-13%2021.29.33.png?dl=0

Virtually all Mac programs have a Window menu option at the top of the screen that lets you choose 'Zoom', but FileZilla only has 'View', and 'View doesn't have the 'Zoom' feature that would fix this problem.

If the Window menu was added, this would fix the problem because we could manually zoom the window if the zoom button is hidden, like it is on my machine.

Thank you.

#10855 Error Massage 12797 and more. moreinfo Bug report high FileZilla Client
Description

German / Deutsch Fehlermeldung 12797 bei Starten des Programmes. Auch können keine Mehreren URLS in die Zwischenspeicher gelegt werden. Es wird anstelle einer vielzahl an Auswahlen immer nur die zuletzt ausgewählte Kopiert. Ich besonders Schlecht wenn man eine Vielzahl an URLS von Daten benötigt. Ich bitte das zu Korrigieren.

English / Englisch Error message 12797 when starting the program. Also no Multiple URLs can be placed in the cache. It is instead a variety of selections are only the most recently selected Copies. I particularly bad if you need a large number of URLs of data. I ask the to correct.

#10875 Feature Request new Feature request high FileZilla Client
Description

Hi All,

we need some changes to this client, it has been sometime now without any major features:

1- To be able to autoupdate the files. 2- Site manager search, the domains i have is more than 100, it would a good feature to be able to search the site manager for a specific domain or user 3- Security, i need to protect the site manager somehow, maybe a login and password? 4- Shortcuts, example when i have a site that can work via ssh, i can add the shortcut on the menu and it will execute the desired ex: terminal ssh root@*.com -u {user} -p {password}

This last request can replace all, to be able to add script to run on filezilla, just like mac scripts, we will handle the rest, simply a plugin feature.

Thanks in advance

#10952 Remote window shows blank, no files listed or odd white space above remote file list, but remote files re-appear when app is re-sized moreinfo Bug report high FileZilla Client
Description

Symptoms: Log onto remote site : occasionally remote folders and file listings do not show - (remote panel completely blank). However, if the app window is re-sized, folders & file list suddenly shows correctly. Seemingly random, often initial login is ok - folders & files all listed. But click on a remote folder and the remote pane shows blank or is 'half filled' with listing.

Causes/triggers: Can't see a pattern / can't identify any particular folder attributes that trigger it.

Workaround: But always re-sizing of the Filezilla app will magically fix it (for that view only), folders & files will appear as normal. But go into another folder and the problem is back.

Very frustrating - v. difficult to work with this issue.

Tested across two machines, two different users: exactly the same problem - both users have same OS and Filezilla Versions.

#10998 Downloads Stops or freezes after a few minutes new Bug report high FileZilla Client
Description

The logs say its still downloading from the Seedbox server and in the Download Quence, the Downloads are still their but they stop and have the "?" next to the speed or next to the amount the file should be downloading at, Plus the traffic lights at the bottom right hand side of the application, turns off. The Only way to unfreeze or turn the lights back on or resume the downloads, is by unchecking the "Process Quence" and clicking on it again. Please help.

#11078 Delete Specific Items from Quickconnect Bar new Feature request high FileZilla Client
Description

Add a feature to delete specific entries into the quick-connect bar. This *should* (probably not) be a simple patch to increase usability.

#11112 filename comparison and file transfer logic don't match when filename has diacritics new Bug report high FileZilla Client
Description

When I have a filename that has diacritics separated in the HFS+ manner (e.g. ä becomes a¨) I am able to upload complete folders of files to a remote system (Linux www 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) via sftp so that in the process the files end up as diacritics combined to the remote system filesystem (/dev/vda1 on / type ext4 (rw,noatime,errors=remount-ro,data=ordered)).

Now, if I wish to enter into that folder, and having updated locally some files, I want to just attempt an upload on all files and select "overwrite if newer than target", It just happens that FileZilla correctly compares the filenames when determining whether it should ask me about what to do with the files with (virtually) identical filenames (a¨ on local HFS+ == ä on remote ext4). But, after that, it copies the files with diacritics uncombined this time, leaving duplicates with virtually identical filenames.

I digged a little further: if I then try to copy the file with combined diacritical marks (copying filenames to textwrangler document verified which one was which) from the remote side to local, filezilla shows two files on local directory like on remote side, but when you remove either of them, both get deleted (meaning maybe that there was only one file after all or then deleting local files function behaves inconsistently?). I really need this one fixed, please.

#11184 folders or files selection impossible during work new Bug report high FileZilla Client
Description

Hello,

I notice a very annoying problem when im working on my websites i always go to folders and files but for no reason after a time i cannot select anything i need to refresh many time go outside folders or disconnect ftp to be able to select folders or files i don't understand why this happen in past i don't have this problem i run on mac and Filezilla version is 3.24.1

Thanks for your help

#11196 crash on completion of queue moreinfo Bug report high FileZilla Client
Description

Since upgrading to 3.24.1

Every time I complete a transfer filezilla crashes!!!!

unusable. Wish I had an old version to roll back too!

#11213 Unable to connect to old servers after upgrade v3.25.1 moreinfo Bug report high FileZilla Client
Description

Even after updating to 3.25.1 unable to connect to old servers

#11236 dialog window position on dual monitor issue new Bug report high FileZilla Client
Description

If i move my main client screen from the main monitor desktop to the secondary any dialog generated is not visible until I drag the client window. At this point it can be seen located on the main monitor desktop, partially transparent and locked to the movement of the client window.

If I drag the client window far enough in the opposite direction from the main monitor desktop I can grab the dialog and place it on secondary. Whilst the dialog is sitting on the secondary it remains locked to the movement of the client. If i then drag the dialog to the main monitor's desktop, the lock is broken and remains that way subsequently when moved back to the secondary.

After closing the dialog or client having adjusted the position of the dialog to be visible, the state is not retained.

I have not experienced this bug in any recent previous version of the client and it applies as far as I can ascertain to all dialogs, about, settings, connection manager, file overwrite etc.


FileZilla Client

Version: 3.25.1

Build information:

Compiled for: x86_64-apple-darwin16.4.0 Compiled on: x86_64-apple-darwin16.4.0 Build date: 2017-03-20 Compiled with: Apple LLVM version 8.0.0 (clang-800.0.38) Compiler flags: -Werror=partial-availability -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 SQLite: 3.16.2 GnuTLS: 3.4.16

Operating system:

Name: Mac OS X (Darwin 16.5.0 x86_64) Version: 10.12

#11238 Remote Search doesn't return results new Bug report high FileZilla Client
Description

Earlier this week, searching in our FTP folders using the remote search option has stopped returning results when the criteria is file name "contains"

This is happening for our users on Windows as well as for the two of us that use Macs. We've confirmed we have the most recent version 3.25.1 installed

An example search for contains "990_A" is shown here https://monosnap.com/file/xzXDYRhRiiQ1D0bnepA65krIukASw1 and I moved the search box to prove that there is a file with that information. I also tried this search with "starts with" and didn't get results, as soon as I changed to "does not contain" then results for files without that are returned...but I really need to find files with specific values in their name

#11246 "Locate file in Finder" or "Locate file in Explorer" new Feature request high FileZilla Client
Description

Hi FileZilla Team,

Had searched the feature request tickets and didn't find any results...

Just wanted to ask if there could be an option (in the local file list) that when you right-click on a file or folder, there's an option for "Locate file in Finder" (MAC) or "Locate file in Explorer" (Windows)? This feature would serve very handy when wanting to reorganize the local folder or open an image in Photoshop, or extract a zipped folder to verify the contents, etc.

Thanks in advance if this can be implemented soon!

Best Regards, Jaime

#11260 Unable to load anything new Singh Bug report high FileZilla Client
Description

Hi,

I've been having problems with Filezilla. Every time I try and to connect it's coming up with errors. But now, I can't even connect at all - it doesn't load.

Is anyone able to help with this please?

Thank you.

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.