Custom Query (10456 matches)
Results (5201 - 5300 of 10456)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#4233 | File Last Modified Date is not Right on Newer Files | closed | Bug report | normal | FileZilla Client | |
Description |
Newer files are showing up with a last modified date of 2003 and 2004. Files ftpd sometime after 12/18/2008 and before 1/9/2009 are doing this. Although anything in 2009 is having this problem with the old date in the last modified date. Using FileZilla 3.2.1, also happened in last release. FTP Server is FTPshell 4.3 using sftp. I get the correct listing if I use Linux to do an ls -al on the directory. |
|||||
#4234 | Transfert abort after 5 440 octets with delay expired | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, I use filezilla 3.2.1 Compiled for : i586-pc-mingw32msvc Compiled on : x86_64-unknown-linuxè-ngu Date : 1009-02-06 When i try to transfer some file greater than 5 440 Octets, the transfert try a first time, try a second (and ask for replace), stop with this message : delay expired. There is no problème with root account of my server and FileZilla. There is no problème with monchy account and IE (or other ftp software) There is no problème with monchy account and Filezilla. I have no firewall on my computer. Server : Unix, Client : Windows XP Pro SR2 If you want, i can send you user/password account to test. Thank you for this good product. Log : Commande: USER monchy Réponse: 331 Password required for monchy Commande: PASS Réponse: 230 User monchy logged in Statut: Connecté Statut: Démarrage de l'envoi de C:\Documents and Settings\Iatrino\Bureau\Procédure_PriseEnMain_Distance.doc Commande: CWD /httpdocs Réponse: 250 CWD command successful Statut: Récupération du contenu du dossier... Commande: TYPE I Réponse: 200 Type set to I Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,234,112). Commande: LIST Réponse: 150 Opening ASCII mode data connection for file list Réponse: 226-Transfer complete Réponse: 226 Quotas off Commande: TYPE A Réponse: 200 Type set to A Commande: PASV Réponse: 227 Entering Passive Mode (195,14,0,130,231,65). Commande: STOR Procédure_PriseEnMain_Distance.doc Réponse: 150 Opening ASCII mode data connection for Procédure_PriseEnMain_Distance.doc Erreur: Délai d'attente expiré |
|||||
#4236 | Provide options to hide button toolbar and quick connect toolbar | closed | Feature request | normal | FileZilla Client | |
Description |
Please, provide options to hide button toolbar and quick connect toolbar in the View menu by means of check boxes like is already implemented for other part of the main window that can be hidden. Implementing this functionality will allow users on small screens to allocate more screen space to the rest of the screen with more important information. |
|||||
#4237 | Some files are not shown | closed | Bug report | normal | FileZilla Client | |
Description |
As the attachment shows, ls command succeeded with 7 matches, which means there should be 7 file/dir entries. But in the server file list window, there are only 4 listed. See attachment 2. |
|||||
#4239 | Mode Z compression | closed | Feature request | normal | FileZilla Client | |
Description |
Mode Z compression would be very helpful for the types of transfers I routinely complete. I know the server side has the Modez functionallity and it would be very nice if the clinet could support this as well. I like Filezilla over most of the FTP clients it is just missing that one componet (MODE Z) |
|||||
#4242 | Unnecessary connection to skip file upload | closed | Bug report | normal | FileZilla Client | |
Description |
The steps I take are: 1) Connect 2) Select file from web server and drag it into local directory. 3) right click file in local directory and click "edit" 4) edit the file and save 5) As soon as I put focus on FileZilla, a pop-up says that a file has changed, do I want to upload it? 6) I click "No" BUG: as soon as I click "No", the program connects and executes a skip file transfer command. Sometimes the file actually uploads to a random directory. This happens primarily with Windows XP home edition. |
|||||
#4243 | Make all settings available in fzdefaults.xml | new | Feature request | normal | FileZilla Client | |
Description |
This is an idea developed in the forums (before i found out about you using trac, so my apologies for cross-posting): http://forum.filezilla-project.org/viewtopic.php?f=2&t=4721&p=37693#p37693 From the link: My idea would be to integrate default options parsing (now in COptions::LoadGlobalDefaultOptions) into COptions::CreateSettingsXmlElement (and probably rename it) so that default values are not determined by the source but by fzdefaults first. For this to work the options array needs to loose the const qualifier, unfortunatly. The idea here is that t_option.defaultValue gets set from fzdefaults.xml and iff there's no value in fzdefaults.xml then the hardwired defaults take over. This will probably obsolete the default_options array and associated functions. Some thought needs to go into saving this options to the configs. Basically i would propose not to create xml nodes for settings set via fzdefaults.xml or just not copy default settings into users setting at all (seems a bit drastic and probably involves more code changes). This way GetXmlValue() calls for values set in fzdefaults will result in a error if the user runs a stock configuration and the default values set in the options array will take over. I can see concerns about how this will affect expected use of user defined options. But as outlined, the precedence will be like: "filezilla.xml" => "fzdefaults.xml" => "code defaults" so that from a user perspective his config still trumps the admin config. Maybe there could be a new option to control whether global options take precedence over user options, with it defaulting to "no" to achieve the previous behaviour. But this change is (probably too) invasive. Benefit: corp admins will love this (i'm in a need to get this behaviour) If it's needed, i can probably come up with a patch to make this work. Apologies if the report is not that clear on how i would implement this, but the basic request is: make *all* config options stack like this in order of precedence: filezilla.xml, fzdefaults.xml, code |
|||||
#4244 | Directory listing fails over FTPS | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, I have already seen some people reporting this error and you saying they need to upgrade their FTP server, but this is with a different FTP server (ProFTPD). In FileZilla 3.2.1, when I am trying to connect through SFTP (FTP over explicit TLS/SSL) to a server, the connection succeeds but the directory listing fails. A few days back directory listing worked with FileZilla 3.0.8.1. Attached you have the connection log. George |
|||||
#4245 | FZ MacOsX client crashes during opening | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, as summary says it crashes during startup *if* it doesn't find last local directory anymore (i.e. if I change its name or I remove it *after* last FZ client termination. |
|||||
#4246 | Upload file twice when submit subfolders | closed | Bug report | normal | FileZilla Client | |
Description |
Hi Filezilla team, thanks for development filezilla client! But I have detected a bug in the current version 3.2.1 of filezilla client (just downloaded update before using today). Below the step-by-step description: 1) Connect to the remote server (with blank directories). 2) Select on local site a directory with subdirectories. Local directory tree is shown. 3) Select some files in the window below of the local directory tree and choose "upload" from the context menue (right mouse click). 4) Download ok. 5) Select some directories in the window below of the local directory tree and choose "upload" from the context menue. These directories contains a lot of small files (704 files in 14 directories). 6) Uploads begins to work... 7) Some files later the message window appears "Target file already exists", asking me for an action. But there is no duplicate file. The remote ftp server was empty. I didn't touch the local subdirectories while uploading. After confirming the window the upload repeats working. In summary all files are uploaded. (I hope the contents of the files are correct, I didn't checked all files yet). Hope you can find the bug. If you have further questions don't hesitate to contact me. Best regards Glg (Sorry for my bad german-english) |
|||||
#4247 | Ohloh mirror offline: 502 Bad Gateway | closed | Bug report | normal | FileZilla Client | |
Description |
When attempting to download the client from this site ../download?filename=FileZilla_3.2.1_win32-setup.exe I receive a 502 Bad Gateway error. |
|||||
#4248 | file replacing in remote server | closed | Bug report | normal | FileZilla Client | |
Description |
i got my website down cause i made a doubleclick in local file and it transferred blindly to remote server and replaced it i guess you're not taking uppercase or lowercase in consideration like Web.Config is not the same as web.config but.. IT IS!!! so you're not detecting replace in this situation got version 3.2.1 keep up the good work. |
|||||
#4249 | Incomplete download should be deleted | new | Feature request | normal | FileZilla Client | |
Description |
When i download files from my web host to my computer to syncronise and if in between i plan to stop or skip one file which is been downloaded due to heavy file size or other reasons (by clicking on "Remove Selected" in "Queued Files" then file stop and filezilla move to next file to download, but it does not delete the old and incomplete file. Remove Selected command should stop and DELETE the file been downloaded. |
|||||
#4250 | Failure to open associated software | closed | Bug report | normal | FileZilla Client | |
Description |
In 3.2.0 when I opened a PHP file associated with PHP Editor both the editor and the file opened without a problem. When I try to do the same after upgrading to 3.2.1 i get the following error. Cannot edit file The file 'phpfile.php' cannot be opened: The associated program (WX_DDE#"C:\Program Files\PHP Editor\PHPEditor.exe" "phpfile.php"#PHPEditor#Macros#[Open("phpfile.php")]) could not be found. Please check your filetype associations. OK To fix this problem I went into the file associations and clicked OK. I tried again and the problem seems to be fixed. |
|||||
#4251 | FileZilla 0.9.30 beta Unhandled Exception | closed | Bug report | normal | FileZilla Server | |
Description |
FileZilla Server 0.9.30 beta running on WIN2003 ENT SP2 w/ 2GB RAM. Service appears to hang and will not accept connections. Administrator required to stop/start service to resolve issue. NOTE: It takes approximately 3 minutes for FileZilla Server service to stop. Below is the text from the .RPT file. I will also attach the corresponding .DMP file. Exception report created by FileZilla Server version 0.9.30 beta =================================================== System details: Operating System: Enterprise Server Service Pack 2 (Build 3790) Processor Information: Vendor: GenuineIntel ,Speed: 2661MHz ,Type: Intel Pentium compatible,Number Of Processors: 2 ,Architecture: Intel ,Level: Pentium II/Pro,Stepping: 38-48 Memory Information: Memory Used 10%, Total Physical Memory 2096584KB, Physical Memory Available 1879112KB, Total Virtual Memory 2097151KB, Available Virtual Memory 2009224KB, Working Set Min : 200KB Max : 1380KB . Exception Details: Exception code: C0000005 ACCESS_VIOLATION Fault address: 100079C8 01:000069C8 D:\Program Files\FileZilla Server\libeay32.dll Call stack: Address Frame Function SourceFile 100079C8 47C85290 0001:000069C8 D:\Program Files\FileZilla Server\libeay32.dll |
|||||
#4253 | Open Folder with a lot of files | closed | Bug report | normal | FileZilla Client | |
Description |
When there is a folder with realy a lot of files, then the server sends a timeout during getting the filelist. As result you are not able to delete the folder! |
|||||
#4255 | FileZilla Server.exe crashes during Windows shutdown | closed | Bug report | normal | FileZilla Server | |
Description |
This is identical to the bug of the same ticket title, reported over to 2 years ago. The problem cropped up 3 days ago with my previously installed version 0.9.29 and this happened after years of trouble free operation. I un-installed this version, cleaned the registry, and installed version 0.9.30. The problem remains the same. Windows XP SP2 Filezilla Server 0.9.30 |
|||||
#4256 | Disconnected from server: ECONNABORTED - Connection aborted | closed | Bug report | normal | FileZilla Client | |
Description |
I am running Filezilla Client 3.1.4.1 on Mac OS-X Attempting to upload .zip file (28mb) to directory on my website host upload completes to between 80 and 95% complete, stops and I get Error: Disconnected from server: ECONNABORTED - Connection aborted filezilla then restarts the upload (at about 40%). I can see the file in my host directory but it's not the complete file (approx 12mb). It continues to do this. Transfer mode is set at passive I have tried it with and without "Send FTP Keep Alive Commands" - makes no difference. default action is set to resume I have used this on and off for the last couple of years with a similar issue but setting the "Keep alive' command has normally sorted this out but this is the largest file I've attempted to upload. Please find below copy of sample script: Status: Resolving address of ftp.s.com Status: Connecting to 208.187.218.94:990... Status: Connection established, initializing TLS... Status: Verifying certificate... Status: TLS/SSL connection established, waiting for welcome message... Response: 220 FTP Server Ready Command: USER * Response: 331 User name accepted, password required. Command: PASS Response: 230-Welcome * Response: 230 Command: PBSZ 0 Response: 200 Protection Buffer Size set: 0. Command: PROT P Response: 200 Protection Levet set: P. Status: Connected Status: Starting upload of /ANDI'S DB/Websites/The Scrapbooker/ACTUAL PRODUCTS/PAPER KITS/MK0109 Banyan Tree/MK0109 Banyan Tree.zip Command: CWD /download Response: 250 CWD command successful. Status: Retrieving directory listing... Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering passive mode (208,187,218,94,226,128). Command: LIST Response: 150 Opening ASCII mode data connection. Response: 226 Transfer complete. Command: PASV Response: 227 Entering passive mode (208,187,218,94,226,131). Command: APPE MK0109 Banyan Tree.zip Response: 150 Opening BINARY mode data connection for MK0109 Banyan Tree.zip. Error: Disconnected from server: ECONNABORTED - Connection aborted Any assistance would be gratefully received. |
|||||
#4257 | Sync Remote and Local Views while files similar | closed | Feature request | normal | FileZilla Client | |
Description |
While uploading files from multiple folders to multiple folders for a website, I find myself spending more time navigating two identical file systems than I would like. Thinking about how to implement this feature presents a slippery slope of complexity. (From an outsiders point of view), the simplest way I see to create this feature would be to add an option to the Advanced settings of a site. Let the user know that "Default local directory" should be set to the mirrored folder as seen in the "Default remote directory." Should this option be enabled on connection, any navigation of either sides folders will get mirrored on the other side. If the user navigates to a folder that doesn't exist on the other side, the sync is stopped until the folders match again. |
|||||
#4259 | not all ftp folders are vissible | closed | Bug report | normal | FileZilla Client | |
Description |
Sometimes at the right side of FileZilla windows (FTP Server W2000 Server) I cannot see folders in the lower area that are shown in the upper area (3.2.2 rc1), see attached screenshot |
|||||
#4260 | * at end of name after rename | closed | Bug report | normal | FileZilla Client | |
Description |
After uploading a file and renaming it so that the file name ends with an asterisk (*), the file has become unaccessible E.g. I upload a file "test.zip" Then I rename it to "test.zip *old version*" FileZilla shows "test.zip *old version" (the last * is missing) I'm unable to do anything with that file anymore. Not even a delete. |
|||||
#4261 | Character encoding bug | closed | Bug report | normal | FileZilla Client | |
Description |
Create a folder named "パーソナル" (without the quotes) on a server using the SJIS character encoding (japanese). (Mostly Microsoft Windows Japanese-hosted) In the remote directory tab, it will display correctly. However, in the remote tree list and in the log, it displays as "p[/i" (without the quotes). It is possible to enter into that directory, but any operation done within it produce a bug - creating something in it creates it in the parent directory, it's impossible to download files that were put in there by another user, etc. |
|||||
#4263 | file size 0 after transfer | closed | Bug report | normal | FileZilla Client | |
Description |
After transferring file from computer to server the file size is 0. |
|||||
#4264 | Filezilla fails to start for no apparent reason | closed | Bug report | normal | FileZilla Client | |
Description |
After installing 3.2.1 I get only one dialog window with OK button telling me to report all bug I encounter. After clicking OK the dialog disappears but nothing else happens. The process keeps running but I get no top level window. |
|||||
#4265 | Make big digits format more user friendly. | closed | Patch | normal | FileZilla Server | |
Description |
Hi, It is difficult to read some values in FileZilla Server interface. Such received/sent bytes number etc. I would like to propouse patch. It divide big numbers by groups, with three digits per each. It is much more easy to read. Thanks! |
|||||
#4267 | Errors on Files with names beginning with numbers | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, I'm using a recent 3.2.1 filezilla and the listing of some files (name and size) is false. This bug is more than just visual, files wrongly displayed can not be downloaded. Comparing with an older version (2.2) it seems to me that the problems concerns files having their names beginning with a number, or begining with a number and having a blankspace, etc... See screenshots, where original filename 02Conversion PDF Output-StartPage_000000001.pdf weight 541078b modification date 11/02 at 2 o clock is displayed: PDF Output-StartPage_000000001.pdf, weighting 11 o, mod date 02/02 So seems to be a lag: files seem to have their size displayed as their modification date, their modification date as their modification time and so on Odd enough, some dates are not concerned: 07 and 10 for example... See attached files Thanks in advance for any help Distant OS is AIX 5.3
|
|||||
#4268 | bug:cannot open file for writing | closed | Bug report | normal | FileZilla Client | |
Description |
I tried to download a file... This is what I got Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing Status: Starting download of /www/tpsf/cgi-bin/source999804966457_Wed Nov 12 01:38:38 2008.sql Error: Failed to open "D:\m\mpsf\submitted\source999804966457_Wed Nov 12 01:38:38 2008.sql" for writing There is enough space on the disk. |
|||||
#4270 | cannot verify certificate | closed | Bug report | normal | FileZilla Client | |
Description |
Since upgrading FileZilla (current version is 3.2.1), I am unable to connect to a server. I have two server connections established, and I've ensured that the settings are accurate. They are the same for each server. I have no issue connecting to the first server, but connection fails on the second server. It is not able to validate my security certificate. I do not get beyond AUTH TLS or AUTH SSL (error: 431 could not initialize SSL connection; could not connect to server). This was not an issue prior to upgrading to v3.2.1. Also, my connection to the first server seems to only last for a short time, and then I am automatically disconnected from the server (error message: Disconnected from server: ECONNABORTED - Connection aborted). This, too, did not happen before the upgrade. |
|||||
#4271 | direct access to encrypted ssh keys | closed | Feature request | normal | FileZilla Client | |
Description |
I am aware of filezilla's ability of communicating with pageant. However, in my situation, I'm not able to use pageant: I have to use Filezilla on a Citrix farm, and pageant isn't, and will not be, installed on this farm. So at the moment I'm stuck with unencrypted SSH keys, which, as you may imagine, isn't making my security staff very happy. Are there any plans to implement direct access to encrypted SSH keys in Filezilla, or is this something that will never be implemented? |
|||||
#4272 | Add "Don't ask again" to "File has changed" popup window | closed | Feature request | normal | FileZilla Client | |
Description |
Every time after editing a file with my default editor and saving the file, it asks me over and over again upload the file back to server or not. I think it's rather unpleasant. Why not add one checkbox, which when checked automatically uploads the file without asking anything? Sorry if this function already exits... :) |
|||||
#4273 | if use socks5 proxy, filezilla ignore "use the server's external IP address instead" setting | closed | Bug report | normal | FileZilla Client | |
Description |
and use server reported ip |
|||||
#4274 | Navigating to drive list through .. filelist item | closed | Bug report | normal | FileZilla Client | |
Description |
I have 3 disk attached to my computer. In the old release I can press \.. until showme all disk of my computer. In this version I just go until the disk root of my local folder. Ex. I have a C, D and L Disk. My start local folder is in the C. So in this version when press \.. a just can go to C:\ in the last version when I pressed \.. I go to see C:\ D:\ or L:\ disk. |
|||||
#4278 | Issues With Shell Transfer | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, I am running Windows 7 beta 1 (build 7000) x64 Ultimate, and I know this is beta software, however I think this may be something to look into when W7 goes final. I installed the shell add-on, and now if I drag a file from the remote location, it makes a folder named fz3-12352698462440 (sometimes different numbers will appear) Anyone have any ideas? I would be more than happy to test them out. Thanks again for the great software! -noop |
|||||
#4279 | Cannot Delete Remote Directory | closed | Bug report | normal | FileZilla Client | |
Description |
I drag a directory from my local site to the remote site and instead of it being a sub-directory it became one of my main directories. I reperformed the drag from local to remote successfully but am unable to delete the original remote directory and one of its subdirectories. |
|||||
#4280 | Connect from history feature proposal | new | Feature request | normal | FileZilla Client | |
Description |
When making a new connection from a list of previous connections it would be cool if fields Host, Username, Password and Port would populate with data of that previous connection |
|||||
#4282 | Rename text-area still exists when switching folders | closed | Bug report | normal | FileZilla Client | |
Description |
CPU: Intel Core2 Quad FileZilla Version: 3.2.2.1 Steps to reproduce:
What happens: The text-area from the file rename is keep open when the folder is switched and remains active. What is expected: FileZilla should cancel the rename and hide the text-area when switching folders. |
|||||
#4283 | Reorder quick connect list | new | Feature request | normal | FileZilla Client | |
Description |
It would be nice if the quick connect menu would update when you connected to a server in it. So if I had a @ b.x c @ d.x e @ f.x and connected to c @ d.x the list should update to be c @ d.x a @ b.x e @ f.x otherwise frequently used FTP servers can still be pushed off of quick connect over time when you connect to other servers. This behaviour would be similar to that of several other FTP clients, such as FlashFXP. This could be an optional behaviour. |
|||||
#4285 | Stop transfer from this server after finishing all active downloads from this server | reopened | Feature request | normal | FileZilla Client | |
Description |
FireFTP is great piece of software but sometimes i can't finish all downloads from one or more servers so it would be nice to have the feature of finishing all active transfers for all or only one specified server and keep the rest in the queue (but inactive until next activation) This would help avoiding transfers that can't be finished in a session. Thank you very much for this great software! |
|||||
#4287 | multiple versions of same user in quick connect list | closed | Bug report | normal | FileZilla Client | |
Description |
the dropdown box beside the quick connect button is displaying 2 of the same user. list looks like user1@… user1@… other_user@… user3@… it started when i changed the password for "user1@…" i retyped the user info in the text boxes and pushed connect and now the list shows both versions of the user. the one connects with the new password and the other connects with the old password. you should check if the user is already in that list and just update it. |
|||||
#4288 | Failed to retrieve directory listing from AS/400 FTP server | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla client failed to retrieve directory listing form AS/400 FTP server under i5/OS listing format. Below is the connection log from FileZilla: Status: Connection established, waiting for welcome message... Response: 220-QTCP at HKWEBSVR. Response: 220 Connection will close if idle more than 5 minutes. Command: USER QSECOFR Response: 331 Enter password. Command: PASS * Response: 230 QSECOFR logged on. Command: SYST Response: 215 OS/400 is the remote operating system. The TCP/IP version is "V6R1M0". Command: FEAT Response: 211-Feature listing follows: Response: AUTH TLS Response: CCC Response: PBSZ Response: PROT Response: 211 End of feature listing. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "QGPL" is current library. Command: PWD Response: 257 "QGPL" is current library. Error: Failed to retrieve directory listing |
|||||
#4289 | searching a file or a pattern on connected ftp-server | closed | Feature request | normal | FileZilla Client | |
Description |
I want to have the ability to search a file by name or pattern like *.pdf on the connected ftpserver. This search should include looking for files in subdirectories. |
|||||
#4290 | Show hidden files defaults and normallity | closed | Feature request | normal | FileZilla Client | |
Description |
When using the client to connect to a UNIX/Linux server on the Internet, the client defaults to *not* show hidden files. By going to "Server / Force show hidden files" and enable this, you are presented with a pop-up window claiming that servers not showing hidden files even whn the -a opion is not included in the LIST/ll command, are broken. The opposite is actually the case. Servers should not default to ignore the hidden file functionality. The hidden file functionality is there for a reason. Whether or not the client should show hidden files by default is a question of taste. However, the placement of the toggle option is maybe not the best. I personally looked for it in the View menu. On this web page: http://www.techstroke.com/how-to-show-hidden-files-in-filezilla-ftp-client.html They also find the place surprising. |
|||||
#4291 | Activity indicator lights not working in 3.2.2.1 | closed | Bug report | normal | FileZilla Client | |
Description |
The red/green activity indicator lights in the lower right corner of v3.2.2.1 don't activate when receiving or sending data. I've tested this w/ a regular FTP server and FTP over SSH. The lights remain dim regardless of whether I'm uploading or downloading data. |
|||||
#4292 | command line: local directory | closed | Patch | normal | FileZilla Client | |
Description |
When FileZilla client starts, it takes initial local directory from parameter "Last local directory" in filezilla.xml file. Remote path could be set by means of command line options. It would be great if you could include command line option to also set initial local directory. This is usefull in case of starting FileZilla from filemanager when user is already in desired local directory. Now, it's necessary to go to this directory in FileZilla again instead of just pass it to FileZilla as a command line parameter. |
|||||
#4293 | doubleclick action: open | new | Feature request | normal | FileZilla Client | |
Description |
shortly doubleclick actions have been expanded with "view/edit". filezilla2 had the option to chose "open". this used the default program, set in file options in windows. my windows file settings made a .htm file open in notepad. this way i was able to:
this was so easy |
|||||
#4294 | Feature : Sync Dirs (source - hosting | closed | Feature request | normal | FileZilla Client | |
Description |
I found an old post but no solution, or idea if that will be solved or is solved in the new versions. I repeat the old post as it is exact what I need too: Below text is shorted ! Would be use full to have "Dirsync" option: Remove folders and files that do not exist anymore in the source folders at the destination. Aim to secure that the source is absolutely identically to the destination. Any comments welcomed |
|||||
#4296 | Crash on the second start after update from 3.2.0 to 3.2.2.1 on Vista Home Basic SP1 | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla 3.2.2.1 i586-pc-mindw32msvc x86_64-unknown-limux-gnu 2009-02-21 i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) -g -O2 -Wall -g -fexeptions OS Windows Vista Home Basic SP1 After update FileZilla start and work. I close programm and start it again - crush. Error text on original: "Приложению не удалось запуститься, поскольку mingwm10.dll не был найден. Повторная установка приложения может исправить это проблему." Eng: "This application has failed to start because mingwm10.dll was not found. Re-installing the application may fix this problem." After reinstall FileZilla starts, but only a single time. |
|||||
#4297 | No local directory tree for network file server | closed | Bug report | normal | FileZilla Client | |
Description |
When I access my Terastation network file server in FileZilla, using a network address of the type |
|||||
#4299 | Editor Configuration using old editor even after editor change | closed | Bug report | normal | FileZilla Client | |
Description |
I have FileZilla running, the latest released version 3.2.2.1. I am using Vista Home Premium Service Pack1. When i try to open a file in the local directory, it says "The file <filename> can not be opened: The associated program <fullpath of program and filename> could not be found.". I used "Edit->Settings" and changed the "File Editing" to use "Use Custom Editor" and entered a different editor path (it was pointing to an older version of editplus and i changed to WebExpression). but when i try to open the file, it gives me the same message with the name of the previous editor. I played with various settings on the "File Editing" configuration window but it has no effect, i get the same error regardless. I also cleared the private data and this had no effect. i also have restarted the application and this also did not have any effect. I also changed the file association for the given file, at the explorer level this is changed because the icon is different now which is also right icon image for the file. but the program still does not open and gives the same error. When i right click on the file, Edit is grayed out but "Open" is not grayed out and that is what i am selecting to open the file. i also changed the editor from WebExpression to edit++ and still getting the same thing. |
|||||
#4300 | SFTP Timeout/Disconnect not disconnecting filezilla | new | Bug report | normal | FileZilla Client | |
Description |
Im having an issue with Timeout's in SFTP (and have been since 3.0) Basicly if the server connection expires/timeout's filezilla dosent know. so if i ls it works, then ls in over a minite it dosent. see log: Status: Directory listing successful one min later... Status: Retrieving directory listing... Command: ls Error: Network error: Software caused connection abort Error: Failed to retrieve directory listing I can get around this by going to "Server->Cancel current operation", "Server->Disconnect", "Server->Connect" then retrying my command :) This is a bit of a hassle though, so if could be fixed in a later release that would be great! Thanks, Complistic. |
|||||
#4301 | Cannot download files with "%" char in file names | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, I cannot download any files with a percent character in the file name. See following log messages: Status: Starting download of /htdocs/blogger/becky/thesis/Chapter 6/Methanol/subtracted baseline data/15% Methanol PrP in 10 mM NaOAc.csv Command: PASV Response: 550 15% Methanol PrP in 10 mM NaOAc.dsa: Forbidden command argument Error: Critical error |
|||||
#4302 | Can not download long nemed file | closed | Bug report | normal | FileZilla Client | |
Description |
FileZila Version : 3.2.2.1 Hi, FileZila Client Can not download long named files that over 256 bites. And Upload neither. error message that: 'The system cannot find the file specified' Please fix this. Best Regards. |
|||||
#4303 | doesn't remember settings for overwrite files | closed | Bug report | normal | FileZilla Client | |
Description |
When i upload a file that already exists FileZilla ask if i want to overwrite, abort etc. In the same screen there's an option to remember which action (overwrite) i choosed. After i shutdown FileZilla and run it again the settings are lost. |
|||||
#4305 | Can't transfer files from a folder named with French characters | closed | Bug report | normal | FileZilla Client | |
Description |
If a folder name on server contains "Février", per instance, its files can't be downloaded. Log window displays "Response: 550 /Photos Mariage/Keiske - 21 Février/UKFR0900961.JPG: No such file or directory." and transfer report is "Could not start transfer". Renaming "Février" by "Fevrier" solves the problem. |
|||||
#4306 | Watch a server 'hot' folder and automatically download any new content | reopened | Feature request | normal | FileZilla Client | |
Description |
I know there are probably lots of other features requested but this feature would make FZ stand out more. The goal is to keep a folder on a server and the folder on my client machine in sync, in so far as to download new content that shows up. I want the client machine running FZ to 'regularly' poll the server and compare the files on the server with those of the local machine. (The polling time ideally can be set in local preferences.) When a new file is added FZ should start downloading. The mechanism for detecting what is new could be to compare the folders contents by filename, size and possibly creation date. While this is a feature MOST people won't need there is probably a smaller group who can really use this and it would make FileZilla outshine the other clients. Thanks for considering this. |
|||||
#4310 | Suggestion to add "Status" column in "Successful transfers" tab | new | Feature request | normal | FileZilla Client | |
Description |
First, thanks to all the contributors of Filezilla for this great and easy-to use tool. I have one feature suggestion. Filezilla offers different options to handle the case when a target file already exists. Probably the most commonly used one is to skip the transmission of files if source and target have the same date and/or size. In the recent version, the FTP log pane at the top of the screen shows for each file whether it was downloaded or skipped. It would be advantageous to display this information also in the "Successful transfers" tab of the bottom pane. Suggestion how to realize:
Thank you very much in advance for considering this feature request. |
|||||
#4311 | MVS empty directory not connected to any server | closed | Bug report | normal | FileZilla Client | |
Description |
When using servertype 'MVS, OS/390, z/OS' and a 'default remote directory' (Site Manager/Advanced tab) that doesn't return any files, FileZilla says 'not connected to any server' and does not let file transfers (upload) take place. FileZilla client is 3.2.2.1. |
|||||
#4312 | A way to disable the "Theme" which slowly scans all files in the folder | closed | Bug report | normal | FileZilla Client | |
Description |
Seems that everyday my copy of Filezilla is getting slower and slower to start. I believe the problem comes from the "Theme" feature which scans executable on other file to tag on a nice little image. This scanning should be a separate thread which doesn't affect the performance of the client. Currently it hangs until this scanning is done. Please include a Theme named "Disable" and make no file scanning is done. To test : Put 30-40 files in a folders which are executables. Also, try to go with a loaded "My Documents" folder. |
|||||
#4314 | Synchronized browsing as a per-site setting | closed | Feature request | normal | FileZilla Client | |
Description |
Would it be possible to add the synchronized browsing setting as a Site Manager option? This way, for sites where I plan to use it exclusively, it will automatically engage on connect. Obviously, the more settings that can be put in Site Manager the better, but for the moment this is the one that comes to mind. |
|||||
#4315 | Lack of Network Drives | closed | Feature request | normal | FileZilla Client | |
Description |
The local site directory/drive listing does not list any of the shared network folders on our network. |
|||||
#4316 | Unhandled exception: Access Violation reading location 0x00000004 | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla Client 3.2.2.1 Vista Business SP1, up-to-date as of 07.03.2009 FileZilla Client crashes during transfer of 760 files (appx 200MB) to an FTP server. Debugged using VS 2008, got following message: Unhandled exception at 0x0094f3d9 in filezilla.exe: 0xC0000005: Access violation reading location 0x00000004. No symbols found. |
|||||
#4318 | Tab Key to FZServer interface main window | new | Feature request | normal | FileZilla Server | |
Description |
For better accessibility to blind people, could you add the Tab and Shift+Tab shortcut to move between elements of FZFtpServer interface's main window (log and connected people list)? |
|||||
#4322 | Context menu option to copy full file path | closed | Feature request | normal | FileZilla Client | |
Description |
Often I upload a file, and then need to send a link to someone. It would be quite nice if I could right-click on a file and have an option in the context menu to copy the full remote path to the clipboard. |
|||||
#4323 | Upload files of certain filesize, independently | new | Feature request | normal | FileZilla Client | |
Description |
It's hard to explain this feature request in the summary line above. Basically, I think there should be an option in the control panel that will let a user upload files depending on filesize or even filetype for that matter. Here is an example: Let's say that you are uploading a big file (over 100mb). You have already begun that upload and you have now decided to upload some images, where each have a filesize less or equal to 1mb. Although you only allow 1 upload at a time, these images should be able to upload at the same time due to the small filesize (or filetype). I figure in the options, there can be something that says: Enable Force Upload: _ Force Upload if size less than: _ Mb Force Upload if file of type: jpg/png/mp3 Hopefully this suggestion might be considered. Thanks again for FileZilla :p |
|||||
#4324 | Queue file sizes incorrect (skips 1GiB) | closed | Bug report | normal | FileZilla Client | |
Description |
I was just uploading some files, using filezilla (sftp). And I noticed that the queue size was correct below 1GiB, but just more jumped to 2GiB ? I am using the dutch localisation (if it matters) |
|||||
#4325 | m4v files are unconditionally labelled "Video (protected)" | closed | Bug report | normal | FileZilla Client | |
Description |
I was uploading a .m4v file when I noticed that FileZilla indicated its type as "Video (protected)." This was incorrect, as it was an unprotected video file, leading me to believe that FileZilla simply labels all m4v files as protected. .m4v and .m4a simply describe the contents of an MPEG-4 container: http://en.wikipedia.org/wiki/MPEG-4_Part_14#.MP4_versus_.M4A_file_extensions I tried grepping the source to see where Video (protected) comes from, but couldn't find anything. Additionally, I'm on Mac OS, and the only place where I can see a file type being grabbed is in filelistctrl.cpp within the member function CFileListCtrl<CFileData>::GetType. That member uses a function called SHGetFileInfo which appears to be Windows-only, so I'm at a loss for clues as to whether this is a FileZilla problem or within its underlying libraries. Mac OS X's Get Info pane correctly describes the file type as "MPEG-4 Video File." |
|||||
#4326 | Not really a bug | closed | Feature request | normal | FileZilla Client | |
Description |
i was using 3.1.1.1 x86 till about 2 minutes ago. This site insisted that i upgrade before i can pass this info to you. So now i'm running 3.2.something. Previous versions (before 3.1.1.1) had glitches and stuff, but i'm running WinXP Pro x64, so i expected the issues. Once i installed 3.1.1.1 the issues were gone, but now there is a pop up when starting Filezilla warning me of potential problems. It's ironic, because i haven't found a problem except an annoying pop up telling of potential issues. Here's why i'm submitting this ticket, could you give me an option to turn off the warning every time i run Filezilla? i can't find a problem, its an awesome application, running beautifully. Dreamweaver gives me far more FTP problems than Filezilla. Thanks, x x@… |
|||||
#4327 | More control over TLS/SSL encryption | closed | Feature request | normal | FileZilla Client | |
Description |
In addition to Ticket #4192 I would like to have the choice of
An example is the windows commandline tool ftps (see http://www.ipswitchft.com/products/moveit/client/freely/). |
|||||
#4329 | 3.2.2.1 not showing uploads | closed | Bug report | normal | FileZilla Client | |
Description |
The former version I had listed the successful upload in the lower right box. Now, it only showed the first upload, yet said my uploads were successful. It also looked like they were successful. |
|||||
#4331 | Directory listing includes date as part of filename when connected to xbfilezilla | closed | Bug report | normal | FileZilla Client | |
Description |
Using FileZilla 3.2.2.1 to connect to the FileZilla server embedded in XBMC the remote directory listing includes the date as part of the filename making it awkward to navigate the remote tree. This seems to be a new fault that didn't exist in a previous version (though I don't know what version the previous working one was). For example, using Windows XP ftp client to list directories: ftp> cd F 250 CWD successful. "/F" is current directory. ftp> dir 200 Port command successful 150 Opening data channel for directory list. drwxr-xr-x 1 ftp ftp 0 Feb 29 19:26 Games drwxr-xr-x 1 ftp ftp 0 Feb 29 19:26 Apps drwxr-xr-x 1 ftp ftp 0 Feb 29 19:27 Pictures drwxr-xr-x 1 ftp ftp 0 Feb 29 19:27 Music drwxr-xr-x 1 ftp ftp 0 Feb 29 19:28 Video drwxr-xr-x 1 ftp ftp 0 Mar 10 07:41 hddloader 226- Free space: [C:\ 308.97 MB] [E:\ 4.77 GB] [F:\ 138.40 GB] [G:\ 0.00 bytes] 226 Transfer OK ftp: 378 bytes received in 0.02Seconds 23.63Kbytes/sec. ftp> However, in FileZilla's remote tree I see Filename / File Type Last Modified .. Feb 29 19:26 Apps File Folder Feb 29 19:26 Games File Folder Feb 29 19:27 Music File Folder Feb 29 19:27 Pictures File Folder Feb 29 19:28 Video File Folder hddloader File Folder 10/03/2009 07:41:00 The fault only appears to affect filenames with a capital letter at the start, so "hddloader" is reported correctly and is the only one to show a last modified date. For reference here is the welcome message from the remote machine. $ ftp xbox Connected to xbox.private. 220-Welcome to XBOX FileZilla (XBMC) 220-version: XBMC:FileZilla version 1.5.6, (based on FileZilla Server 0.8.8) 220 http://sourceforge.net/projects/xbfilezilla User (xbox.private:(none)): |
|||||
#4332 | Count the number of downloaded files befor starting download | closed | Feature request | normal | FileZilla Client | |
Description |
I think it would be better to count the number of files to download before starting the download process itself. When there are a lot of files to download the queued files number is always uncertain. |
|||||
#4333 | Quick transfer (or repeat queue) button, with pre-configured files to send | new | Feature request | normal | FileZilla Client | |
Description |
When I develop websites, I usually separate CSS, Javascript and (X)HTML/PHP into different files, located in different folders. Some of the included PHP source files are outside the wwwroot for improved security. Typical situation (simplified): wwwroot/index.php wwwroot/js/site.js wwwroot/js/other.js wwwroot/css/site.js some/other/path/includes/functions.php some/other/path/includes/template.php Very frequently, I'm editing both the .js, .css and maybe the template.php files at the same time - as they are very related to each other. I would make some changes in several of the files mentioned and then upload them to the server, checking the results in a browser, make some adjustments (to several files) and uploading again. Since the files are not in the same directory, I have to change directory two or three times every time I need to upload the files. The relatively new feature of synchronized browsing took away half of the work, since I only need to change directory on the local machine and the client automatically changes the remote. I've tried bookmarks, they helped a little, but what I really would like to see is this: A function that works just like the transfer queue (when you drag files onto it rather than dragging then to the remote site) - the files are queued, but not yet transfered. All the queued files are transferred (from several folders, into their respective remote folder) when you press the "Send queue"-button. But when this is done, they are removed from the transfer queue. It would work if you add a button that simply "resend last queue". An even better thing would be the possibility of adding several "macro"-buttons with pre-configured files to send. For example; you could make a "Send the index.php, main.js and main.css"-button and ad this button to the toolbar or the bookmark menu. Thanks for reading through my ticket. Regards, Erik |
|||||
#4334 | Arrange icons by... | closed | Feature request | normal | FileZilla Client | |
Description |
I think it's very necessary function - arrange file by type, size, name and so on. |
|||||
#4335 | FileZilla doesn't work with non-english filenames | closed | Bug report | normal | FileZilla Client | |
Description |
Go to an FTP site with non-english filenames in FileZilla (by non-english I mean Chinese, Korean or Japanese) Notice that the filenames do not even show up in Filezilla at all. Use the built in windows ftp.exe to do the same, notice that they do show up. |
|||||
#4336 | View/Edit function doesn't work for two files or more | closed | Bug report | normal | FileZilla Client | |
Description |
I'm using Dreamweaver as my default editor and when I select two or more files at the same time, the function doesn't work. No error or so, the download process just isn't starting. |
|||||
#4339 | sorting for last modified does not work properly | closed | Bug report | normal | FileZilla Client | |
Description |
If i sort the files and folders on the last modified column i get a random sorted list. version: 3.2.3-rc1 |
|||||
#4340 | priority ignored if new files added to queue | new | Bug report | normal | FileZilla Client | |
Description |
If i add x files and leave the priority on normal, then add some files and change the priority to highest and stop and restart the processing of the queue, the highest rated files start fist... as expected. If i now add again some files and change their priority to high, they get first downloaded after the next file with higest priority is finished. version: 3.2.3-rc1 |
|||||
#4341 | Resizing a column in the transfer queue pane causes a crash | closed | Bug report | normal | FileZilla Client | |
Description |
Steps to reproduce:
This crash occurs on all tabs in the pane. |
|||||
#4342 | "Econnrefused" Message | closed | Bug report | normal | FileZilla Client | |
Description |
I upgraded today and got a "ECONNREFUSED" message. Connection refused by server. This is a first for me, so I had to do it the harder way. I have Zone Alarm, but it's never stopped it before. My PC is running home edition XP. Here's an image of the problem http://screencast.com/t/usRPu1Xr Brian |
|||||
#4343 | Transfering 1 file it's getting transferred multiple times | closed | Bug report | normal | FileZilla Client | |
Description |
I am using Latest FileZilla 3.2.2.1. I transfer a file and the same file in place of getting transferred 1 time, keeps on getting transferred again and again. |
|||||
#4345 | can't change local folder when in sync mode, only can do in remote pane | closed | Bug report | normal | FileZilla Client | |
Description |
can't change local folder when in sync mode, only can do in remote pane |
|||||
#4348 | Not sorting remote directory | closed | Bug report | normal | FileZilla Client | |
Description |
in the last revision 3.2.3.rc1 remote directory last modified sorting not works. I'm using Spanish date format dd/mm/YYYY. This problem occurs only in the last revision. Thanks in advance |
|||||
#4349 | Failed to retrieve directory listing | closed | Bug report | normal | FileZilla Client | |
Description |
directory with name "nornovideo.webaltera.ru_6#5l(Wc7" cant be listed, i cant open it |
|||||
#4350 | upgrade not saving settings | closed | Bug report | normal | FileZilla Client | |
Description |
When I upgraded to version 3.2.2.1 my account setting were not preserved. All site that I use are no longer in the site manager. |
|||||
#4351 | Server Interface cannot auto-connect to the server | closed | Bug report | normal | FileZilla Server | |
Description |
The "Always connect to this Server" option does not work. It defaults back to the original settings of port 14147. |
|||||
#4352 | Windows клиент и Linux сервер | closed | Feature request | normal | FileZilla Client | |
Description |
Проблема в сравнении размеров текстовых файлов если платформы сервера и клиента различны (Windows и Linux). Дело в том что в Windows конец строки оббозначается 2-мя символами (CR LF), а в Linux одним (LF), вследствие этого размеры в Linux меньше чем в Windows, хотя реально файлы идентичны. Нельзя ли предусмотреть получение размера локального файла с учётом преобразования его к формату удалённой платформы? |
|||||
#4354 | Classic Theme not sticking | closed | Bug report | normal | FileZilla Client | |
Description |
Installed new update and started filezilla client Changed theme icons to classic and worked fine. Exited program and restarted and OpenCrystal theme was chosen again. I've tried a 5-6 other themes but they stick to whatever theme you've chosen BUT classic jumps to OpenCrystal |
|||||
#4355 | ftp corrupted during upload | closed | Bug report | normal | FileZilla Client | |
Description |
Some but not all of the ftp files I upload to my webhost become corrupted. When downloaded by Firefox into Adobe Reader the latter throws the error "File does not begin with %ftp-", and when I check the uploaded file, it doesn't. The files I'm sending do start with the correct code. |
|||||
#4356 | When upgrading from 3.2.1 to 3.2.3 "classic icons" theme not retained through app restart | closed | Bug report | normal | FileZilla Client | |
Description |
I upgraded from 3.2.1 to 3.2.3 and found that while I used to have the "Classic" theme selected I now had "OpenCrystal" theme. I selected "Classic" again to reset it. Upon a restart I was back to "OpenCrystal" theme. I have confirmed this on two different machines one Vista 32 and one Vista 64 both Enterprise. Kizan |
|||||
#4357 | CRITICAL **: clearlooks_style_draw_flat_box: assertion `width >= -1' failed | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla_3.2.3_i586-linux-gnu.tar.bz2 CentOS 5.2 x86 - up to date - 2009.03.23 When I start filezilla from the command line in the directory where I installed filezilla, I get the error message in the terminal window but the filezilla window opens and appears to function properly. Note that the error message appears as the filezilla window is being drawn. I have not interacted with the filezilla window at this point. directory : /usr/local/lib/FileZilla3/bin [brock@viper bin]$ ./filezilla (filezilla:12672): CRITICAL : clearlooks_style_draw_flat_box: assertion `width >= -1' failed The message appears immediately and is repeatable. The application looks ok and appears to be operational. --Brock |
|||||
#4358 | Editor paths containing single quotes | closed | Bug report | normal | FileZilla Client | |
Description |
I had a custom editor setup in filezilla: "C:\Program Files\Programmer's Notepad\pn.exe" After upgrading to 3.2.3, it tells me: The file 'xxx' cannot be opened: The associated program (C:\Program Files\Programmers) could not be found. Please check your filetype associations. Looks like it's choking on something in the filename... maybe the apostrophe in the path. |
|||||
#4359 | Export function in versions 3.2.2.1 and 3.2.3 crashes program | closed | Bug report | normal | FileZilla Client | |
Description |
I just edited all my passwords on a laptop and now need to transfer the site manager entiris to a) a portable version and b) to my main PC. Both of these already have Filezilla 3.2.2.1 on them with my old site manager entries. When I select File . . . Export and try to export the Site Manager entries fromeither version the program freezes and I have to use Task Manager to end it. (WinXP SP3) What I do not understand is that when I downloaded this verson 3.2.3 (zip file) it automatically found the settings in the previous version 3.2.2.1 even though it is in a different folder. There is no sign of any XML file in either Filezilla folder, just some DLLs ... where are the settings stored? Can I copy the 3.2.3 folder to another PC and keep the settings, and will I have to delete my previous 3.2.2.1 installation on the other PC? I am very confused :-( |
|||||
#4361 | Site Import Duplication | new | Feature request | normal | FileZilla Client | |
Description |
FileZilla Client Site Import causes duplication for any sites that already exist in FileZilla when the Import is done. To me this is a bug but I can understand why it could be considered normal behavior. I suggest a user option: over-write same-name sites (y/N)? Sites must be in the same folder and have the same name. Imported info would over-write existing info if option is selected. This could either be a setup option or an option on the Import screen. |
|||||
#4364 | Performance with huge queues (700k files) | closed | Bug report | normal | FileZilla Client | |
Description |
Hello guys, You did and wonderful job here, from the last version i saw you made a lot of improvements, all do it seems that there is still an problem there. What happens with me is that I have a local ftp server and I just want to backup my files from the laptop so that I can format it, I put all the files in queue and I start transfer, because there are to many files in a small amount it seems that it get stacked and it just loads in memory and after stop responding. For ex I had 45 Gb to transfer but there were something like 700000 files so now I still have 139500 files and 3 Gb but it already start to respond harder and harder, I just looked in processes and I have allocated for filezilla around 595,190 K and If I leave it on pause it starts to go down but very slow. Do you have any solution in this problem, until now all the other software crashed, this one is the only one that still resists. Thank you and i`m waiting for your reply. |
|||||
#4365 | Open Crystal theme unchangeable | closed | Bug report | normal | FileZilla Client | |
Description |
Dear Sirs, It's OK that a different default theme (Open Crystal) has been set in version 3.2.3. However, it's not OK at all that although I change it back to Classic, when I close and re-open FileZilla, it starts with OpenCrystal again, regardless of the fact that Classic has been set by me before. Yours sincerely, mandara |
|||||
#4366 | Saving a quick connection from the quickconnect bar | closed | Feature request | normal | FileZilla Client | |
Description |
Hi there. I miss the possibility of saving a certain connection data from the quickconnect bar to the Site Manager. If somebody access to a specific ftp site from quickconnect a few times, maybe it's interesting to be able to save this. In the dropdown menu from quickconnect bar, for example... Best regards. |
|||||
#4367 | Automatically remove successful transfers doesn't work (Mac OS X) | closed | Bug report | normal | FileZilla Client | |
Description |
The "Automatically remove transfers" option under the "successful transfers" tab doesn't work on Mac OS X. |
|||||
#4368 | Disconnect Button | closed | Bug report | normal | FileZilla Client | |
Description |
I am currently using v 3.2.3 and the Disconnect Botton on the toolbar doesn't work under Vista Business 32bit. The botton works fine under XP, just not vista. |
|||||
#4370 | Error when trying to transfer a file with swedish characters in the file nam | closed | Bug report | normal | FileZilla Client | |
Description |
I have a file on my desktop called ÅÄÖ.txt. When I transfer this file to the foreign FTP site it's working OK. I then deleted the text file on my desktop. But when I drag the succesfully transferred file from the FTP site back to my desktop it creates an error. See log.txt for details. I also attach the actual file with swedish characters in the file name. My version of the Filezilla Client are 3.2.3.1. I tried the manouvre on both Vista and Windows 2000 Advanced server. |
|||||
#4371 | Directory listing | closed | Feature request | normal | FileZilla Client | |
Description |
Hello, Will it be possible to export directory list in xml or simple text format showing details of filename, date time, size etc... |