Custom Query (2251 matches)
Results (301 - 400 of 2251)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#12517 | It'is not possible to access to the server | new | Bug report | high | FileZilla Client | |
Description |
I enter with the same mode I used in the past but I always receveid the same error message. I insert: HOST: ftp.gruppobotanicolivornese.it NOME UTENTE: 2038272@… PASSWORD: the same to my dayli access to Aruba but evry time I receave the same error message here indicated: "Tentativo di connessione con "EAI_NONAME - nome nodo e nome server non forniti, o sconosciuti" non riuscito ERRORE - Impossibile collegarsi al server. but I repeat: I work as I have always done |
|||||
#12524 | Colon in filenames on server incorrectly translated to underscore resulting in "No such file or directory" error - Windows Devices | reopened | Bug report | high | FileZilla Client | |
Description |
When attempting to download files over FTP using the queue the download fails with the error "No such file or directory". This appears to only happen to files with colons in their name and only if the files are added to the queue before they are downloaded. Sample filenames that fail: 1410488582.H473970P287028.slmp-001-001.sub-domain.domain.com,S=28627:2,S 1416539102.H702473P565036.slmp-001-001.sub-domain.domain.com,S=4132:2,S 1429859102.H103707P208334.slmp-001-001.sub-domain.domain.com,S=10776:2,S Filename: 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545:2, Sample Connection Log (Processed from Queue): Status: Resolving address of ftp.domain.com Status: Connecting to 255.255.255.255:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 14:34. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER username Response: 331 User username OK. Password required Command: PASS ********* Response: 230 OK. Current restricted directory is / Command: OPTS UTF8 ON Response: 504 Unknown command Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Starting download of /mail/domain.com/administrator/cur/1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545_2, Command: CWD /mail/domain.com/administrator/cur Response: 250 OK. Current directory is /mail/domain.com/administrator/cur Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (255,255,255,255,144,137) Command: RETR 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545_2, Response: 550 Can't open 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545_2,: No such file or directory Error: Critical file transfer error Status: Disconnected from server Sample Connection Log (Downloaded Directly): Status: Resolving address of ftp.domain.com Status: Connecting to 255.255.255.255:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 14:42. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER username Response: 331 User username OK. Password required Command: PASS ********* Response: 230 OK. Current restricted directory is / Command: OPTS UTF8 ON Response: 504 Unknown command Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Starting download of /mail/domain.com/administrator/cur/1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545:2, Command: CWD /mail/domain.com/administrator/cur Response: 250 OK. Current directory is /mail/domain.com/administrator/cur Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (255,255,255,255,183,64) Command: RETR 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545:2, Response: 150 Accepted data connection Response: 226-File successfully transferred Response: 226 0.000 seconds (measured here), 10.27 Mbytes per second Status: File transfer successful, transferred 3,489 bytes in 1 second Status: Disconnected from server I anticipate this bug has something to do with the way filenames are processed from the queue. From the above logs you can see the same file name is changed when processed from the queue. 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545:2, becomes 1610943074.M291083P16808.slmp-001-001.sub-domain.domain.com,S=3489,W=3545_2, It seems that the colon (:) in the filename is translated to an underscore (_) resulting in the server appropriately responding with "No such file or directory". I anticipate this translation is performed so the file can be stored on a local Windows system that prevents the use of colon's in file names. However it appears that the code incorrectly translates the filename on the server as well and this only happens when the file is processed from the queue rather than a direct download. Client information: Version: 3.55.1 Build information: Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2021-08-09 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -O2 -g -Wall -Wextra -pedantic -ffunction-sections -fdata-sections -Wno-cast-function-type Linked against: wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.15 Operating system: Name: Windows 10 (build 17134), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\UserName\AppData\Roaming\FileZilla\ Finally, I recently updated to 3.55.1 from a version 3.52.2. This bug was not present in that previous version so I anticipate it has been recently introduced somehow. I have confirmed downgrading to version 3.52.2 resolves this issue while upgrading to 3.55.1 causes the issue to re-appear. After a quick review of the source code in trunk (r10397) I discovered in /src/interface/QueueView.cpp on line 2974 in method CQueueView::ReplaceInvalidCharacters a code-site that may be responsible for swapping colons for underscores however as I do not have sufficient experience with the FileZilla codebase I'm uncertain if this is relevant. std::wstring CQueueView::ReplaceInvalidCharacters(std::wstring const& filename, bool includeQuotesAndBreaks) { auto& options = *COptions::Get(); if (!options.get_int(OPTION_INVALID_CHAR_REPLACE_ENABLE)) { return filename; } wchar_t const replace = options.get_string(OPTION_INVALID_CHAR_REPLACE)[0]; std::wstring ret = filename; for (auto & c : ret) { if (IsInvalidChar(c, includeQuotesAndBreaks)) { c = replace; } } return ret; } Further review of that source file shows that line 359 may also be related, but again I don't have sufficient experience with the codebase to know for certain. An ideal patch would preserve the server file-name in the queue while changing it locally to be compatible with Windows filenames. If any additional information is required to resolve this please let me know. To the development team, great work on FileZilla I've been using it for years and this is the first time I've encountered a (minor) bug. Thank you for your hard work. |
|||||
#12557 | Filezilla Pro error AWS S3 | moreinfo | Bug report | high | FileZilla Client | |
Description |
Esteemed, After upgrading Filezilla Pro to version 3.56.0 we can no longer connect via FTP to our S3 buckets on AWS. Error: 16:08:32 Erro: Falha na obtenção da lista de pastas 16:08:32 Estado: Obtendo lista de pastas... 16:08:32 Estado: A resolver o endereço de s3.dualstack.us-east-1.amazonaws.com 16:08:32 Estado: Conectando 52.217.41.118:443... 16:08:32 Estado: Conexão estabelecida, iniciando o TLS... 16:08:33 Erro: Failed to extract certificate trust path 16:08:33 Estado: Tentativa de conexão falhou com "ECONNABORTED - Conexão cancelada". 16:08:33 Erro: Desconectado do servidor: ECONNABORTED - Conexão cancelada 16:08:33 Erro: Falha na obtenção da lista de pastas Please check it out. Looking forward to it and thank you. |
|||||
#12571 | Filezilla closes when dragging Windows files | moreinfo | Bug report | high | FileZilla Client | |
Description |
Hello good Morning! When I drag files up to FTP via filezilla, filezilla just closes, like a general crash. It's a lot to click and drag, but this way I can't work. FileZilla Client Version: 3.56.2 Build information:
Linked against:
Operating system:
|
|||||
#12575 | FileZilla dont work / dont connect | new | Bug report | high | FileZilla Client | |
Description |
Hello! When I start FileZilla I became the Message that a new version is arrived from FileZilla! When I download and installed the new Filezilla I became all three seconds another Message that the Installation go wrong! Than i install the old Version! Than I become the same Message as before that a new version is arrived! When I installed the new version again! Than i become the Messages that the installation dont work again! Can you help me? |
|||||
#12576 | Confirmation prompt before dragging and dropping | new | Feature request | high | FileZilla Client | |
Description |
imagine the consequences of moving your entire home folder to root with the click of a button. I am asking that you please add the option of having a simple prompt "do you want to move dir1 into dir2?" YES/NO. Its kinda insane that a project this big and old has not added this yet despite hundreds of suggestions from users over the last 20 years. Why can't this be added? |
|||||
#12577 | Issue with drag and drop | new | Bug report | high | FileZilla Client | |
Description |
When I drag a folder into another folder the prompt asking to confirm its move does not show and filezilla immedietly begins moving files with no user input. |
|||||
#12582 | Server does not follow junction links anymore | new | Bug report | high | FileZilla Server | |
Description |
No filesystem links seem to work any longer. Junction links on windows 7 and windows 10 just result in a "550 Couldn't open the directory" According to botg here this is indeed a bug. This is an entire feature that is suddenly removed which renders the server software totally useless in my usecase since users can no longer enter their folders. The only current solution would be to totally re-arrange the filesystems, which is ofcourse completely unfeasable. |
|||||
#12590 | Filezile not working on Macbook Air M1 2020 - I cannot open Filezila - error msg: Filezila Quit unexpecedly | new | Bug report | high | FileZilla Client | |
Description |
Filezile not working on Macbook Air M1 2020 - I cannot open Filezila - error msg: Filezila Quit unexpecedly: Process: filezilla [32257] Path: /Volumes/VOLUME/*/FileZilla.app/Contents/MacOS/filezilla Identifier: org.filezilla-project.filezilla Version: ??? Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: filezilla [32257] User ID: 501 Date/Time: 2021-11-24 10:39:31.826 +0000 OS Version: macOS 11.6 (20G165) Report Version: 12 Anonymous UUID: 5BD02B7C-5F6C-C06F-7C6F-45BE69379115 Sleep/Wake UUID: AB85FA10-DA0F-4843-81E6-AA776C1DFD31 Time Awake Since Boot: 260000 seconds Time Since Wake: 210 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: EXC_ARM_BREAKPOINT at 0x00007ffdffcccd38 (brk 1) Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [32257] Application Specific Information: rosetta error: /var/db/oah/223263137464320_223263137464320/8525bb1ba7f50efc9a4f51b635712d1821d4e417a61147fedea7d2f2c7d41a12/filezilla.aot: attachment of code signature supplement failed: 1 Thread 0 Crashed: 0 runtime 0x00007ffdffcccd38 0x7ffdffcb0000 + 118072 1 runtime 0x00007ffdffcccd80 0x7ffdffcb0000 + 118144 2 runtime 0x00007ffdffcbc6e4 0x7ffdffcb0000 + 50916 3 runtime 0x00007ffdffcbddf4 0x7ffdffcb0000 + 56820 4 runtime 0x00007ffdffcbd5ec 0x7ffdffcb0000 + 54764 5 runtime 0x00007ffdffcb4440 0x7ffdffcb0000 + 17472 6 dyld 0x00000002015fd000 0x2015fd000 + 0 Thread 0 crashed with ARM Thread State (64-bit):
Binary Images:
External Modification Summary:
VM Region Summary: ReadOnly portion of Libraries: Total=1048K resident=0K(0%) swapped_out_or_unallocated=1048K(100%) Writable regions: Total=22.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=22.7M(100%)
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= STACK GUARD 56.0M 1 Stack 8176K 1 VM_ALLOCATE 10.5M 1 VM_ALLOCATE (reserved) 4088K 2 reserved VM address space (unallocated) DATA 288K 4 DATA_CONST 32K 1 LINKEDIT 272K 4 TEXT 816K 2 mapped file 4.7G 8 =========== ======= ======= TOTAL 4.8G 24 TOTAL, minus reserved VM space 4.8G 24 Model: MacBookAir10,1, BootROM 6723.140.2, proc 8:4:4 processors, 8 GB, SMC Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin Memory Module: LPDDR4 AirPort: spairport_wireless_card_type_airport_extreme, wl0: Aug 18 2021 22:48:53 version 18.50.40.11.7.8.123 FWID 01-3ed0e3a2 Bluetooth: Version 8.0.5d7, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.1 Bus USB Device: USB 3.1 Bus Thunderbolt Bus: MacBook Air, Apple Inc. Thunderbolt Bus: MacBook Air, Apple Inc. |
|||||
#12597 | Invoice required | new | Other | high | Other | |
Description |
Hi Team, we have purchased file zilla through online however invoice not received Below order number FYI Kindly do the needful Order Number: 169025187 |
|||||
#12647 | Can not upload | new | Bug report | high | Unknown | |
Description |
Error: GnuTLS error -15 in gnutls_record_recv: An unexpected TLS packet was received. Error: Could not read from socket: ECONNABORTED - Connection aborted Error: Disconnected from server |
|||||
#12648 | [PATCH]Windows Long PATH support | new | Patch | high | FileZilla Client | |
Description |
It's easier than what I thought it should be, only need to add the following below to the FileZilla interface manifest xml. Patch added. <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage> </windowsSettings> </application> |
|||||
#12675 | File name length limit is too short | new | Bug report | high | FileZilla Client | |
Description |
Hi, It seems that the file's name length is limited to tight. I have long file names support enabled in Windows (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled=1) I try to transfer game's saves from my PC to my Wii-U and very long files'names are concerned (using more than 128 characters). FilleZilla client failed to open the file and so don't even send the STOR command. I transferred the same files successfully using Cyberduck. |
|||||
#12681 | FEATURE REQUEST: Authenticate Private SSH keys with passphrase | new | Feature request | high | FileZilla Client | |
Description |
hi there, i have been using key authentication without passphrase for a long time with FileZilla. This works like a dream, however, there will come a time where you need to protect your ssh keys with passphrases. A helpful feature addition would be to add the ability to enter your passphrase before you get access to your filesystem. |
|||||
#12697 | Uploading CSS-files not longer possible | new | Bug report | high | FileZilla Client | |
Description |
Hello, I'm using the latest version of FileZilla. I just noticed that it's not longer possible to upload CSS-files. Is this a bug ? Kindest regards, Luc |
|||||
#12700 | Developer ego induced bottleneck over high latency long range wifi network | new | Bug report | high | FileZilla Client | |
Description |
Hi. I am attempting to use Filezilla to transfer immensely large numbers of infinitesimally small files over a long range wifi network with incredibly high latency. I am aware of the developer stance of "If you feel you need more than 10 connections, there's something wrong with your internet connection.". Yes, my internet connection is utterly fu%%ed. That's the nature of long range agricultural IoT systems that at least one developer at Filezilla cannot seem to comprehend the potential existence of. In case you don't believe me, here is a video that shows the bottleneck. Many connections are in a pending state, or a low speed state, because it takes time to initiate the connection and to start transmitting at maximum speed. Connecting multiple filezilla clients to the server so that there are 20 connections increases the transfer speed almost a full 100%. https://www.youtube.com/watch?v=x1HwNOOOk-Q Now, please, for the love of god, can you allow the max simultaneous file transfers parameter to be set to any user defined number rather than the hard cap of 10 so that my speeds are not arbitrarily limited by the ego of some Filezilla developer I will not name? Or at least limit to 32 to take advantage of my NVME (that's a new fancy storage device: imagine 32 hard drives in raid 0. Yeah i know, wild what these young whippersnappers are putting together these days, huh?) Thank you immensely. If not, I will be forced to upgrade my company to another FTP software that does not place such ridiculous and arbitrary limitations on an otherwise almost unlimited application, solely because of the developers ego. Thank you for your generous consideration. Previous ticket on the issue for reference: |
|||||
#12709 | change size overwrite window | new | Bug report | high | FileZilla Client | |
Description |
when the directory of file has a lot of subdirectories and FileZilla asks to overwrite a file over an existing file, the options are moved out of window (because of long names in directory) and it's not possible to scroll horizontally or change the size of window. |
|||||
#12730 | loungerie_6151427 | new | Bug report | high | FileZilla Client | |
Description |
Estado: A porta selecionada é habitualmente usada por um protocolo diferente. Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Estado: Aguardando para tentar novamente... Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Estado: Desconectado do servidor Estado: A porta selecionada é habitualmente usada por um protocolo diferente. Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Estado: Aguardando para tentar novamente... Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Estado: Desconectado do servidor Estado: A porta selecionada é habitualmente usada por um protocolo diferente. Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Estado: Aguardando para tentar novamente... Estado: A resolver o endereço de getsftp1.getnet.com.br Estado: Conectando 201.87.186.27:22... Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor a Loungerie precisa de suporte para os erros acima, pois não está sendo possível baixar os arquivos hoje. |
|||||
#12748 | After uploading or downloading, the software crashes | moreinfo | Bug report | high | FileZilla Client | |
Description |
After uploading or downloading, the software crashes |
|||||
#12761 | When connected over VPN and connecting to remote server using TLS, Failed to retrieve directory listing | new | Bug report | high | FileZilla Client | |
Description |
When I am connected over VPN to my corporate network, I cannot get past retrieving remote directory. other users on same VPN do not have this issue. I am connecting using TLS. Works fine if not on VPN. FileZilla 3.60.2 Status: Resolving address of delivery01-bld.dhe.ibm.com Status: Connecting to 170.225.126.67:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Logged in Status: Retrieving directory listing of "/P730822/C"... Command: CWD /P730822/C Response: 250 CWD command successful Command: PWD Response: 257 "/P730822/C" is the current directory Command: TYPE I Response: 200 Type set to I Command: PORT 206,66,66,1,195,230 Response: 200 PORT command successful Command: MLSD Response: 425 Unable to build data connection: Socket is already connected Error: Failed to retrieve directory listing |
|||||
#12765 | Shortfalls of FileZilla. | new | Bug report | high | FileZilla Client | |
Description |
-There should be a menu setting so that before copying/pasting begins,
-Occasionally FileZilla produces Failed Transfers. There should be a menu
|
|||||
#12791 | need help to install CA certificate to SFTP server | new | Bug report | high | FileZilla Server | |
Description |
I followed these steps: 1) create CSR and private key: $ openssl req -newkey rsa:2048 -keyout PRIVATEKEY.key -out MYCSR.csr Generating a RSA private key ...................................................+++++ .........................+++++ writing new private key to 'PRIVATEKEY.key' Enter PEM pass phrase: Verifying - Enter PEM pass phrase: 2) Copy+paste the CSR to request a new CA certificate (PKCS7b - *.pem format) 3) Download the certificate in *.pem format to the FTP server 4) Add the private key to the filezilla FTP server (see attached screenshot) 5) The FTP server is unable to read the certificate details (grayed) and connection failed with "Response: 504 TLS handshaking failed!" |
|||||
#12815 | Problem with graphic when renaming file/folder in Filzilla MacOS | new | Bug report | high | FileZilla Client | |
Description |
Hello, i use the new dark theme and after update i see problem with graphic when i try to change the file/folder name in Filezilla MacOS and it make very difficult to rename a file/folder |
|||||
#12820 | Malformed chunk data: Invalid chunk size | moreinfo | Bug report | high | FileZilla Client | |
Description |
When using FileZilla/3.62.2 to download documents from Box, I see this message occasionally appear in my logs: Error: Malformed chunk data: Invalid chunk size Error: File transfer failed What causes this and what can be done to make the file download correctly? |
|||||
#12825 | Repeated images/files with various sizes | new | Other | high | FileZilla Client | |
Description |
Hi, i noticed that on my Filezilla FTP that its showing the same file with different sizes, if you could explain why that is happening and how i can prevent that because it taking up space in the server. As on the wordpress backend, in media folder i do not see these and i only use wordpress uploader to upload it, neither have i uploaded them with different sizes. For example i have a pdf that i have upload on wordpress, in filezilla its stripping the images separately and creating a imaged of it with various different sizes. please see the attached screenshot. Also, the amount of media files do not match on wordpress and FileZilla because FileZilla is producing images with different sizes. Please let me know how i can prevent that from happening and how can i go about clearing these files from filezilla. Thank you Shahroz |
|||||
#12835 | can't access directories | new | Bug report | high | FileZilla Client | |
Description |
FileZilla Pro 3.62.2 on Win 10 22H2 This won't connect to a directory with many entries that FileZilla (not Pro) will connect to. On the same website I can connect to small directories. I see the "retrieving directory listing of" message and then nothing for 20 seconds so it times out, twice. That same directory is easy to reach from linux running the open source version of FileZilla (not Pro) and on another computer running an old version of FileZilla (not Pro), v 3.38.1 |
|||||
#12838 | Reset all FileZilla Installations | new | Other | high | FileZilla Client | |
Description |
Dear FileZilla Team, I have installed FileZilla with the product key on my home computers. Unfortunately, I needed to format them, and I do not know how I can remove the licenses connected to those computers. My FileZilla Pro registration key is: PU72-YGR4-XL7B-C9H4-X7BD Thanks in advance |
|||||
#12847 | messed up text-editing display in dark mode | new | Bug report | high | FileZilla Client | |
Description |
Filezilla version: 3.62.2 OS: MacOS Catalina 10.15.7 Ever since they added dark mode for MacOS I can't see the text I am editing when I change a file name. It shows the new text in white over the old text in black so it's hard to tell what I have actually typed. |
|||||
#12856 | служба сервера аварийно останавливается | new | Bug report | high | FileZilla Server | |
Description |
если подбирать логин/пароль с разных ip, то сервер падает. проверили на версиях 1.6.4 и 1.6.5. |
|||||
#12857 | dropdown list background black | new | Bug report | high | FileZilla Client | |
Description |
the dropdown list background for local site or remote site is black except when the dropdown list is selected |
|||||
#12862 | Dark Mode made arrows next to folders barely invisible on Mac | new | Bug report | high | FileZilla Client | |
Description |
The arrows that indicate that a folder has subfolders are black on dark grey, so they are pretty much invisible. |
|||||
#12866 | Files extension issue | moreinfo | Bug report | high | Other | |
Description |
Hi Team, The program was always working fine with me but after the last update there is an issue with the files when I download them appears, particularly when I drag and drop them, it downloads as an empty folder, and only downloads fine when I press the download option manually, please help asap, thank you in advance! my laptop is on Windows and 64-bit operating system, x64-based processor Below are the information on my version: FileZilla Client Version: 3.63.1 Build information:
Linked against:
Operating system:
Abrar |
|||||
#12883 | Local site directory pane trying to change to deleted directory after a variety of inputs | new | Bug report | high | FileZilla Client | |
Description |
When I connect to any given server, the local site pane is set to automatically show a particular folder. Sometimes, when I do almost anything in that pane, FileZilla tries to jump to some other local directory. It's always one that FZ has never shown before, so it's not in the local site drop-down history. Unfortunately, before today I never thought to get a screenshot of the directory it would try to display, but it was usually a temp folder. This was all happening on the latest stable releases from the last couple months. Today I installed the nightly build for March 10th to see if that fixed an unrelated bug (it did!), but then immediately encountered the folder-changing bug again. Here's what happened: Three tabs are open. I start in tab 3, click tab 2, click the Local site files pane and click the "back" button on my mouse to go up one level. It should have gone from this: C:\Users\John\Desktop\Web Changes\Workshops\ to this: C:\Users\John\Desktop\Web Changes\ But instead, FileZilla tries to jump from this: C:\Users\John\Desktop\Web Changes\Workshops\ to this: C:\Users\John\Desktop\FileZilla-3.63.2.1 (see screenshot) That "FileZilla-3.63.2.1" directory only existed when I installed the daily build, and I deleted it after that was done. When this bug would happen in the past, FileZilla would try to jump to a temp directory somewhere else on the C drive (oh how I wish I'd gotten a screencap). Anyway, I next clicked into tab 1, right-clicked the local site directory listing pane, selected "Create directory" and typed in a folder name. Upon pressing Enter, FileZilla again tried to jump to the non-existent ...\Desktop\FileZilla-3.63.2.1 folder. In past occurrences of this bug, it would happen upon deleting a local file, renaming a file or folder, or moving a file by click + drag. No idea what I can try to fix this, but am open to suggestions. Let me know what other info might be helpful. Sorry for my verboseness! |
|||||
#12886 | SFTP SSH Frequently disconnected | new | Bug report | high | FileZilla Client | |
Description |
FTP keep-alive NO SFTP keep-alive Wait 10 seconds each time before connecting I hope to maintain active sftp connections |
|||||
#12888 | FileZilla will not connect | new | Bug report | high | FileZilla Client | |
Description |
Hello, i'm trying to connect to my server to add things in and change it around. It works on and off. i've tried reinstalling multiple times and wont work. Looks to be saying "Failed to retrieve directory listing" |
|||||
#12889 | FileZilla Issue | new | Bug report | high | FileZilla Client | |
Description |
Hello, There is a issue with the new update where it will work and then after a few it will stop working and gives an Error of: Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing Thought it was only me at first but turns out it was more than me.I tried everything thinking it was on my side. |
|||||
#12916 | Refund For Product | new | Other | high | FileZilla Client | |
Description |
I purchased the FileZilla Pro by accident and i was thinking that it was containing the server with in it i am sorry i misread. I would like to get the product refunded, thank you all! |
|||||
#12949 | bug with screen reader | new | Bug report | high | FileZilla Client | |
Description |
Hello. I'm having a problem since some versions of Filezilla FTP with screen reader, because I'm visually impaired. We use the "tab" key to navigate between filezilla options such as host, user, password, port etc etc. When we arrive at the field, which is a read-only text field where the server logs are (messages of files transferred successfully, connections made or that an error occurred), we could no longer exit this field by pressing tab or shift+tab. I would like you to please look into whether there is any way to fix this as we use this FTP client a lot and it is the best ever. The screen reader I'm using is Open-source, available at https://github.com/nvaccess/nvda |
|||||
#12979 | screen error | new | Bug report | high | FileZilla Client | |
Description |
Every time I start or shutdown the following screen error appears. I have uninstall and rerinstall FileZilla Pro FileZilla Pro Version: 3.65.1 Build information:
Linked against:
Operating system:
Error: error loading que an error occured loading the transfer que form |
|||||
#13004 | Can no longer transfer files successfully | moreinfo | Other | high | FileZilla Client | |
Description |
Can no longer transfer files successfully using the following information. It worked fine for 5 years and just stopped working. Internal IT depts cannot determine the issue and have sent me here. thank you <removed credentials> |
|||||
#13010 | Data Transfer Between Dropbox , AWS & Google Drive | new | Other | high | Other | |
Description |
Hello Team This is with reference to FileZilla Pro , I would like to buy your product , But would like to confirm that is it possible to transfer data from Dropbox to AWS & Google Drive to AWS ( or Vice Versa ) Please let me know on this & Here is my email id suresh@… Regards Suresh Solanki Mobile +91 8788456735 |
|||||
#13024 | FileZilla Pro - No Site Manager Interface | new | Bug report | high | FileZilla Client | |
Description |
Hi, so I use FileZilla Pro, for a few years actually, and today when I opened the program and hit ctrl + s for the Site Manager I get basically a clear screen/dashboard. Haven't seen this before, in fact, I've not ever had an issue with FileZilla Pro, that's why I use it. See the screen shot for the Dash interface that isn't. A fix or solution is required please. FileZilla Pro Version: 3.66.2 Registration: Registered Build information:
Linked against:
Operating system:
|
|||||
#13034 | Dock image issue in mac | new | Feature request | high | FileZilla Client | |
Description |
There is an issue with the FileZilla dock icon; it doesn't align with the other icons. It looks odd in the dock. I have added screenshot and i am using latest version of mac. https://drive.google.com/file/d/1Y4XR2d8BRf2iMxTklYERjlr883uA8g6b/view?usp=sharing |
|||||
#13047 | FileZilla Server geht nicht in Betrieb mit Fehler "ECONNREFUSED" | new | Bug report | high | FileZilla Server | |
Description |
Seit kurzem lässt sich der FileZilla-Server nicht mehr installieren: Schon beim ersten Anlauf kommt die Fehlermeldung "ECONNREFUSED". Alle im Web vorgeschlagenen Maßnahmen konnten das Problem nicht beheben. Führt evt. ein Win10 Update dazu, dass FTP ausgeschlossen ist ? |
|||||
#13050 | FileZilla 3.66.4 displays wrong file size when connecting to Azure SFTP site. | new | Bug report | high | FileZilla Client | |
Description |
When connecting to an Azure SFTP site, the file size is displayed wrong, showing only 28 bytes. However, in the column for owner/group, there's a 0 (a space) followed by what the true file size is. If you proceed to download the file, the percent progress bar goes immediately to 100%, but it will sit there and download the full file size, shown in the wrong column. I tried this on 2 different computers, a laptop running windows 10, and on a server running Server 2019. Hopefully, the image below will help describe what I see. Thank you! |
|||||
#13067 | FileZilla not connecting to Quickconnect Server | new | Other | high | FileZilla Server | |
Description |
Since Thursday, February 22 we have been trying to connect to our Quickconnect Server to send our billings to Change Healthcare. The server is timing out and not connecting. |
|||||
#13068 | Dark theme | new | Feature request | high | FileZilla Client | |
Description |
We need a dark theme for the ftp client. Please. |
|||||
#13073 | Option to Confirm drag'n'drop Directory on remote server | new | Feature request | high | FileZilla Client | |
Description |
Hello. I need an option to confirm before drag n drop directory on remote server. Because now I can missclick dragndrop and not even notice it without confirm dialog. Yeah, it happens because I have a disease. Thank you. |
|||||
#13085 | File Exists Action Ignored - Just Overwrites | new | Bug report | high | FileZilla Client | |
Description |
The last few versions (at least) have had this issue. I have the upload action set to "Ask for Action" and it generally does that, after a while though it forgets the setting and automatically overwrites the server version until the app is closed and restarted. |
|||||
#13091 | FZ 3.67.0 unable to open/use NTFS junction reparse points on Windows client | new | Bug report | high | FileZilla Client | |
Description |
Previous version(s) worked fine for years, so something has changed in the latest rev. to break the parsing of NTFS junction points. I have a media server (Plex)/storage mule with the following layout, where F: is a physical disk with a directory (HDMEDIA4) on it. F:\<other directories> are linked to that same F:\ root so they all fall under the same tree even though they're other physical drives -- F:\HDMEDIA actually points to L:\HDMEDIA on another physical disk, but NTFS junction reparse points make it all look like it's sitting under F:\. They're effectively symbolic links, except for directories only:
01/20/2020 12:47 PM <JUNCTION> HDMedia [L:\HDMedia] 12/01/2015 10:49 AM <JUNCTION> HDMedia2 [W:\HDMedia2] 12/01/2015 07:19 PM <JUNCTION> HDMedia3 [W:\HDMedia3] 04/02/2024 12:18 PM <DIR> HDMedia4 11/01/2016 11:32 AM <JUNCTION> HDMedia5 [V:\HDMedia5] 10/23/2022 05:31 PM <JUNCTION> HDMedia6 [N:\HDMEDIA6] 12/09/2017 10:56 PM <JUNCTION> Media [U:\Media] 11/05/2020 04:39 PM <JUNCTION> MusicVideo [L:\MusicVideo] With the latest FileZilla client 3.67.0, it won't let me enter any of those junction paths, either by the GUI (clicking) or typing it into the Local site: box above the local directory tree. On the FZ client in question, F: is a mapped network drive (mapped to F$ on the storage mule box), so for example, F:\HDMEDIA6 logically looks like this: (local FZ client F:) --> mapped to \\<IPaddr>\F$ on LAN client --> F:\HDMEDIA6 reparse point/junction to N:\HDMEDIA6 on storage mule box Again, this has worked consistently for a long, long time (yearssss). This has broken pretty much the entirety of using FZ to download stuff into the right paths. :/ Help? FileZilla Client Version: 3.67.0 Build information:
Linked against:
Operating system:
|
|||||
#13093 | Linux (Zorin) Dark Mode Can't Read File Names On Active Window | new | Bug report | high | FileZilla Client | |
Description |
When using Filezilla in Zorin, while the window is 'active', selected items are the same color as the selection bar making it impossible to read. Have to tab off the window to see what is selected. |
|||||
#13097 | When edit a file, it should be saved several times before to get the pop-up to transfer it to the server | new | Bug report | high | FileZilla Client | |
Description |
Just selecting a file form the server Right click and edit it. NO MATTER THE EDITOR Once the edit is finished, CTRL+S to save it. The popup "the file has changed. Upload this file to the server?" doesn't appear; It's required to give the CTRL+S several time before this damn popup appears and one can work. FileZilla version FileZilla Client Version: 3.67.0 Build information:
Linked against:
Operating system:
|
|||||
#13124 | Unable to see File Menu Bar | new | Bug report | high | FileZilla Client | |
Description |
Hi Team, I have downloaded the latest version of Filezilla Client for Mac however after opening the application the Menu bar is missing please find the below screenshot. Kindly help in resolving this issue at the earliest. Regards, Manas |
|||||
#13134 | The TLS connection was non-properly terminated. | new | Bug report | high | FileZilla Client | |
Description |
I am getting an error saying that "Server did not properly shut down TLS connection" when I try to connect to a secure server. after that I get the following lines:
GnuTLS error -110: The TLS connection was non-properly terminated.
Status: |
|||||
#13138 | Downloads are skipped intermittently | new | Bug report | high | FileZilla Client | |
Description |
The FTP downloads are skipped intermittently without any error messages. For example, if 100 folders are selected in the FTP client window, only 40 get downloaded, rest are skipped. |
|||||
#13160 | When file editor saves the file, FileZilla employs a lot of time to pop up the upload window | reopened | Bug report | high | FileZilla Client | |
Description |
O.S. Windows 11 Pro 23H2 (22631.4249) FtpZilla version 3.67.1 Editors: VSC/notepad++/Notepad/Whatsoever. The issue occurs always. Situation: Being connected to the server via FTP, right click on the file to edit > View/Edit VSC opens adn I edit the file CTRL+S the file is saved From that moment on, it can even take 10-15 seconds before that FtpZilla recognizes it and FINALLY I can upload the file to the server. As I clearly stated, it's not the text editor. It's very annoying |
|||||
#13164 | SFTP "could not connect to server" when attempting file upload | new | Other | high | FileZilla Client | |
Description |
Hi Team, I hope all is well. I work with an MSP and one of my clients are having issues connecting to FileZilla when attempting to upload a file to a client. When first connecting to server, after they enter their password, FileZilla is able to successfully pull down the directory. However, the moment they try to upload something is when they receive the below error message. Status: Using username "*". Status: Connected to Status: Retrieving directory listing of ""... Status: Listing directory * Status: Directory listing of "" successful Status: Connecting to http://*******:5022... Status: Using username "". Status: Server refused our key Error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 5 seconds due to previously failed I have blanked out the details. What we have done so far is
Create new Site Manager config
Thanks, Mark |
|||||
#13178 | my website doesn't connect | new | Bug report | high | FileZilla Server | |
Description |
Hi, I am trying to connect my website to export files, but my website doesn't connect. I updated Filezilla to make sure it works. my website is in Squarespace and I don't have FTP, I saw in the forums that I could use my domain name without the Htpps:/ - I tried with and without www. I put my website login informations and I keep getting this message Status: Connecting to 198.49.23.144:21... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server I also tried to connect via file-site manger new site (tried FTP and SFTP protocols) and still no connections. I also tried all the options for logon types. Still nothing. I am out of ideas, could you help me please? Thank you so much and have a great day, Nathalie |
|||||
#13184 | FileZilla Pro - Window freezes when copying | new | Bug report | high | FileZilla Client | |
Description |
Good day The FileZilla Pro window freezes when copying from a folder that has a large amount of files in it. There is no way of tracking the progress because of the frozen screen. The copying process still runs because because I can see the number of files increasing in the folder that I am downloading to but the process becomes very slow. I have a 500Mbps download speed on my fiber line. Regards Edwin Badenhorst |
|||||
#13195 | Site Manager Does Not Respond To Keyboard Until Mouse Click | new | Bug report | high | FileZilla Client | |
Description |
Open Site Manager; CTRL+S Use arrow keys; use Tab key; ALT+S to activate Select Entry... nothing happens. Only After Clicking on a Site will the Site Manager respond to the Arrow Keys or Tab Key. |
|||||
#13201 | Bug : FileZilla Server own Admin Port not working | new | Bug report | high | FileZilla Server | |
Description |
Tested with : FileZilla Server 1.9.4 FileZilla Client 3.68.1 If I choose an other Administration port like 19888 with a passwort the FTP Server refused the connection. If I use the standard port 14148 for Admin there are no issues if I want to connect with the FTP server. Please fix this bug. Eventually you can add community translations also for the FileZilla Server and not only for FileZilla Client. Thank you for your time and work. |
|||||
#13207 | Key Exchange Detection Mechanism Bug | new | Bug report | high | FileZilla Client | |
Description |
When attempting to SFTP into a system with a high-security SSH configuration, the following error is displayed: Error: The first key-exchange algorithm supported by the server is ecdh-sha2-nistp384, which is no longer secure. Aborting connection. Error: Could not connect to server The server's /etc/ssh/sshd_config file has the below configured: KexAlgorithms sntrup761x25519-sha512,ecdh-sha2-nistp384 Ciphers aes256-gcm@openssh.com MACs hmac-sha2-512-etm@openssh.com nmap shows the following: # nmap --script ssh2-enum-algos -sV -p 22 127.0.0.1 Starting Nmap 7.93 ( https://nmap.org ) at 2025-01-13 10:35 PST Nmap scan report for localhost (127.0.0.1) Host is up (0.00019s latency). PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 9.2p1 Debian 2+deb12u4 (protocol 2.0) | ssh2-enum-algos: | kex_algorithms: (3) | sntrup761x25519-sha512 | ecdh-sha2-nistp384 | kex-strict-s-v00@openssh.com | server_host_key_algorithms: (4) | rsa-sha2-512 | rsa-sha2-256 | ecdsa-sha2-nistp384 | ssh-ed25519 | encryption_algorithms: (1) | aes256-gcm@openssh.com | mac_algorithms: (1) | hmac-sha2-512-etm@openssh.com | compression_algorithms: (1) |_ none Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel Both sntrup761x25519-sha512 and ecdh-sha2-nistp384 are clearly high-security KEX algorithms. Since the error doesn't even correctly state the first algorithm, it seems like there's a bug in the KEX detection/blocking code. Please correct the weak KEX detection code to allow modern/secure KEX algorithms. Putty 0.83 is able to use both of these KEX algorithms without issue. |
|||||
#13211 | Critical Error | new | Other | high | FileZilla Server | |
Description |
I get a 'Critical Error' when I attempt to log in to FileZilla. It states no server can be found. I had our IT research and they think the issue is on your side. Please research and let me know what can be done to get me logged in so I can download my agency statements. |
|||||
#13226 | SFTP: FileZilla Client: Filesize in Server Panel Incorrect, Causing Overwrite Actions To Be Ignored | new | Bug report | high | FileZilla Client | |
Description |
I have installed the latest version of FileZilla client, which is 3.68.1. I am connected to my SFTP server. The back-end storage is an ADSL container. When I upload files, the Filesize on the server panel reports a "5" for ALL files uploaded. This number seems to correspond to the day of the current date, which is obviously not the true Filesize. When I re-upload existing files, and I select an action of one of: 1) Overwrite if source newer, 2) Overwrite if different size, or 3) Overwrite if different size/source newer, the whole file re-uploads anyway. I believe this is because the Filesize is reported as "5" on the server panel. This is causing our users to have to re-upload everything, should their connection be interrupted. |
|||||
#13233 | Filezilla PRO - Linux | new | Other | high | FileZilla Client | |
Description |
Hello there, i have moved from Windows into Linux Mint. Its possible to install there also the FileZilla Pro? Please help, will be happy for any solution please. Thanks alot! Best regards Dalibor K. |
|||||
#434 | Transfer of locked files | reopened | Feature request | normal | FileZilla Client | |
Description |
Open MS Office documents cannot be transfered if still open by Office. A transfer seams totake place but the filesize and date is represented by ??? and an Overwrite dialogbox apears trying to overwrite the file that does not yet exist. after closing the document the transfer goes well. I suggest a test to see if the file is locked and if so, alert via a dialogbox that the document must be closed, and after pressing OK the test runs anew and if it is still open alert that transfer could not be done due to locked file. |
|||||
#614 | Extremely bad performance with drive mappings | reopened | Bug report | normal | FileZilla Client | |
Description |
On machines with drive mappings from a server on a "not-so-quick" network (200kB/s), FileZilla starts having huge performance issues. The following symptoms I noticed:
mapped (I'm talking about minutes)
entries per second, where the windows explorer manages a least a hundred times that. |
|||||
#803 | Hardcoded colour issues with dark themes | accepted | Bug report | normal | FileZilla Server | |
Description |
The current versions of FileZilla and the FileZilla Server Interface have some colour issues. I recently changed my computer's colour scheme to be mainly white-on-black. Unfortunately it seems some of the text has been hardcoded to black, so I can't see any of it! Is it possible to have it use the Windows theme-colours, or provide a customization option somewhere? |
|||||
#852 | "Sort folders first in Sitemanager" | reopened | Feature request | normal | FileZilla Client | |
Description |
The option "Interface Settings > Miscellaneous > Sort folders first in Sitemanager" does not work with sub-folders. I have attached an example FileZilla.xml settings file to illustrate this. To replicate: 1/. Set setting "Interface Settings > Miscellaneous > Sort folders first in Sitemanager" to true. 2/. Open Site Manager. 3/. Add a folder to the root called "1". 4/. Add a folder to folder "1" called "2". 5/. Create 2 new sites in folder "1" called "1" and "3". 6/. Save and close site manager. 7/. Re-open site manager and site "1" will appear above folder "2". |
|||||
#975 | Add server type AS400 / Iseries | new | Feature request | normal | FileZilla Client | |
Description |
operating system. The TCP/IP version is "V5R3M0" The contents of the working directory is listed correctly after logging in: Status: Retrieving directory listing... Command: PWD Response: 257 "QGPL" is current library. Command: TYPE A Response: 200 Representation type is ASCII nonprint. Command: PORT 10,10,21,33,5,33 Response: 200 PORT subcommand request successful. Command: LIST Response: 125 List started. Response: 250 List completed. Status: Directory listing successful Note that the AS400 FTP server uses the name "library" instead of directory, and "file" + "member" for PC files (I'm not an AS400 developer => please correct me if I'm wrong). But I get the following error when trying to change to another directory: Command: CWD /DMFIN/ Response: 550-Specified directory does not exist or cannot be accessed. Response: 550 Working directory not changed. Error: Could not retrieve directory listing I tried with the command-line ftp client provided with Windows XP, and the following commands work: ftp> cd DMFIN 250 "DMFIN" is current library. ftp> ls 200 PORT subcommand request successful. 125 List started. The problem seems to come from the fact that FileZilla doesn't issue the CWD DMFIN command as expected, but CWD /DMFIN/: it adds the forward slashes and that seems to be the cause of the problem! |
|||||
#1520 | (Repeated) action after queue completion | reopened | Other | normal | FileZilla Client | |
Description |
This patch lets users do various actions after queue completion. It is accessed by right-clicking on the "Queued files" frame and implements the following functionality from RFE# 1707774:
This initial version is not properly tested on various systems, and should not be applied before more bug testing. It's posted here to get feedback on patch quality, and if I'm on the right track with this. More information will be posted on the already mentioned RFE. |
|||||
#1549 | Clipboard entry parsing | new | Feature request | normal | FileZilla Client | |
Description |
Hi. First off, your work really kicks ass =) It's a great replacement for WS_FTP, CuteFTP and all that other commercial crap. But i miss one feature though: When i have some ftp address in the windows clipboard, CuteFTP for instance parses this information and automatically connects to the server. Or the browser integration thing would also be a great feature. Then it would REALLY replace the commercial crap.. =) Good luck.. |
|||||
#1557 | show percentage of transfers in system tray | new | Feature request | normal | FileZilla Client | |
Description |
Hi, i would like to see the percentage of an active transfer in the system tray and some 'mouseover',"What's this ?" or "TollTipText" quickhelp for the toolbar ( whatever you call it ). Funny how SourceForge pickes exactly the right category :-) nice FTP-Client so far ! |
|||||
#1591 | Automatic Folder Subtree Synchronization | new | Feature request | normal | FileZilla Client | |
Description |
A command that synchronizes a local with a remote folder would be neat. Time zone settings would be needed for this in order to properly compare timestamps. See request 542700 for time zone settings. |
|||||
#1597 | Queue, drag&drop | new | Feature request | normal | FileZilla Client | |
Description |
Hi! It wold be good, if I could drag&dropp URL -s from other programs (eg. internet explorer) into queue. It wold be good, if URL could be pasted from clipboard to queue. It wold be good, if fileorder in queue could be changed. Regards:
|
|||||
#1605 | optionally show passwords in Site Manager and in Quickconnect | reopened | Feature request | normal | FileZilla Client | |
Description |
I would like to have an option to NOT hide the passwords in sitemanager. I know this is a security risk and of course the default should be hidden, but in my case my accounts are not that super classified. By showing passwords in the sitemanager I will have a "personal database" (or address book if you like) of my ftp- accounts, and if I need to use another program or in any other way use an account outside of FileZilla, I can always look to FileZilla for the correct account-information. Otherwise I would have to look for the account-information in mails, hardcopies from ISPs, ICQ messages - u name it. |
|||||
#1606 | WS_FTP Import | new | Feature request | normal | FileZilla Client | |
Description |
The ability to import all of my account settings from WSFTP to Filezilla would make the transition a whold lot easier. Thanks again for great software! |
|||||
#1608 | cut, copy, and paste | new | Feature request | normal | FileZilla Client | |
Description |
I would like to see the ability to cut, copy, and paste files between both, local and remote directories. Accordingly, cut/copy/paste icons should appear in the toolbar and in the right-click (drop-down) menu. If this feature is ever implemented, then FileZilla would become, for my uses, a replacement for Windows Explorer. |
|||||
#1611 | Option to Queue Actions for Later | new | Feature request | normal | FileZilla Client | |
Description |
I used to use Bullet Proof FTP. In BPFTP, all FTP actions are queued, even things like renaming and deleting files. This can be very handy when working with large numbers of files. It would be nice if FileZilla could do this also. For example, I could queue deletion of one file, then go to another directory, queue deletion of another file, then queue a couple of uploads, queue a file to be renamed, and then click Process Queue and wait while it does all of those actions at once. It saves time if you already know what you're going to do, because you don't have to wait for each action to complete before you select the next one. Keep up the great work! |
|||||
#1614 | dialog box "File Exist" when minimized | new | Feature request | normal | FileZilla Client | |
Description |
Hi, In the case of there's files already existing on target directory in the transfer queue, but not at first position in the queue, and FileZilla Client is minimized in the systray : When the file which already exist is pick in the queue, the dialog box (overwrite, resume, etc.) isn't show and "stay in the systray". It's only when restoring FileZilla to a window that we see this dialog box. So it could be a long time before launch the transfer. Is it possible to always show these dialog box even when FileZilla is minimized ? Thanks a lot, Fabien |
|||||
#1635 | file exists option: skip on same file, size (and time) | new | Feature request | normal | FileZilla Client | |
Description |
Dear Admin, Please make this option: Transfer>File overwrite settings>If same file and size then skip Regards novan_as http://novan.singcat.com |
|||||
#1647 | Rearrange toolbar buttons | new | Feature request | normal | FileZilla Client | |
Description |
FileZilla = AWESOME! This is by far the best freebie FTP client out there! As a new user, the toolbar buttons seem a little less than ideally situated. Plus, the mouseover description only shows in the status bar (at the bottom of the screen), so it's hard to notice down there. For starters, I would love to see ToolTip style help text, where it would "popup", ala microsoft. Another possibility may be to show the help text to the right of the buttons (there's plenty of room). Yet another option may be to place the buttons at the bottom of the screen (like WSFTP), where they're closer to the status bar... I'd also love to see them rearranged (or rearrangeable by the end user). My preferred order would be to move the "view options" (show local, show remote, show queue, show messages) to the end of the bar, just before help, so that the connection-related options were all together. Then move the disconnect/reconnect options to the beginning, just after the site-manager button. Here's my complete preferred order:
|
|||||
#1676 | Quota info in ftp log | new | Feature request | normal | FileZilla Client | |
Description |
a little function to indicate the allowed size on the server (quota). The actual size of files and the maximum size. it's great when we upload big file, and we have no more place ! |
|||||
#1705 | show filename separately in transfer queues | new | Feature request | normal | FileZilla Client | |
Description |
I think in the 'Download Status' (the bottom of filezilla), an option of 'only show file name and 'show file name with directories' is very useful. Becoz when I download a file with long folder name, I need to expend the width for a long while to see the file name. Thanks a lot. |
|||||
#1728 | Can Make a small pause? | new | Feature request | normal | FileZilla Client | |
Description |
Can FileZilla have an option to pause a several second when message like "Too many user in this server" receive? It is because when I process the queue, FilleZilla repeatly send the login request to the server (10 times per second!!!) when this message appear. Some FTP sites will block my IP to login again if I try to login too many in a few second. However, this feature is present if I connect the site by site manager!!!! (strange) But I cannot always sit front of the PC and wait the site manager to connect the server and press down the button to process the queue. The second request it that the file in the queue can clear by press some button? I find it the queue is present when I execute Fillzilla again. I know this is the feature to remenber the queue file. But how about I no longer need to transfer such file any more? It seems need to selected the queue files and right click to remove the queue files. If there is a few files, it is not a problem. How about several hundreds files? I need to selected all file for a few second and press too many page down button......and no select all function for me to delete the hold queue..... also can me to delete the file from the specific host in the queue? |
|||||
#1738 | URL Fetcher | new | Feature request | normal | FileZilla Client | |
Description |
I think an FTP URL Fetcher would be in it's place, "feeling" if you copy a FTP URL into the copyboard, it will bring up a questionbox saying "Connect to url blabla? yes/no" |
|||||
#1749 | convert filename to upper or lower case before transfer | new | Feature request | normal | FileZilla Client | |
Description |
The ability to force the case on files being transferred in either direction to be either all lower or all upper case, or left alone. Extremely useful when dealing with files generated by others that are in all sorts of weird cases, that shoule be one way or the other. Thanks |
|||||
#1766 | Division of log reports | new | Feature request | normal | FileZilla Client | |
Description |
The log-reports are often needed for documentations. Developers of webprojects and webmasters like me use these to protocol their work to clients and to have a chronical overview. At the moment I have to divide manually the long reports into client referenced parts. Therefore I have to search, copy and paste a lot. My requests are:
login? Could be a simple lign with signs like "*".
settings
appendix, for example the actual date
dividers. Thank you for your great work! |
|||||
#1801 | Explode tree only on process queue | new | Feature request | normal | FileZilla Client | |
Description |
The way it is now, when I add a tree (folder) to the queue, it explodes the tree (reads all files and folders, and adds them all individually to the tree) the moment it's dropped in the queue. Could you please make the queue store just the folder, and explode it only when I press the 'Process the queue' button? This way I wouldn't have to wait for it to scan thru the folders on the remote ftp site when I add a folder to the download queue, for example (on the local machine this isn't much of a problem, since scanning folders locally is a lot faster). Thank you and keep up the great work! marioinutil AT zipmail DOT com DOT br |
|||||
#1803 | list of RFEs | new | Feature request | normal | FileZilla Client | |
Description |
hi, first off would like to say excellent work on this great program, so far it is the only ftp client i have used that doesnt constantly crash. The miles of code in this are impressive! I do have a few small requests i'd like to add for maybe future versions (tried to find the code to fix myself and failed...newbie c++ user)
file action (ie: transfer, execute, or view file)
window placement (ie: status at bottom, files/dirs at top, qeue in the middle etc)
connect with current server values (maybe only if quick connect fields are empty)
length and place the buttons at the bottom, in horizontal position, relative to right frame (this is just personal preference and not important)
connection
hidden...
addition! :) Again i say thankyou for the time you have put into this and for providing it to us for free, this is potentialy the best ftp client i have used yet |
|||||
#1804 | Add gssapi support for SFTP | new | Feature request | normal | FileZilla Client | |
Description |
HI, it seams that filezilla do not support kerberos 5 or gssapi for connection to an SSH2 SFTP server. Is it planned to be implemented ? thanks |
|||||
#1815 | Change number of simultaneous transfers on the fly | new | Feature request | normal | FileZilla Client | |
Description |
I would like to see on the fly threads changing. For example, i can pick how many threads should be opened for download/upload on the fly instead of going to settings. Something like LeechFTP would be nice :) keep up the good work |
|||||
#1820 | browse for local folder | new | Feature request | normal | FileZilla Client | |
Description |
doubleclicking the label "Local Site" should bring up a browse window to locate a folder quicker, as the normal treeview/address is too small, especially because of the vertical layout and the remote view. also, "Desktop" should be one of the options |
|||||
#1825 | windows proxy settings | new | Feature request | normal | FileZilla Client | |
Description |
Would it be possible to use the proxy settings that are set through the Control Panel? i.e. the setting in Control Panel >> Internet Options >> Connections >> LAN Settings |
|||||
#1831 | Multiple connections FOR DE SAME SERVER | new | Feature request | normal | FileZilla Client | |
Description |
File Transfer Settings In the option of multiple connections add a check box "for the same server". Ex: when downloading from 2 diferent servers and a setting of 2 max connections per server i can download 4 files at same time. if the server it´s diferent filezilla will use the max number of connections again. And make a diference between Uploads and Downloads.. ;) . I hope you understand :( my english is not very good. |
|||||
#1841 | Mention "Overwrite if newer" in console on skipping | new | Feature request | normal | FileZilla Client | |
Description |
When uploading using the "overwrite if newer" option it is hard to tell when a file is skipped. If there was a mention of the skipping in either the console or queue or both it would be great. |
|||||
#1861 | Decrease Queue Bytes Remaining as File is Downloaded | new | Feature request | normal | FileZilla Client | |
Description |
It would be nice if the queue byte remaining count went down as each file was downloaded. For example, if you have two 10 MB files in the queue, and the first file is 50% downloaded, the queue should show 15 MB remaining. As it is now, it will show 20 MB remaining until the first file is completely downloaded. With large files this can be very misleading, and a bit annoying. :) |
|||||
#1862 | Client: Show Connection # in Log | new | Feature request | normal | FileZilla Client | |
Description |
While downloading several thousand small (few KB) files, I turned on 4 simultaneous connections to speed it up. When downloading such small files, the speed is held back by waiting for the server to start sending each file, so by running many at once, the overall transfer speed stays more constant. I had to pause the download, so I unpressed the Process Queue toolbar button. Then when I resumed it, I got some failed transfers. Files were created with the right names, but with 0 bytes, and they were removed from the queue. As a result, I'm going to have to start the transfer all over again to be sure I get all of the files. :/ I was going to report a bug, but there is a problem: With multiple connections, you can't tell which commands and responses are on which connection, so you can't figure out which transfers failed! I have included an example at the bottom. As you can see, it's impossible to tell which commands and responses are for which connections, so you can't tell which ones are failing and which are succeeding. A simple change to something like: [1] Command: [1] Response: [2] Command: [4] Response: [2] Response: [4] Command: [3] Response: Would show which commands and responses are for which connections. They could also be color-coded. Also, you could use a drop-down box to choose which connections' logs you wanted to see in the log pane. If this is implemented, maybe we can track down this bug that caused the zero-byte files. Thanks. Status: Starting download of /levels/files/ssi/340_ratings.ssi Command: TYPE I Response: 200 PORT Command successful. Command: PORT 192,168,0,191,10,148 Response: 200 PORT Command successful. Command: PORT 192,168,0,191,10,149 Response: 200 Type set to I. Response: 425 Try later, data connection in use. Command: PASV Status: Download successful Status: Starting download of /levels/files/ssi/340comments.ssi Response: 425 Try later, data connection in use. Error: Download failed Status: Starting download of /levels/files/ssi/340_ratings.ssi Response: 425 Try later, data connection in use. Command: PASV Command: TYPE I Response: 200 PORT Command successful. Response: 200 Type set to I. Error: Download failed Status: Starting download of /levels/files/ssi/340.ssi Command: TYPE I Command: TYPE I Response: 200 Type set to I. Error: Download failed Status: Starting download of /levels/files/ssi/34_ratings.ssi Command: TYPE I Response: 200 PORT Command successful. Command: PORT 192,168,0,191,10,150 Command: PORT 192,168,0,191,10,151 Response: 425 Try later, data connection in use. Command: PASV Response: 200 PORT Command successful. Response: 200 Type set to I. Command: PORT 192,168,0,191,10,152 Command: PORT 192,168,0,191,10,153 Response: 227 Entering Passive Mode (66,208,97,18,14,64) Command: RETR 340.ssi Response: 200 Type set to I. Error: Download failed |
|||||
#1863 | Show % in title! | new | Feature request | normal | FileZilla Client | |
Description |
Can you add possibility that FileZilla show percent of downloaded/uploaded stuff in title, so it can be seen when minimized? (or tray icon, that will show percent?) Thanks and keep up good work!! Regards Zoran, Serbia (Europe) |
|||||
#1864 | Move File (upload/download and delete) | new | Feature request | normal | FileZilla Client | |
Description |
would be nice if there was some option to "move" (like download and delete from source) file instead of default copy... thanks, filezilla rules ;) |