Custom Query (2251 matches)
Results (1001 - 1100 of 2251)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#8027 | Add "Logoff from system" to list of options for "Action after queue completion" | new | Feature request | normal | FileZilla Client | |
Description |
Please add the option to log off the currently logged in user. I have never really understood the need to either reboot a system after a file transfer completes (perhaps the rare case that you are transferring a file that is read after boot) however the case I frequently need to do is: start a file upload, leave the system unattended, when the upload completes log off the user performing the upload. For windows my current work around is use "run command..." and do "shutdown /l /f" however it would be nice if this was integrated in to the program itself as I do not know the equivalent command for Mac or Linux which I sometimes need to do also. |
|||||
#8034 | Read permission denied Truncates local file | new | Bug report | normal | FileZilla Client | |
Description |
When trying to download a file from a server using an account that has no read permission confirming overwrite of local file, results (without warning) in a ZERO byte local file. FileZilla Client Version: 3.5.3 Build information:
Linked against:
Operating system:
|
|||||
#8036 | somehow show invalid UTF-8 encoded filenames | reopened | Bug report | normal | FileZilla Client | |
Description |
Files and folders with special characters in names are not displayed if you selected the ASCII character set for upload and the UTF-8 character set for Download. Test:
|
|||||
#8041 | strip version number from filename for download from VMS server | new | Feature request | normal | FileZilla Client | |
Description |
When I download a file from a VMS server the filename created on my local directory har the version file number, ex.: file.txt;2 It would be interesting if filezilla ignores the version number and create the file without the version number. |
|||||
#8044 | File Filter settings and an ON/OFF switch | new | Feature request | normal | FileZilla Client | |
Description |
The file filters on this program are an awesome tool, but because they are 'set and forget' program wide - the implication is that if I set up my filter to exclude .aspx files on one site, that I never want to see .aspx files anywhere, ever, without remembering that I have filters on and remembering to turn them off. 1) Filename filters set in the tool bar should be for the current program only and not 'saved' 2) Permanent (resettable, of course) filename filters should be part of the Site Manager Inital setup. That way, when I want to deal with client A's web site, I log on via Site Manager site_a_web which has the filename filters set for that job. Later, when I want to log on to client A's data base, I use site_a_data and the filters from "a_web" aren't interfering. All this is because I use Filezilla on so many different sites for so many different purposes... in fact I can't imagine a situation where my preference is never to transfer a file of a certain type world-wide. In conjunction, a quick ON/OFF button for filtering would be helpful A button right near the file panels (not way up on the tool bar) that lets be know that Filters (by whatever configuration) are either on or off - and allows me to toggle. |
|||||
#8049 | When connecting to a site with synchronized browsing enabled, FileZilla tries to insert the drive letter of the remote site into the path of the local folder. | new | Bug report | normal | FileZilla Client | |
Description |
FileZilla: 3.5.3 Our websites are on the D: drive of the remote server. My local site folders are inside of My Documents/Sites, but the My Documents folder is on a network drive which is mapped to the K: drive. The bug happens even if I use the UNC path as well. When connecting to any of the sites with synchronized browsing enabled, it fails. I noticed that the path it is using for the local folder includes the drive letter (D:) which is the remote location's drive letter. After the connection is made, I can then enable synchronized browsing, which seems to work properly. I have attached a screenshot to show you the error message and also the verbose log. |
|||||
#8051 | Files with identical names except for the letter case are not distinguished when editing | new | Bug report | normal | FileZilla Client | |
Description |
How to reproduce: Create two files with different content on your ftp server: /path/to/file/file.php /path/to/file/File.php (Notice that the files have identical names except for the letter case.) Right click file.php and choose edit. Your editor opens the file. So far so good. Right click File.php and again choose edit. A dialog opens saying: "File Changed. The file '/private/var/folders/zz/y5zdkqw11yv2btyvl9y6r3tr000gn/T/fz3temp-1/file.php' has been changed on the file system. Do you want to replace the editor contents with these changes?" Expected behavior: The file "File.php" is opened in the editor. If you look in the temp folder, a file with correct letter case is saved. But when FileZilla reads from the temp folder, it doesn't distinguish the files. This can lead to overwriting the contents of the other file. |
|||||
#8054 | Click-dragging file transfers in a certain way quickly can make FileZilla unresponsive | new | Bug report | normal | FileZilla Client | |
Description |
This happened because I accidentally let go of the mouse while dragging, and by instinct clicked-and-dragged again though I ended up dragging the wrong file. I had to Force Quit to get out of it. Steps to reproduce:
This essentially starts two click-and-drag transfers. Correctly, two dialog boxes pop up. This is where the problem starts... one is the usual 'overwrite' dialog, the other is the 'both source and destination are identical' dialog. Having these two dialog boxes onscreen at the same time makes everything unclickable. The program is clearly not crashed or frozen, it's just impossible to click anything. The dialog boxes cannot be closed. To get FileZilla working again, you must Force Quit it and start it up again. |
|||||
#8055 | Queued files with relative paths puts folders in the wrong place | new | Bug report | normal | FileZilla Client | |
Description |
Hi, When I import XML to generate a transfer queue, and the files in the XML have relative paths for the remote file I get some strange behaviour depending on which settings are used. Let’s say I have 2 files to be processed, folder1/file1.txt and folder2/file2.txt => Note the 2 file paths are relative paths, not absolute If I have set up a maximum of 1 simultaneous transfers *
I presume this is because FileZilla reuses the connection, and so after the transfer the current folder is folder1, not the home directory. The second one then just adds to it. If I have the queue set up to more than 2 or more simultaneous transfers Then this time, because 2 connections are made, they both get changed relative to the home directory and so I get the files placed here:-
Depending on the number of threads I have to upload I get totally different results! Another reason I am pretty certain it is a bug is that because if the XML file used puts all the files in the same batch folder, then regardless of the using 1 or multiple threads, they always go in the same folder! So similar example, there are 2 files samefolder/test1.txt and samefolder/test2.txt. When this runs with either 1 or >=2 threads the files are uploaded to:-
That goes totally different to what you expect after my test above * The number of connections does not actually have to be 1, it just has to be less than the total number of files being uploaded. So if I have 5 files going to 5 different folders, I would get the bug happening if I used 1, 2, 3, or 4 connections. If I used 4 connections however, then 4 of the files would upload properly and only the 5th file which reused an older connection puts the folder in the wrong place. Tested with version 3.5.3 Thanks, Chris |
|||||
#8057 | Request to Include Option to Changethe TCP Window Size from withhin the Filezilla Client Application | new | Feature request | normal | FileZilla Client | |
Description |
Hi, Currently while using Filezilla Client 3.5.3 if we want to change the TCP Window Size we have to close the application, edit the 'Socket recv buffer size (v2) parameter' value in FileZilla.xml and then relaunch the application. It will be much more easier if this can be made a feature in the settings menu within the application (an example is 'Jperf' where you can directly specify the TCP Window Size on the main window of the application). This discussion on the Filezilla Forum will help in understanding the background: http://forum.filezilla-project.org/viewtopic.php?f=2&t=24384&p=94039#p94039 |
|||||
#8061 | make sorting the queue possible by clicking queue column headers | accepted | Feature request | normal | FileZilla Client | |
Description |
If possible, kindly consider to let the Size column be sorted in order of value. Thanks. |
|||||
#8066 | Request for SSL status column in server interface lower pane | new | Feature request | normal | FileZilla Server | |
Description |
It would be nice to have an indication in the server interface application on how people are connecting to the FTP server. That is whether or not they are using the SSL method (implicit/explicit) or the old plain clear text method. Thank you, |
|||||
#8067 | IPv6 privacy - security | new | Bug report | normal | FileZilla Client | |
Description |
When I have allowed privacy extension on windows IPv6 (so client have 2 or more IPs) filezilla client use pernament, not temporary IP (see on server log), which is wrong. I think this is bug not req, because this is about client security. Example: Client IPs IPv6 Address. . . . . . . . . . . xx:9c8 Temporary IPv6 Address. . . . . . xx:df52 Server log ... anonymous (xx:9c8)> EPSV FileZilla Client Version: 3.5.3 Build information:
Linked against:
Operating system:
|
|||||
#8068 | Add MRU for actions after queue completion | new | Feature request | normal | FileZilla Client | |
Description |
I have a tendency to need to do the same default batch of actions (which I have in a cmd file) every time I finish uploads to server xxx. I'd like to see the "Action after Queue Completion" dialogue have a dropdown box with the most recently previously executed actions for the server I'm currently connected to. This would allow me to just select it from the dropdown, vs. type it in all over again. |
|||||
#8076 | Uploading files in two tabs at once does not refresh second tab's file list upon completion | reopened | Bug report | normal | FileZilla Client | |
Description |
Each day I SFTP a file to a home server. Once a week, I SFTP two files (one more file each week) to the home server. When I do this, I open up two connections at once - the weekly one in the first tab, and then the daily one in the second (to take advantage of the reconnect feature the next day). I start both transfers, and then I leave for a few minutes to complete other tasks. When I return, both have finished, and the file shows up in the weekly connection's (first tab opened) remote directory listing. When I switch the tab to the daily one (second tab opened), the file does not show up in the remote directory listing until I manually refresh. I have been doing this for a few months now and have noticed consistent behavior. It has been a while since I have opened the connections in the reverse order (daily first, weekly second), but I will test this tomorrow. I can also further test this to see if it matters which tab is the one being displayed, as I'm not sure if I was always on the same tab when I walk away. Using Filezilla version 3.5.3 for Windows; AMD Athlon 64 X2. To clarify, in case it wasn't clear, I have multiple connections saved for the same server that just have different default local and remote directories. It's always the same user that I authenticate with. Remote server is Linux. Protocol is standard SSH with password authentication. |
|||||
#8102 | Open in new tab context menu | new | Feature request | normal | FileZilla Client | |
Description |
When clicking on a folder in the remote file list, I'd like a browser-style 'open in new tab' context menu item that would open a new tab with the folder's contents. |
|||||
#8104 | Filezilla should indicate it's busy (hourglass or the like) when automatically checking for updates | new | Feature request | normal | FileZilla Client | |
Description |
Upon starting Filezilla client, I cannot see on the screen that it is doing anything while checking for updates. The time needed for this activity, especially on first use after start-up, suggests there should be at least an indication (hourglass or the like) that the client is at work indeed. |
|||||
#8106 | Slow Folder Tree in Network | new | Bug report | normal | FileZilla Client | |
Description |
If you choose a networkpath on the left side the folder tree grows VERY slow. This problem only exists if I use a VPN-Tunnel (2 Fritzboxes). If i am in the same lan the problem not appears. Other Software (including Windows Explorer) are building the tree normaly. Infos: Windows 7 Ultimate(Client) x64, Windows 7 Ultimate Fileserver x32, latest Version of Filezilla, IPv4-Network |
|||||
#8109 | Filezilla violates Start Menu norms with uninstaller | new | Bug report | normal | FileZilla Client | |
Description |
In Windows, you use the Start Menu only to start programs or access things not available in programs. See http://windows.microsoft.com/en-US/windows7/The-Start-menu-overview for reinforcement, but it's been this way since at least 1995 (Windows 95). http://msdn.microsoft.com/en-us/library/aa511447.aspx#files goes further and specifies exactly what should not be in the Start Menu. Filezilla is violating this paradigm by including the uninstaller as a start menu item. It's unnecessary because Windows users use the Control Panel to remove programs. If you eliminate the uninstaller, you don't even need a FileZilla FTP Client folder folder in the Start Menu, eliminating a "dry click" and exposing FileZilla immediately when a user clicks on All Programs (in Windows 7). This would make FileZilla be like other popular Windows programs, like Adobe Reader, GIMP, Pidgin, KeePass, Mozilla Firefox, Wireshark, and more. |
|||||
#8111 | disable option for caching directory listing | new | Feature request | normal | FileZilla Client | |
Description |
appear as directories and files that were deleted and previous sizes solution: and implement and add a checkbox to disable file listing cache to settings > interface > file lists |
|||||
#8144 | uneccessary file access | new | Bug report | normal | FileZilla Client | |
Description |
Filezilla accesses on startup files on mount points that it does not need (and imho should not) access. In my case it accesses a mount point that is auto-mounted. Sometimes this mount point is not available and accessing it just blocks. This problem occurred on first usage of filezilla. So there should be no need to do anything on the mount point. I could also imagine that the problems arise with mountable media like USB sticks, etc. I attached the output of strace. Thanks. |
|||||
#8152 | Dropbox-like file link | new | Feature request | normal | FileZilla Client | |
Description |
Hey guys, I would like to see a dropbox-like link in the Filezilla Client. Referring to Ticket #2591 (Put download link (FTP, HTTP) for file to clipboard). The FTP-style-link got implemented - unfortunately the HTTP one didnt. So, I would like to request a HTTP-link-to-clipboard-button. :-) It's just easier to use for me and my business-email-partners. |
|||||
#8163 | Error on quitting Filezilla client | new | Bug report | normal | FileZilla Client | |
Description |
After updated to 3.5.3 I get this error when I quit the program (roughly translated from Italian): The instruction at "0x69577966" referred to memory location "0x69577966". Memory cannot be read. My OS is Windows XP SP3 full updated. Maybe a problem with my preferences or datas because I dont get this error if I dont open a previosly saved server profile (I saved a lot). But I really dont know what to do... |
|||||
#8164 | reconnect: remember Site Manager entry | new | Feature request | normal | FileZilla Client | |
Description |
When using "reconnect" (Ctrl-R) after starting FileZilla it would be great if FZ rememberred not only the connection IP and local and remote directory but also the "session", i. e. the Site Manager entry it was started from - with all its settings like "Use synchronized browsing". Otherwise, if synchronized browsing is useful for this site (I guess as it is for most websites), using reconnect makes no sense. I always have to go to the Site Manager to start the session instead of using "Reconnect". This ticket is some similar to ticket #4746, but there it is about remembering settings made interactively. Maybe it's easyier to implement remembering only Site Manager entry. |
|||||
#8168 | SFTP Certificate does not save in Program memory | new | Bug report | normal | FileZilla Client | |
Description |
'After going in and selecting the preferred SFTP certificate whether it is located on a network drive or local machine, Filezilla does not seem to save it in memory and I have to go in and reselect it at random times. Has anyone else had this problem yet? Thank you, |
|||||
#8173 | Password Encryption // Master Password | moreinfo | Patch | normal | FileZilla Client | |
Description |
Hi everyone, I've just managed to make my patch working so I share it with you: https://github.com/tdubourg/filezilla-encrypted I've been using Filezilla for a long time now but I have always been concerned about the really low level of security it provided regarding to password storage - that is to say, no security (clear text). On Windows there are even now malwares that have been targeting Filezilla sitemanager.xml file.... So as I spare had time 2 days ago I decided to make a patch. Here is what currently works:
I use the Crypto++ cross platform library which has integrated packages for most GNU/Linux distributions and has a non-viral license. What I would need help for, in order to finalize this patch:
What still needs to be developped:
For now these two cases obviously end up with encrypted passwords that are not decryptable (because no master password or master password has changed). What could be improved : Randomly generating a salt / iv (instead of hardcoded ones) when turning on encryption and then storing them in the settings file. I am using AES by the way. This patch is not intended to provide military security. It is intended to provide standard security that should be implemeted in every software storing password (like Firefox, Thunderbird, Opera... and even WinSCP (that has a CRAP UI but master password feature !!!). I do not provide a patch file for now but you can see the changes I made by searching for the string "@td". That's a tag that I put where I make changes. BTW I do not know if I can branch the SVN repo instead of holding the stuff on Github...? I think I need additional rights for that. |
|||||
#8175 | FileZilla Client should use the local certificate store | new | Feature request | normal | FileZilla Client | |
Description |
Currently the FileZilla client does not trust any certifcate presented by the server even if it is signed by a Root CA. FileZilla client should use the local certificate store (on Windows, Mac and Linux) to decide if a Root CA can be trusted and thus if the server's certificate can be trusted. The user should not have to be bugged in the case a trust chain is already established. This is espacially annoying when the server's certificate is renewed. Suddenly FileZilla client tells the user that the certificate is untrusted. In the end the user is confused resulting in support calls and frustration. |
|||||
#8182 | File Transfer Button (FileZilla Client 3.5.3) | new | Feature request | normal | FileZilla Client | |
Description |
It would be helpful to have a file transfer button between the local and server windows - at least as an option. Drag and Drop and double-clicking is more prone to mistakes, and here an option to switch off this feature could also be implemented |
|||||
#8184 | Automatically launch the latest jobs in the queue | new | Feature request | normal | FileZilla Client | |
Description |
Add the ability to automatically launch the latest jobs in the queue when the application starts, or even better so that when connected to a specific server, will run the job associated with it. |
|||||
#8198 | TLS always stops transfering at 147456 Bytes (download to Samba share) | new | Bug report | normal | FileZilla Client | |
Description |
Hi, the Debian pakage from Filezilla 3.5.3 and the version from the filezilla website does have this bug. Im not sure but its possible that it had somesthing to do with TLS Negotation (or Renegotation). Version 3.2.7 works fine, with the same settings. FTP Server is ProFTPd with various different TLS settings ( I tried everything... ) |
|||||
#8200 | Random (and usually slow) download speeds | new | Bug report | normal | FileZilla Client | |
Description |
Hi, The problem is that the download speeds are random and usually not max. Here's an example of what I mean: I download a file using filezilla, I notice slow speeds (200KB/s), so I cancel the download. Then I resume and I randomly get normal speeds (4MB/s). Why are speeds random and how do I get max download speeds all the time? |
|||||
#8213 | Manual transfer multiple files | new | Feature request | normal | FileZilla Client | |
Description |
I'd like to manual transfer a bunch of files from a remote folder which contains 10s of thousand files. When I try to enter this folder, it hangs up after command 'ls', even I set up a filename filter. regards, |
|||||
#8221 | Continue load non-existing files when "File exists"-dialog appears | new | Feature request | normal | FileZilla Client | |
Description |
It will be useful when user is AFK: loading won't stop. |
|||||
#8222 | Add option to always display filesize in KB to match Windows style | new | Feature request | normal | FileZilla Client | |
Description |
It seems that Windows 8 always uses KB to show a filesize within Explorer. I'm not sure when this change happened, but it appears consistent in Windows 8 - from files that are just 1 KB to files that are 6 GB, the size is always shown in KB (see attached screenshot). In order that files can easily be compared between remote versions in Filezilla, and local versions in an Explorer window, an option to *always* use KB when showing filesizes would be useful. Hopefully this isn't too laborious to implement :) Thank you! |
|||||
#8223 | Filezilla Client - can't resume file >2GB | new | Bug report | normal | FileZilla Client | |
Description |
I have this situation: Server: unbuntu 12.04 LTS, vsFTPd 2.3.5. (should support files >2GB since a long time) Client: windows XP, filezilla 3.5.3 (should support files >2GB) Settings: plain FTP with usr/pwd, server and client on the same LAN. What happens: I can't resume files from server if they are >2GB. I tried another client (WinSCP) and this doesn't happen. I can transfer the file if I don't interrupt it, the issue is just on resume. Here the log: 16:19:26 Status: Connecting to 10.42.0.1:21... 16:19:26 Status: Connection established, waiting for welcome message... 16:19:26 Response: 220 (vsFTPd 2.3.5) 16:19:26 Command: USER * 16:19:26 Response: 331 Please specify the password. 16:19:26 Command: PASS * 16:19:26 Response: 230 Login successful. 16:19:26 Command: SYST 16:19:26 Response: 215 UNIX Type: L8 16:19:26 Command: FEAT 16:19:26 Response: 211-Features: 16:19:26 Response: EPRT 16:19:26 Response: EPSV 16:19:26 Response: MDTM 16:19:26 Response: PASV 16:19:26 Response: REST STREAM 16:19:26 Response: SIZE 16:19:26 Response: TVFS 16:19:26 Response: UTF8 16:19:26 Response: 211 End 16:19:26 Command: OPTS UTF8 ON 16:19:26 Response: 200 Always in UTF8 mode. 16:19:26 Status: Connected 16:19:26 Status: Retrieving directory listing... 16:19:26 Command: CWD /mnt/DATA/Scaricati 16:19:26 Response: 250 Directory successfully changed. 16:19:26 Command: PWD 16:19:26 Response: 257 "/mnt/DATA/Scaricati" 16:19:26 Command: TYPE I 16:19:26 Response: 200 Switching to Binary mode. 16:19:26 Command: PASV 16:19:26 Response: 227 Entering Passive Mode (10,42,0,1,101,248). 16:19:26 Command: LIST 16:19:26 Response: 150 Here comes the directory listing. 16:19:26 Response: 226 Directory send OK. 16:19:26 Status: Calculating timezone offset of server... 16:19:26 Command: MDTM Dummy.mkv 16:19:26 Response: 213 20120815152108 16:19:26 Status: Timezone offsets: Server: 0 seconds. Local: 7200 seconds. Difference: 7200 seconds. 16:19:26 Status: Directory listing successful 16:20:40 Status: Connecting to 10.42.0.1:21... 16:20:40 Status: Connection established, waiting for welcome message... 16:20:40 Response: 220 (vsFTPd 2.3.5) 16:20:40 Command: USER pio-mode 16:20:40 Response: 331 Please specify the password. 16:20:40 Command: PASS * 16:20:41 Response: 230 Login successful. 16:20:41 Command: OPTS UTF8 ON 16:20:41 Response: 200 Always in UTF8 mode. 16:20:41 Status: Connected 16:20:41 Status: Starting download of /mnt/DATA/Scaricati/BIGFILE.mkv 16:20:41 Command: CWD /mnt/DATA/Scaricati 16:20:41 Response: 250 Directory successfully changed. 16:20:41 Status: Testing resume capabilities of server 16:20:41 Command: TYPE I 16:20:41 Response: 200 Switching to Binary mode. 16:20:41 Command: PASV 16:20:41 Response: 227 Entering Passive Mode (10,42,0,1,209,121). 16:20:41 Command: REST 4431494699 16:20:41 Response: 350 Restart position accepted (4431494699). 16:20:41 Command: RETR BIGFILE.mkv 16:20:41 Response: 150 Opening BINARY mode data connection for BIGFILE.mkv (4478241540 bytes). 16:20:41 Response: 426 Failure writing network stream. 16:20:41 Error: Server does not support resume of files > 2GB. 16:20:41 Error: Critical file transfer error I removed usr name and file name, all the rest is left untouched. Access to the file is possible, I resumed a couple of times while it was still <2GB, an it worked perfectly. I couldn't find any options for this case, and usually I just made a queue and process it in a go, so I never run in this. I think it's a bug, may be not, just signaling it. piovra78 |
|||||
#8238 | list command used, not supported by msftp server 2003 | new | Feature request | normal | FileZilla Client | |
Description |
it would appear that while filezilla does ask ftp servers for capabilities upon connection, it's not recognizing that a windows server 2003 ftp service doesn't support the list command. dir, ls, yes, no list. just tried it from command line myself to be sure... :-) |
|||||
#8251 | Error:Server unexpectedly closed network connection Error:Could not connect to server | new | Bug report | normal | FileZilla Client | |
Description |
Could upload with Filezilla this morning and unable to do so this afternoon. Error: Server unexpectedly closed network connection Error: Could not connect to server |
|||||
#8252 | remove individual item from Quick Connect | new | Feature request | normal | FileZilla Client | |
Description |
It would be useful to have the option of deleting individual items from the Quickconnect dropdown list, say with a right-click action. Addresses change, clients go out of business, etc. etc. |
|||||
#8255 | Quick enable/disable speed limit button | new | Feature request | normal | FileZilla Server | |
Description |
Being able to disable any current speed limits with a simple button on the main screen would be very handy! Functionality is obvious but it would be something like a button on the right of the 'Lock Server' button which when enabled would cause all upload & download speed limits to be ignored so everything would go full speed. My personal reasons for wanting this are because I run an ftp server from home and only allow full speed at night so it doesn't effect my internet speeds during the day. It would be great to be able to allow full speeds easily at times I'm going out, etc. Obviously there would be many more uses for a feature like this other than my unimportant example! |
|||||
#8260 | Force Priority Change | new | Feature request | normal | FileZilla Client | |
Description |
If I have a bunch of low, large priority downloads in the transfer queue (using all the simultaneous connections) and then add a new item to the queue, setting the new item to highest priority I have to wait for one of the low priority items to complete before the HP item is processed (which could be hours). It would be nice if there was a feature that allowed the more important item to be processed immediately rather than waiting for the trivial items to complete. Possible approaches might be:
Thanks, |
|||||
#8263 | Can't delete a file when the first character is a space character | reopened | Bug report | normal | FileZilla Client | |
Description |
Can't delete a file on an FTP server when the file name begins with a space character Using Filezilla 3.5.3 |
|||||
#8267 | Rename permission seperate from Delete permission. | new | Feature request | normal | FileZilla Server | |
Description |
I have come across a need to enable renaming files and folders without allowing a direct delete operation. What I would like to see implemented is a separate rename permission limited to RNFR and RNTO operations. When a file or folder already exists with the new name, the current behavior of throwing an error of "5xx file exists" is preferred. Currently running FileZilla Server 0.9.41. Additional information available upon request. |
|||||
#8271 | Cannot move OSX client window in the normal fashion | new | Bug report | normal | FileZilla Client | |
Description |
Usually when you click on any part of the grey window title/tool bar in OSX and drag the mouse the window moves, in Filezilla however this doesn't happen. Instead to move the window you need to specifically select only the very top part of the title bar, where the close, minimise and resize gadgets and window title are displayed. The rest of the title/tool bar does not allow the window to be moved as it normally would on OSX. This isn't serious bug but me and many of my colleagues frequently try to "grab" these other areas of the tool bar to move the window around and find that they don't work in Filezilla. Not a serious bug by a long stretch - but can be annoying at times. Hopefully this is something easy to fix... |
|||||
#8279 | Last transferred feature | new | Feature request | normal | FileZilla Client | |
Description |
Sometimes I find myself working with several files which I don't want to put in "edit" mode, but I frequently need to switch directories in order to find a file to upload. It would help to have a feature showing last files I have transferred with an option to do another transfer. |
|||||
#8281 | Remote: dragging folder upwards in tree scrolls window to find target | new | Feature request | normal | FileZilla Client | |
Description |
When a folder in the remote pane is dragged (say you want to move it), when you drag the folder to the top of that pane, it does not scroll up to reveal more files/folders. Usually, in this kind of interface, the norm is for it to scroll with the mouse drag movement when you hit the edges of the pane. While there are other ways of achieving the folder move, it would be useful to do a move by dragging in this way, if possible? |
|||||
#8283 | Filetype Association not respected on "Open" | new | Bug report | normal | FileZilla Client | |
Description |
FileZilla does not follow Windows filetype associations when "Open"ing files. Reproduce: Open any .avi, .mkv or .mp4 file. Expected: Open file with Media Player Classic, set as default app. Actually: All media files open with Windows Media Player. FileZilla settings:
Windows 7 Ult 64b filetype associations:
|
|||||
#8288 | consider "invalid character replacement" in "compare directories" and "transfer files" | new | Feature request | normal | FileZilla Client | |
Description |
Taken from #3227: When a file is downloaded and invalid characters are replaced in filename on the client, directory comparison does not consider both files to be the same. When transferring files the "file already exists dialogue" does not show date/time and size of the file to be overwritten. |
|||||
#8290 | PAPERCUT: "Minimize to tray" checkbox behavior on OSX | new | Feature request | normal | FileZilla Client | |
Description |
ISSUE: In preferences/interface, there is a check-box setting "Minimize to tray". By default, this check-box is unchecked. If this check-box is checked, and OK button is pressed to close and accept the preferences, the next time "preferences" window is opened, the check-mark is unchecked. Note: I am aware that this function does not make much sense on OSX, and makes a lot of sense on Windows XP. Still, I feel that removing this option for OSX (and perhaps linux) should be considered. |
|||||
#8291 | PAPERCUT: A common OS X [Cmd+W] shortcut is not working. | new | Feature request | normal | FileZilla Client | |
Description |
ISSUE: A common shortcut on Mac [Cmd+W] is used to close windows. this shortcut can be used to close any window that has "close", "minimize", "maximize" buttons in the menubar. For example, usually windows such as "About" and "Preferences" can be closed using [Cmd+W]. In FileZilla, this shortcut does not respond when a user wants to close "About" or "Preferences" windows although those windows display working close button in menubar. SUGGESTION: FileZilla windows such as (unfinished listing): "About", "Preferences", "site manager", "Manual transfer", "Manage bookmarks", "Network configuration wizard" should respond to [Cmd+W] shortcut. TO BE DONE: Revise the need for "close", "minimize", "maximize" buttons on panels and windows and enable the shortcut functionality accordingly. |
|||||
#8292 | Many interface languages in FileZilla cannot be used. | new | Bug report | normal | FileZilla Client | |
Description |
ISSUE: In Preferences/Language: FileZilla offers a list of languages to choose from as a user interface language. Many of these languages cannot be activated. The error displayed by Filezilla states: "Failed to change language Failed to set language to [name on the language], using default system language" The languages I could not set to work are: -Arabic -Armenian -Farsi -Galician -Georgian -Indonesian -Kurdish -Latvian -Macedonian -Nepali -Norwegian (bokmal) -Norwegian (nynorsk) -Occitan -Serbian -Thai -Valencian -Vietnamese SUGGESTION 1: Remove non-functioning languages from the list. (In that case maybe those languages should be moved to a place where contributors can update them/fix them) SUGGESTION 2: If this error is an absolute necessity and cannot be avoided, I suggest using a fuller sentence to provide clarity. "Failed to change language Failed to change language to [name of the language]. FileZilla will use this system's default language instead." ADDITIONAL QUESTION: What happens if the system's default language is one of those that are not working in FileZilla? Which language FileZilla will fall to? |
|||||
#8296 | FZ Server 0.9.41 beta loses window size and position | new | Feature request | normal | FileZilla Server | |
Description |
The server Admin UI does not remember the window size and position after the UI has been closed. This is contrary to normal Windows behavior. |
|||||
#8297 | Every file being reported as new | new | Bug report | normal | FileZilla Client | |
Description |
I have followed the procedure here, which says my timezone offset is correct: but filezilla is downloading every file of hundreds or thousands, when set to Only Download if Newer -- because it is getting all the times wrong by an hour. :( :( This problem just began this week, so clearly it is an error related to daylight savings time. |
|||||
#8300 | TLS 1.2 ClientHello Signature Algorithms extension incomplete. | new | Bug report | normal | FileZilla Client | |
Description |
RFC 5246 which defines the TLS 1.2 protocol added a new optional extension to the ClientHello handshake message. This is detailed in section 7.4.1.4.1. of the RFC. If this extension is included in the ClientHello, it must contain all of the signature algorithms that the client is willing to accept. Here is a quote: "If the client supports only the default hash and signature algorithms (listed in this section), it MAY omit the signature_algorithms extension. If the client does not support the default algorithms, or supports other hash and signature algorithms (and it is willing to use them for verifying messages sent by the server, i.e., server certificates and server key exchange), it MUST send the signature_algorithms extension, listing the algorithms it is willing to accept." The list sent by FileZilla Client 3.6.0-rc1 includes these in its preferred order: SHA384/RSA, SHA384/ECDSA, SHA512/RSA, SHA512/ECDSA, SHA256/RSA, SHA256/DSA, SHA256/ECDSA, SHA1/DSA, and MD5/RSA. This list is conspicuously missing SHA1/RSA. This should be added. If you are considering a response (see ticket #7864) of "We don't support SHA1 anymore", I would point out that SHA1/DSA in included in this list, as well as MD5/RSA. If you are considering a response of "SHA1/RSA is the default, we don't need to specify it", I would point out that according to the RFC (see quote above) if the extension is used, it must list all supported signature algorithms--also, SHA1/DSA is included, and it is a default accoring to the RFC if the extension is not used. The bug fix is to include SHA1/RSA in the signature extensions. |
|||||
#8304 | Web interface for FileZilla Server. | new | Feature request | normal | FileZilla Server | |
Description |
I apologize if this is a repeated request (I have searched the forms and have not found it in there). I would love to see a web based interface for the FileZilla server, as I have the server running in several locations, and it would make it much easier to manage them all, rather than having to log into a pc running the admin interface. |
|||||
#8306 | Different transfer type for downloads and uploads | new | Feature request | normal | FileZilla Client | |
Description |
I would like to be able to use the "Binary" transfer type for downloads and the "Auto" transfer type for uploads. |
|||||
#8307 | Stop remote tree browser jumping while retrieving file lists | new | Feature request | normal | FileZilla Client | |
Description |
When a folder is chosen to download from a remote repository, via drag and drop for example, the remote directory tree browser expands each folder individually. This overrides any user actions, and renders the remote directory tree browser effectively inoperable until all files and sub-folders have been located. Although I can see the point in showing the user the files that are going to be downloaded, often these flash past too fast to see. As the browser is in-essence a user interface, I believe it makes sense to keep it usable by the user during this time. A feature to prevent this behaviour, effectively performing the retrieval of directory listings and filling the transfer queue in the background, would allow a user to continue browsing the remote repository for other files. Ideally, the user's browsing of the remote directory tree would also take priority over any automated/queued retrievals. |
|||||
#8310 | PAPERCUT: The tooltip says that right clicking on "directory listing filter" icon should toggle the filters On/Off, but it only shows the filter configuration panel. | new | Bug report | normal | FileZilla Client | |
Description |
ISSUE: The tooltip for "directory listing filter" icon in the main toolbar says that right clicking on "directory listing filter" icon should toggle the filters On/Off, but it only shows the filter configuration panel. i.e. the both right and left clicking starts SOLUTION SUGGESTION: A simple solution would be to fix the right-click function. On the other hand, joining these two functions (toggle filters and filter configuration) in one tool menu icon like this is unusual. From the usability standpoint, a better solution could be possible. NOTE: I was unsure whether to call this issue a bug or a papercut. I have decided to call it a "papercut" since it seems to be a GUI issue and toggling the filters can be achieved via filter configuration panel, too. So, there is no bug in the software functionality itself. |
|||||
#8320 | Is there any way to import users from Bullet Proof FTP Server to FileZilla FTP Server? | new | Other | normal | FileZilla Server | |
Description |
Is there any way to Import user from BFTP to Filezilla FTP Server. |
|||||
#8324 | Slow and interrupted upload in FileZilla client 3.6 and 3.6.0.1 on Mac 10.8.2 | new | Bug report | normal | FileZilla Client | |
Description |
I tried both FileZilla 3.6 and 3.6.0.1 on a 2010 MacBookPro running OSX 10.8.2 using various network connections and user accounts. Uploads to a normally very stable and quick server (in local network) were very slow and connection was very instable. After 4 hours of trying, with multiple retries inbetween I transferred a few hundreds of kilobytes. After downgrading to version 3.5.3 the upload speed went back to a normal 10-15 MB/s. |
|||||
#8325 | Default editor preference does not work properly | new | Bug report | normal | FileZilla Client | |
Description |
[Steps to reproduce]
[Current issue] Filezilla keeps finding older editor. [Client Info] Filezilla 3.6.0 compiled for i586-pc-mingw32msvc build date: 2012-11-10 compiled flags: -g -O2 -Wall -g -fexceptions [Related issue] http://trac.filezilla-project.org/ticket/4299 http://trac.filezilla-project.org/ticket/4442 http://trac.filezilla-project.org/ticket/5428 http://trac.filezilla-project.org/ticket/7408 |
|||||
#8328 | PAPERCUT: "Downloading update" download status bar and text on OSX are oversized. | new | Bug report | normal | FileZilla Client | |
Description |
LOCATION When downloading FileZilla updates, using FileZilla's "Check for updates..." function, eventually the user will be downloading the FileZilla. A dedicated dialog box will display the status of downloading process using a percentage status bar with some textual information underneath. This textual information stretches to the right too much and, as a result, gets cut off by dialog box' frame. (please see the attached image) NOTE This problem does not exist on WinXP. On WindowsXP, this data is nicely centered under the status bar. |
|||||
#8330 | FileZilla run from installer runs under admin privs | new | Bug report | normal | FileZilla Client | |
Description |
After upgrading to FileZilla 3.6.0, I allowed the installer to launch FileZilla. This is on Win7 Pro x64, where I had right-clicked on the FileZilla installer, and selected "run as administrator". However, it looks like the instance of FileZilla, as launched by the installer, will then also run with elevated privileges! I noticed this when I used FileZilla to connect to a previously saved site, and FileZilla couldn't see a mapped drive letter (my logon session can see the shared drive, but anything running under elevated privileges can't see mapped drives). This is a concern, because it means the instance of FileZilla launched by the installer has admin privs, instead of being reduced to normal user privs, as it would be when I launch it as myself. |
|||||
#8331 | version check didn't download and install latest version | new | Bug report | normal | FileZilla Client | |
Description |
I had FileZilla 3.5.3 or something installed. When I launched it, it performed a check for a new version, advised that 3.6.0 was available, downloaded it and installed it. I then went to the Help -> Report a Bug menu item, only to be told by the website that I wasn't running the latest version, but 3.6.0.1 was available. The version checking / updating should ensure users are upgraded to the latest version, not a slightly old version. |
|||||
#8335 | Auto-updater steals focus, intercepts keypresses and exhibits unexpected behaviour | new | Bug report | normal | FileZilla Client | |
Description |
I opened FileZilla and the auto-update notice appeared indicating that an update was available. I permitted the program to perform the update and went to do some typing in another window. At some point the updater opened a window which stole focus, intercepted one or more keypresses, and closed rapidly. I do not know what this window was for, because it disappeared so quickly. I believe that the keypresses intercepted may have been "png", or a subset of those, as that is what I appear to have been unsuccessful in typing in the window that was the intended recipient of the keystrokes. After the window closed, it seems that the auto-updater did not complete its intended task, although I do not know whether that is as a result of the intercepted keypresses or for some other reason. FileZilla proved not to be installed on the computer (or at least, Windows did not list it as an installed program) and no shortcuts to FileZilla worked. I was obliged to download the installer and install FileZilla afresh. Happily, my preferences and settings were intact. |
|||||
#8339 | Wrong text in either button or text in Norwegian translation when done downloading a new version of FileZilla. | new | Bug report | normal | FileZilla Client | |
Description |
When the download of a new version is done, the text says in norwegian "Den seneste versjonen har blitt nedlastet. Klikk Ferdig for å lukke fileZilla og starte installasjonen". The word 'Ferdig' and the button 'Avslutt' are not the same text. I suggest to change the text 'Avslutt' to 'Ferdig' would solve the cosmetic bug. |
|||||
#8346 | Filezilla transfer hangs while transfer file to aruba. The 5 threads stops one at a time near end of file. | new | Bug report | normal | FileZilla Client | |
Description |
transferring file to aruba. one at a time the thread hangs at the end of file and remain still. so filezilla remains locked and the transfer does not go ahead. in the log, at the end of collection i give an F5 to refresh dir. This malfunction happens for several months but only now I decided to report it after several new versions of filezilla. win xp SP3 filezilla 3.6.0.1 logfile attached. Best Regards, gadareth Elio Bellucci |
|||||
#8347 | Automatic Update from 3.6.0.2 to 3.7.3 fails | reopened | Bug report | normal | FileZilla Client | |
Description |
I opened FileZilla (Client) and was informed a new version was available and was asked to confirm update. Next, I was asked to confirm where to save the setup file. After the file download "completed", I was notified there was an error downloading the file. I repeated this attempt a few times with the same results. Manually downloading the setup file resulted in a successful download and successful update to FileZilla CLient Version 3.6.0.1 I am running Windows 7 x64 (fully updated) with AMD Quad Core and 8GB Ram. |
|||||
#8349 | show splash screen at startup (Long delay on startup using local network drive) | new | Bug report | normal | FileZilla Client | |
Description |
When the local site remembered on startup is a network file share containing thousands of sub-directories, the FileZilla client takes about 5 minutes to appear. This delay with no splash screen or progress indicator would typically lead the user to try again repeatedly, as if the launch did not execute. (There was no visual feedback of any sort.) This symptom suggests inefficiency reading large numbers of filesystem objects. Perhaps it should be limited by default? At least the operation should indicate some sort of progress. Preferably interruptible by user ("Cancel" button). An instantaneous Splash Screen would help mitigate the confusion. Similar delay occurs also when navigating to said directories after startup. FileZilla Client Version: 3.6.0.1 Build information:
Linked against:
Operating system:
|
|||||
#8353 | FTP connection problem via VPN | new | Bug report | normal | FileZilla Client | |
Description |
I have installed FileZilla server and user FileZilla client to connect it in normal I can connect without problem. But via VPN PPTP connected I can't using FileZilla connect to server here is log Status: Connecting to 202.162.78.82:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FileZilla Server version 0.9.40 beta Trace: CFtpControlSocket::OnReceive() Response: 220-Welcome to AsnpnetServer1 FTP Server Response: 220 ผู้ดูแลระบบ : nProtect Trace: CFtpControlSocket::SendNextCommand() Command: USER StorageAdmin Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for storageadmin Trace: CFtpControlSocket::SendNextCommand() Command: PASS ************ Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX emulated by FileZilla Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 202.162.78.82:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-FileZilla Server version 0.9.40 beta Trace: CFtpControlSocket::OnReceive() Response: 220-Welcome to AsnpnetServer1 FTP Server Response: 220 ผู้ดูแลระบบ : nProtect Trace: CFtpControlSocket::SendNextCommand() Command: USER StorageAdmin Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for storageadmin Trace: CFtpControlSocket::SendNextCommand() Command: PASS ************ Trace: CFtpControlSocket::OnReceive() Response: 230 Logged on Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Could not connect to server problem occur with only FileZilla Client connect to FileZilla Server. other ftp client and server is working on PPTP VPN |
|||||
#8369 | jpg files fail to open on download | new | Bug report | normal | FileZilla Client | |
Description |
Selecting view/edit .jpg files from server but after download is completed Microsoft Photo Editor gives "Error reading file" message. However if downloaded to desktop and file opened from there then all is OK. http://screencast.com/t/qfwKqekf7MHm |
|||||
#8371 | Remote Path Handling Feature Request | new | Feature request | normal | FileZilla Client | |
Description |
Hi, I download a pair of files each day. The name changes based on the date. So I use the search feature/binoculars. Every day, I have to change the remote path handling to 'Flatten remote paths, download all contained files directly into target directory.' because that is my preference. I would like to make that the default. I don't want to have to choose that option each time I go to download files out of the search results. -Mike FileZilla Client Version: 3.6.0.1 Build information:
Linked against:
Operating system:
|
|||||
#8379 | Sitemanager "move site to folder" function | new | Feature request | normal | FileZilla Client | |
Description |
Is it possible to show second tree?
in case when folder was selected, or there can be some tab/switcher
So, it will be possible in second tree to select many "sites" and move them to selected folders from 1st tree |
|||||
#8380 | Massive Memory and CPU utilization with large dataset Uploads | new | Bug report | normal | FileZilla Client | |
Description |
FileZilla 3.6.0.2 Windows Server 2008 R2 running under VMware Workstation 8 Two Intel CPUs 2 GB memory Windows 7 Ultimate 64-bit physical machine. 8 Intel CPUs 16 GB memory I have been trying to use FileZilla to test an FTP server implementation and how it scales using millions of files. My data set contains 10 million 1 KB files in a fairly deep directory structure. What I have found is that after a few minutes, FileZilla becomes non-responsive. A check of the memory sees it climbing very high. Some test runs, I'm able to get it to crash when the memory gets to ~2 GB consumed, probably because its a 32-bit process. Other times, the CPU just spikes to 100% and the process just looks like its hung when looking at the logs on the server side. This is pretty simple to reproduce on the two machines listed above. I personally think it has something to do with the queueing mechanism and how much memory is consumed per item. The queue can grow quite faster than files can transfer leading to rather large lists on the queued side. |
|||||
#8388 | Quick Connect Bar Settings lost after each new version update | new | Bug report | normal | FileZilla Client | |
Description |
Hi there, I value the work you do on this project and I must say that I use FileZilla almost every day. Bug description I have one small issue with the "Quick connect": each time I install a new version, only one FTP server remains... and each time I have to search all my settings. FileZilla Client Portable version Version: 3.5.2 Build information:
Linked against:
Operating system:
If you could correct this small bug, that would be perfect. Kind regards, Dominique |
|||||
#8391 | Full screen feature for Mac OS | new | Feature request | normal | FileZilla Client | |
Description |
A full screen feature for Mac OS X would be an improvement in usability of the application, which would make it easy to switch from FileZilla to Safari for instance. |
|||||
#8394 | File transfer stalling and retrying | new | Bug report | normal | FileZilla Client | |
Description |
When attempting to drag and drop a zip file either directly to my desktop location or to a shared network drive in the tree structure, the transfer begins and proceeds smoothly to 46.3% complete and then stalls and retries. After the retry is intiated, it recognizes that the file already exists and prompts to select an action. Regardless of the action selected, the file will begin transferring again and consistently fails at 46.3%. I have attempted this transfer about 10 times. File size is 121MB Operating on latest version downloaded today * Status: Resolving address of ftp01.oberontech.com Status: Connecting to 208.42.231.237:21... Status: Connection established, waiting for welcome message... Response: 220-- FileZilla Server version 0.9.37 beta Response: 220- Response: 220-Welcome to the Oberon Technologies FTP Server. Response: 220- Response: 220-All information within this system is "Confidential", unless otherwise Response: 220-noted. This system is for use by authorized personnel only. Unauthorized Response: 220-access to this system is monitored and any violation will be reported to Response: 220-the Internet Crime Complaint Center (IC3), a partnership between the Response: 220-Federal Bureau of Investigation (FBI), the National White Collar Crime Response: 220-Center (NW3C), and the Bureau of Justice Assistance (BJA). If there Response: 220-is a problem with the system or configuration options that need to be Response: 220 added, please contact the System Administrators at it@…. Command: USER kyle.bangerter@… Response: 331 Password required for kyle.bangerter@… Command: PASS * Response: 230 Logged on Command: SYST Response: 215 UNIX emulated by FileZilla Command: FEAT Response: 211-Features: Response: MDTM Response: REST STREAM Response: SIZE Response: MODE Z Response: MLST type*;size*;modify*; Response: MLSD Response: AUTH SSL Response: AUTH TLS Response: PROT Response: PBSZ Response: UTF8 Response: CLNT Response: MFMT Response: 211 End Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (208,42,231,237,195,137) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Initial DITA Sample Response: 250 CWD successful. "/Initial DITA Sample" is current directory. Command: PWD Response: 257 "/Initial DITA Sample" is current directory. Command: PASV Response: 227 Entering Passive Mode (208,42,231,237,195,138) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Status: Directory listing successful Status: Resolving address of ftp01.oberontech.com Status: Connecting to 208.42.231.237:21... Status: Connection established, waiting for welcome message... Response: 220-- FileZilla Server version 0.9.37 beta Response: 220- Response: 220-Welcome to the Oberon Technologies FTP Server. Response: 220- Response: 220-All information within this system is "Confidential", unless otherwise Response: 220-noted. This system is for use by authorized personnel only. Unauthorized Response: 220-access to this system is monitored and any violation will be reported to Response: 220-the Internet Crime Complaint Center (IC3), a partnership between the Response: 220-Federal Bureau of Investigation (FBI), the National White Collar Crime Response: 220-Center (NW3C), and the Bureau of Justice Assistance (BJA). If there Response: 220-is a problem with the system or configuration options that need to be Response: 220 added, please contact the System Administrators at it@…. Command: USER kyle.bangerter@… Response: 331 Password required for kyle.bangerter@… Command: PASS * Response: 230 Logged on Status: Connected Status: Starting download of /Initial DITA Sample/ATV Sportsman 850.zip Command: CWD /Initial DITA Sample Response: 250 CWD successful. "/Initial DITA Sample" is current directory. Command: PWD Response: 257 "/Initial DITA Sample" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (208,42,231,237,195,139) Command: RETR ATV Sportsman 850.zip Response: 150 Connection accepted Error: Connection timed out Error: File transfer failed after transferring 56,371,180 bytes in 126 seconds Status: Resolving address of ftp01.oberontech.com Status: Connecting to 208.42.231.237:21... Status: Connection established, waiting for welcome message... Response: 220-- FileZilla Server version 0.9.37 beta Response: 220- Response: 220-Welcome to the Oberon Technologies FTP Server. Response: 220- Response: 220-All information within this system is "Confidential", unless otherwise Response: 220-noted. This system is for use by authorized personnel only. Unauthorized Response: 220-access to this system is monitored and any violation will be reported to Response: 220-the Internet Crime Complaint Center (IC3), a partnership between the Response: 220-Federal Bureau of Investigation (FBI), the National White Collar Crime Response: 220-Center (NW3C), and the Bureau of Justice Assistance (BJA). If there Response: 220-is a problem with the system or configuration options that need to be Response: 220 added, please contact the System Administrators at it@…. Command: USER kyle.bangerter@… Response: 331 Password required for kyle.bangerter@… Command: PASS * Response: 230 Logged on Status: Connected Status: Starting download of /Initial DITA Sample/ATV Sportsman 850.zip Command: CWD /Initial DITA Sample Response: 250 CWD successful. "/Initial DITA Sample" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (208,42,231,237,195,140) Command: REST 56371180 Response: 350 Rest supported. Restarting at 56371180 Command: RETR ATV Sportsman 850.zip Response: 150 Connection accepted, restarting at offset 56371180 Error: Connection timed out Error: File transfer failed Status: Resolving address of ftp01.oberontech.com Status: Connecting to 208.42.231.237:21... Status: Connection established, waiting for welcome message... Response: 220-- FileZilla Server version 0.9.37 beta Response: 220- Response: 220-Welcome to the Oberon Technologies FTP Server. Response: 220- Response: 220-All information within this system is "Confidential", unless otherwise Response: 220-noted. This system is for use by authorized personnel only. Unauthorized Response: 220-access to this system is monitored and any violation will be reported to Response: 220-the Internet Crime Complaint Center (IC3), a partnership between the Response: 220-Federal Bureau of Investigation (FBI), the National White Collar Crime Response: 220-Center (NW3C), and the Bureau of Justice Assistance (BJA). If there Response: 220-is a problem with the system or configuration options that need to be Response: 220 added, please contact the System Administrators at it@…. Command: USER kyle.bangerter@… Response: 331 Password required for kyle.bangerter@… Command: PASS * Response: 230 Logged on Status: Connected Status: Starting download of /Initial DITA Sample/ATV Sportsman 850.zip Command: CWD /Initial DITA Sample Response: 250 CWD successful. "/Initial DITA Sample" is current directory. Status: Skipping download of /Initial DITA Sample/ATV Sportsman 850.zip Status: File transfer skipped |
|||||
#8398 | UNC path error | new | Bug report | normal | FileZilla Client | |
Description |
FileZilla Client 3.6.0.2 is unable to normally download a file from ftp, if resulting path name exceeds MAX_PATH limit. Which is already reported, see related bugs: 6193,4791 ,4792,6193.
Though, I've just tried to manually input an UNC path to "Local site" field. Like " And now I was able to download needed files. Although files were downloaded OK, there were multiple error messages: "Directory ':\temp' couldn't be created (error 3: the system cannot find the path specified). If I close this message - new one won't pop up immediately, though, after some time - it would, for sure. Here's 45sec screenvideo I've captured. Also, please find filezilla.log attached (sorry,in fact, it is not the one related to the video, it was a separate run.) At the end of the log, I've canceled transferring, though, once again - this error message does not affects transferring, it just continues. |
|||||
#8404 | Favorites in Dock menu | new | Feature request | normal | FileZilla Client | |
Description |
It would be nice if your FTP favorites were populated in the list when you right click on the icon in the Dock, and when you click on a favorite it starts FileZilla and automatically connect to the selected favorite. If FileZilla was already started, just connect to the selected favorite. |
|||||
#8405 | Timeout in big directory delete | new | Bug report | normal | FileZilla Client | |
Description |
it is impossible for filezilla client to erase directories if this directiory is too big, if it contains many files. Timeout on connexion duration stops this operation before it is complete. Timeout on connexion duration is not reinitialized at each operation (LIST ou DELE). To erase such big directories, it is necessary to proceed in several (many) smaller erase operations. Best regards. |
|||||
#8406 | When a new directory created, focus the new directory in listviews | new | Patch | normal | FileZilla Client | |
Description |
When a new directory created, filezilla refreshes the corresponding local or remote listview and leaves the focus where it was before. I think it should set the focus to the newly created directory since the user most likely will want to go in that directory. The attached patch implements this behaviour for both the local and the remote listviews, also it adds the [ctrl]+[shift]+[n] keyboard shortcut for the "New Directory" menu item (does the same thing in windows explorer or nautilus and Thunar on linux). The remote side implemented extending the facilities added in r4868 with setters and a new conditional. Maybe these functions/member variables need a new name. Since i'm not 100% sure on the remote side's implementation, i'm attaching a patch only for the local side and the keyboard shortcuts. Sidenote: On my system, i couldn't compile a clean r4872, compile failed with: src/interface/listctrlex.cpp:1179 col 36: error: passing ‘const wxListCtrlEx’ as ‘this’ argument of ‘wxScrolledWindow* wxListCtrlEx::GetMainWindow()’ discards qualifiers [-fpermissive]
This can be fixed easily enough with a - wxRect windowRect = GetMainWindow()->GetClientRect(); + wxRect windowRect = const_cast<wxListCtrlEx*>(this)->GetMainWindow()->GetClientRect() |
|||||
#8408 | Freeing the "transfert done" list from 100'000+ files takes 5 minutes | new | Feature request | normal | FileZilla Client | |
Description |
I sucessfully transfered more than 100'000 files from an archive to local. The log pannel of sucessful transfers contains the 100'000 names of files. I select all the log by ctrl-a and press the del key. It takes about 5 minutes to clear the list - a huge time. Observation: at the beginning of the freeing, memory is released by 5ko/interval (monitoring the processes), than by 24 ko/interval and finally at 200ko/interval. I bet that the algorithm used fro freeing the list and memory is not optimal. The same "long time" was observed at least 3 times and is always present. When the list is "short", the time is short - a few seconds or so. Is a much faster ? |
|||||
#8409 | Stopping the treatment of the queue dosn't stop distant site tree exploration | new | Feature request | normal | FileZilla Client | |
Description |
I tried to stop both the files' downloading and the exploration of the tree (huge, more than 8 minutes) of the distant site using a ctrl-p. It effectively stopped the downloading of files, but not the tree exploration. Is there a facility to stop the tree exploration from the distant site ? |
|||||
#8411 | Remove clients "local" pane, add vertical directory tree | new | Patch | normal | FileZilla Client | |
Description |
I was hoping that this could be implemented. I see that tateu updated 3.5.3 but it doesn't work for the latest 3.6.0.2 version. Can someone create a patch please? It would be very helpful. Thanks in advance. |
|||||
#8421 | Search or sort "Transfer" column | new | Feature request | normal | FileZilla Server | |
Description |
The ability to sort the "Transfer" column. Or as an alternative, the ability to search and/or filter on the "Transfer" column. |
|||||
#8424 | "Always upload this file" option when editing/updating | new | Feature request | normal | FileZilla Client | |
Description |
Hi, Thanks for FileZilla client - great software; I just made a donation. When editing a file, my workflow is like this: 1) Edit file 2) Switch to FileZilla to upload 3) Switch to browser to test impact 4) Switch back to editor If FileZilla's "Do you want to upload this file?" box had a "Always upload this file" checkbox that could last for the session's duration, then that would be great and save some time. Thank you for considering the idea. |
|||||
#8427 | PAPERCUT: Only the very top of the FileZilla title bar is draggable on OSX | new | Bug report | normal | FileZilla Client | |
Description |
On any other Mac program, the entire grey title/toolbar can be clicked and dragged. In FileZilla, only the very top portion works as it should. This often leads to the cursor arrow sliding off and moving something in the window below. |
|||||
#8461 | Directory tree view is not refreshed after dragging folders. | new | Bug report | normal | FileZilla Client | |
Description |
CONDITIONS: Create 2 folders, e.g. TEST1 and TEST2. Use directory tree pane to drag TEST2 onto the TEST1 folder. As when trying to move a folder inside another folder. Although the folder TEST2 is successfully moved to TEST1 using this approach, the TEST2 folder's icon will still remain where it was. Resulting in seemingly 2 TEST2 folders. (please reference the submitted image). When this happens, slicking 'Refresh' will not help as long as the original TEST2 folder icon is highlighted. |
|||||
#8466 | FTP URL in Quick Connect should open directory/download file | new | Feature request | normal | FileZilla Client | |
Description |
Right now, it's nice that you can put FTP URLs in the quickconnect bar, but the functionality isn't quite usable. For example, if you copy ftp://190.144.167.33/planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf from your browser and you want to download it in filezilla. When you paste it in the quick connect "host" field, you get the following error: Connecting to 190.144.167.33:21... Status: Connection established, waiting for welcome message... Response: 220-Microsoft FTP Service Status: Connected Status: Retrieving directory listing... Command: CWD /planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf Response: 550 /planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf: The directory name is invalid. Command: PWD Response: 257 "/" is current directory. Ideally, it would CDW TO /planificacion/VAD&Hepp/ then start a download of Metodo-participativo-VAD.pdf |
|||||
#8476 | Too many publickey verification attempts were made | new | Bug report | normal | FileZilla Client | |
Description |
Version: 3.6.0.2 OS: Windows 7 x64 I have a LOT of certificate-authenticated SFTP sites; since I went over 10, I began getting this error:
Status: Connecting to devstbe1...
Response: fzSftp started
Command: keyfile " Shouldn't FileZilla only try the key file reflecting the login name instead of trying them all? |
|||||
#8478 | ftp/s does not support certificate-auth (no password) | new | Feature request | normal | FileZilla Client | |
Description |
FileZilla does not appear to support client-certificate auth (no password) mode. Examples where this does work via cURL include: curl -v -k --ftp-ssl --ftp-pasv --disable-epsv --key userkey.pem --cert usercert.pem ftp://user@server curl -v -k --tlsv1 --ssl --ssl-reqd --ftp-alternative-to-user "SITE AUTH" --disable-epsv --ftp-skip-pasv-ip --key userkey.pem --cert usercert.pem ftp://server I can provide output and trace logs if desired, but since the traces show certificate detail, I'd prefer not to do it in public. RFC 2228 specifically states that the server can accept AUTH info as sufficient for login, and provides FTP response codes for doing so, bypassing the PASSWORD prompt. The ability to specify a certificate for a particular connection profile would help here, keeping the connection from trying the wrong certificate (this would also help SFTP connections avoide the error noted in bug report 8476 (http://trac.filezilla-project.org/ticket/8476) |
|||||
#8484 | Please change "Selected file already being edited" box. | new | Feature request | normal | FileZilla Client | |
Description |
Please add a checkbox to this dialog that causes the dialog to remember what you did last time. I frequently use FileZilla to just look at files that are changing at the remote site so every time I want to refresh I have to select "Discard local file...". You get the idea. As an alternative to this change make view and edit two different functions. Here are the "info" dump: FileZilla Client Version: 3.6.0.2 Build information:
Linked against:
Operating system:
|
|||||
#8488 | Incomplete File Transfers to Server | new | Bug report | normal | FileZilla Client | |
Description |
With recent versions of FileZilla, we have been seeing a number of incomplete file transfers. Here are our steps to reproduce: 1) Connect to the FTP server (on Windows CE device). (No encryption, anonymous FTP). 2) Transfer a file of size > 1MB from client to server. 3) Often the file transfer will "complete" after only ~200kB have been transferred. Sometimes a client PC will get stuck in this state, unable to transfer larger files. 4) The file remains on the server with a size of ~200kB. The reason why I suspect FileZilla is the culprit is because other FTP clients (such as Microsoft command line ftp client and Windows Explorer) work OK from the same machines that have trouble with FileZilla. Furthermore, I once took a Wireshark capture during the transfer and it seemed evident that FileZilla was dropping the ball on the communications. This seems to happen with 3.6.0.2 but not with 3.6.0. However, I am not certain of that. Thank you for your assistance. Please let me know if there is more information I could provide that would be helpful in tracking down this bug. Detailed version information below: FileZilla Client Version: 3.6.0.2 Build information:
Linked against:
Operating system:
|
|||||
#8491 | Use the server's external IP address instead not working | reopened | Bug report | normal | FileZilla Client | |
Description |
we have following issue protocol: ftp encryption: Require explicit FTP over TLS Logon: normal our client have an internal ip 10.35..4 the destination address is the internal ip address from our firewall : 10.35..254 the real destination is an server outside: 172...... when the client open the connection to the ftp server: The ftp connection can be opened to the destination server! But wenn the command "LIST" where send to the server, we don't get a sign from the real destination ftp server, because the protocol package has the wrong IP address information included into the package to the client. Maybe it wll be a bug? when we use another software 4 example "smartftp", to do the same thing -> it works fine. We we want to use flezilla. |
|||||
#8492 | FileZilla very slow (~5MB/s) when using sftp to upload file | new | Bug report | normal | FileZilla Client | |
Description |
FileZilla is very slow ~5MB/s, ~90seconds when using sftp to upload a file to my local SSH file server only, while a Linux command-line "sftp" tool is much faster: $ sftp sshserver@127.0.0.1 sftp> put Filename.tar Filename.tar 100% 379MB 20.0MB/s 00:19 I'm really wondering why this is. |
|||||
#8500 | rename a local folder while downloading other folders | new | Bug report | normal | FileZilla Client | |
Description |
While downloading some folders from my webspace with ftpes (explicit ftp over tls), I tried to rename another local folder in the left area in filezilla, where i can see my local folders. I made a right-click/edit on it, and it turned editable. Then I clicked on it directly after its name (downloads|) because i wanted to rename it to "downloads-old". When i start to type the first letter ("-"), the "edit-mode" disappeared/closed , and so it is impossible to rename this or another local folder. I had to open a filemanager of gnome to rename the folder. This problem exists only When downloads are active. Without any downloads, the renaming works without problem. The 'Download-Mode', where the problem appeared, is: "overwrite if filesize is different or file is more actual". I use the german version of filezilla. here my filezilla info: =============================================================== FileZilla Client Version: 3.6.0.2 Build information:
Linked against:
Operating system:
======================================================== i can't test it with the nightly build because http://filezilla-project.org/nightly.php does only show a "nightly builds" - header, but no content or download-links, at the moment. |
|||||
#8505 | Upload elapsed time incorrect | new | Bug report | normal | FileZilla Client | |
Description |
Hi, I'm uploading a file very slowly and I believe it is not counting the hour in the upload's elapsed time. Essentially this previous bug: http://trac.filezilla-project.org/ticket/5657 but as applied to uploads rather than downloads. |
|||||
#8537 | upload fails to start following change in directory from successful upload | new | Bug report | normal | FileZilla Client | |
Description |
I renamed about 20 of the 48 .JPG files in the 'photos' directory in my PC mirror of my website. Instead of manually renaming them on the website, I created a new '@swap' sub-directory there, and dragged and dropped the files to be renamed to it. Then on the PC I selected all the files in the 'photos' directory and uploaded them to the website's 'photos' directory, responding to whether to skip overwriting the files that were not renamed with 'skip' and 'all'. It all worked fine. Before that upload was quite completed, on both the PC and Website, I changed the window focus to another directory, my 'ph' directory in each window. The I tried to upload its '@…' file, but the file was not added to the queue. I tried changing the directory focuses in other ways and coming back to try again with no effect. I opened a new connection to the website and went to the 'ph' directories and it had no effect. I closed and reopened FileZilla and went to the 'ph' directories and the file uploaded as usual, prompting me to overwrite the old one. The version it occured on was: 3.5.3 then I installed current version: 3.6.0.2 |
|||||
#8576 | Small redo last transference | new | Feature request | normal | FileZilla Client | |
Description |
I always miss this little detail. You must take the file and put it into the dir, one change an do it again. I will thank this little button that I would use to upload new version of a file that i'm editing, but i would do twice (up and down) Actually you need to edit a file directly from ftp to do some like this. The idea is make it on local server files. my two cents. thank you. |
|||||
#8577 | Asks to overwrite file when first attempt fails | new | Bug report | normal | FileZilla Client | |
Description |
Figured this should be automatic.. appears to inquire about overwriting when first attempt to download fails (broken connection or incomplete transmission). I would have expected this to be automatic on retries.. On the other hand, if it fails, I would expect it to ask to keep partial file or delete... |
|||||
#8587 | Race condition in upload: Collisions with previously failed transfers (?) | new | Bug report | normal | FileZilla Client | |
Description |
I'm experiencing a race condition when uploading. Approx. every 300 files, a file that's being uploaded already exists, and I'm prompted what to do. Typically the file has 0 bytes, sometimes it has <100% size. These files are from previously failed attempts in the same queue - NB that the target directory was empty before. I'd expect FileZilla to retry failed uploads non-interactively. I'm using 8 concurrent transfers, and the remote server is "flaky" in that it likes to terminate connections randomly every once in a while. So here's my hypothesis: 1) Thread A uploads file foo, is kicked off the server before upload completes. This leaves the file in the transfer queue (does it?). 2) Thread B finds foo in the transfer queue, tries to upload, and finds the incomplete file created by thread A in 1). If this is true, the solution might be to do the collision handling cross-threads, i.e. B should know that A just failed to upload foo, and retry non-interactively. I'm happy to set up a test account on this flaky server. The race is pretty easy to trigger by uploading, say, WordPress (maybe 2 or 3 times). Also, and I assume this is related, there are files in the "Failed transfers" list. Shouldn't those be retried? (Should I open a new bug for the latter issue, in case it's not related? Or is it even a bug?) |