Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 700 of 4044)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Summary Owner Priority Resolution Created Modified
#3217 Command Lines Aren't Properly Accepted normal 17 years 17 years
Description

FileZilla 3 isn't correctly accepting the command-line parameters that FileZilla 2 did.

#11674 Command line option -c Connect to specified Site Manager quit working after update to 3.35.1 normal duplicate 6 years 6 years
Description

filezilla.exe" -c "0/MyFTPSiteEntry" doesn't function or is ignored after upgrading to build 3.35.1 from 3.33.0.

Documented on https://wiki.filezilla-project.org/Command-line_arguments_(Client)

Tested upgrades on Windows 7 and Windows 10.

#10055 Command log overwrites icon toolbar on initial scroll normal duplicate 9 years 9 years
Description

I am seeing a recurring issue whereby navigating to a remote folder after initially loading FileZilla client results in the corresponding commands in the command log at the top overwriting the icon toolbar. I have attached a screen capture.

#11686 Command-line argument (-c, --site=<string>) not working since upgrade to 3.35.0 normal duplicate 6 years 6 years
Description

Command-line argument (-c, --site=<string>) not working since upgrade to 3.35.0. Client does not Connect to specified Site Manager site, it just opens as if no arguments were specified. All works as it used to when I downgrade to 3.34.0

#10164 Command: MLSD fails. Unable to download directory normal duplicate 9 years 9 years
Description

FileZilla Client


Version: 3.10.0.2

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-01-16 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.20 SQLite: 3.8.7.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

Hello, please bear with me, I am very much a newbie. I barely know how to upload files, but have been doing that through you for a while and all was going fine until recently when I updated my version of FileZilla. I keep getting error messages, such as "Failed to retrieve directory listing", and can't connect to my website(s)on my main computer. I called GoDaddy for help, and they thought it might be my browser or firewall, but nothing changed and I don't think that's it. Then I tried to upload via my laptop, which had an older version of FileZilla, and it worked fine. I asked my friend who told me about FileZilla a few years ago, and he suggested I report the issue, because maybe no one else has noticed it. I can't imagine that I'd be the only one, but don't know what else to do. Here is the message I've been getting: " Status: Connecting to 160.153.59.0:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (160,153,59,0,198,14) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing"

Can you help? Bear in mind it's hard for me to comprehend much of this at all. I hope I am using the proper protocol to ask for help. Thank you very much for your time and consideration. Steve

#9885 Commands sent in wrong order when uploading directories, resulting in files not uploaded low duplicate 10 years 10 years
Description

Steps to reproduce:

  • connect to a server
  • on the local side (left), select a few folders
  • right-click and upload

Expected result:

  • for each folder, it should OBVIOUSLY first create the folder, then upload the files.

Observed results:

  • for each folder, systematically, the "put" command to upload the first file in the folder is sent BEFORE the mkdir command to create the folder. So, unless the folder already existed on the server, that file upload gives an error and is not uploaded.

ALSO, whenever a file gives an error it should be kept in the queue so that you can retry!!!

This level of unreliability make FileZilla completely unusable. You have to check all the files one by one, because there may have been any such random error and you wouldn't even know.

I think this is a regression. I have used FileZilla for ages and had never seen such a thing before.

Example log when uploading a folder called "runtime" within one called "protected":

Status: Starting upload of /home/teo/Documents/xxxxx/protected/runtime/application.log.4 Error: Directory /srv/www/xxxxx/protected/runtime: no such file or directory Command: cd "/srv/www/xxxxx/protected" Response: New directory is: "/srv/www/xxxxx/protected" Command: mkdir "runtime"

#9886 Commands sent in wrong order when uploading directories, resulting in files not uploaded normal rejected 10 years 10 years
Description

Steps to reproduce:

  • connect to a server
  • on the local side (left), select a few folders
  • right-click and upload

Expected result:

  • for each folder, it should OBVIOUSLY first create the folder, then upload the files.

Observed results:

  • for each folder, systematically, the "put" command to upload the first file in the folder is sent BEFORE the mkdir command to create the folder. So, unless the folder already existed on the server, that file upload gives an error and is not uploaded.

ALSO, whenever a file gives an error it should be kept in the queue so that you can retry!!!

This level of unreliability make FileZilla completely unusable. You have to check all the files one by one, because there may have been any such random error and you wouldn't even know.

I think this is a regression. I have used FileZilla for ages and had never seen such a thing before.

Example log when uploading a folder called "runtime" within one called "protected":

Status: Starting upload of /home/teo/Documents/xxxxx/protected/runtime/application.log.4 Error: Directory /srv/www/xxxxx/protected/runtime: no such file or directory Command: cd "/srv/www/xxxxx/protected" Response: New directory is: "/srv/www/xxxxx/protected" Command: mkdir "runtime"

#11760 Compilation error in 3.37.3 normal duplicate 6 years 6 years
Description

I'm seeing the compliation error below starting with filezilla client 3.37.3. 3.37.1 compiles just fine. See the attached file for the full log.

I'm building as follows:

./configure \

--prefix=/usr \ --disable-manualupdatecheck \ --disable-autoupdatecheck \ --with-pugixml=builtin \ --with-wx-config=/usr/bin/wx-config-gtk3

make

### output queue.cpp: In member function ‘void CFileItem::SetTargetFile(const wxString&)’: queue.cpp:333:71: error: no matching function for call to ‘to_wstring(const wxString&)’

m_targetFile = fz::sparse_optional<std::wstring>(fz::to_wstring(file));

In file included from /usr/include/libfilezilla/libfilezilla.hpp:7,

from ../../src/include/libfilezilla_engine.h:12, from filezilla.h:4:

/usr/include/libfilezilla/string.hpp:145:31: note: candidate: ‘std::cxx11::wstring fz::to_wstring(const string&)’

std::wstring FZ_PUBLIC_SYMBOL to_wstring(std::string const& in);

~

/usr/include/libfilezilla/string.hpp:145:31: note: no known conversion for argument 1 from ‘const wxString’ to ‘const string&’ {aka ‘const std::cxx11::basic_string<char>&’} /usr/include/libfilezilla/string.hpp:148:38: note: candidate: ‘std::cxx11::wstring fz::to_wstring(const wstring&)’

inline std::wstring FZ_PUBLIC_SYMBOL to_wstring(std::wstring const& in) { return in; }

~

/usr/include/libfilezilla/string.hpp:148:38: note: no known conversion for argument 1 from ‘const wxString’ to ‘const wstring&’ {aka ‘const std::cxx11::basic_string<wchar_t>&’} /usr/include/libfilezilla/string.hpp:152:98: note: candidate: ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&)’

inline typename std::enable_if<std::is_arithmetic<std::decay_t<Arg>>::value, std::wstring>::type to_wstring(Arg && arg)

~

/usr/include/libfilezilla/string.hpp:152:98: note: template argument deduction/substitution failed: /usr/include/libfilezilla/string.hpp: In substitution of ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&) [with Arg = const wxString&]’: queue.cpp:333:71: required from here /usr/include/libfilezilla/string.hpp:152:98: error: no type named ‘type’ in ‘struct std::enable_if<false, std::cxx11::basic_string<wchar_t> >’ mv -f .deps/filezilla-netconfwizard.Tpo .deps/filezilla-netconfwizard.Po

#5597 Compilation error in svn revision 3864 regarding "m_pImageList" normal fixed 14 years 14 years
Description

After distclean and configuration with builtin xml, I get this compilation error;

g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -fpch-preprocess  -g -O2 -Wall -g -fexceptions -MT filezilla-LocalListView.o -MD -MP -MF .deps/filezilla-LocalListView.Tpo -c -o filezilla-LocalListView.o `test -f 'LocalListView.cpp' || echo './'`LocalListView.cpp
listctrlex.cpp: In member function ‘void wxListCtrlEx::InitHeaderSortImageList()’:
listctrlex.cpp:911: error: ‘m_pImageList’ was not declared in this scope
make[4]: *** [filezilla-listctrlex.o] Error 1

g++ (Debian 4.4.4-8) 4.4.5 20100728 (prerelease) svn revision 3864

#7438 Compilation error svn rev 4101: stray ' in dsub/desktop_notification.cpp line 1 normal fixed 13 years 13 years
Description

Removing the apostrophe compilation is successful in my case.

#4101 Compiler warnings from HP-UX's C++ normal fixed 15 years 15 years
Description

When compiling FileZilla Client 3.1.6 in HP-UX 11.X, there are a fair number of fussy compiler warnings from HP's C++ compiler (plus a link failure that I've documented in a separate bug). I've attached the output from the build so that you can look through the warnings and decide if any of them need fixing (the trailing comma in an enum warning is an easy fix). The output is from a PA-RISC HP-UX 11.11 machine using HP's latest C++ compiler (A.03.85) and is after I've fixed any build issues mentioned in the recent bugs I filed for HP-UX 11.X.

#911 Complete System crash while uploading Alexander Schuch blocker 19 years 17 years
Description

This seems to appear in conjunction with #1191004, but not neccessarily. I use windows XP and FileZille (some versions, also 2.2.14b) completely crash windows XP (can't move mouse, pressing numlock does not change anything). At the moment I have to use a different FTP Client as this is not a state to work with :( Just let my know if you need further information from me.

#10267 Completely hide entire local tree and folders normal duplicate 9 years 9 years
Description

Currently you can only hide the local tree view. I don't use the local section. I only use the remote section and drag & drop.

Is there a way to hide the entire local section? It's extra space that I could use.

Sadly it only collapses so far and that's it.

I would like to hide the entire local section. If my attachment works it will be marked red.

#3782 Computer restarts while uploading files normal rejected 16 years 16 years
Description

Using FileZilla 3.1.2

While uploading files to the xbox on the local network, the computer restarts. This error first occurred with version 3.1.1.1 and since then, it has been updated and the problem persists. It did give an error message of being unable to read the filezilla.xml file, so after checking this and seeing that it was empty, with a file size of 7.41kb, I deleted it and reinstalled. The private data has been cleared, all previous settings have been cleared. Any help would be appreciated. Failing this, I will use another FTP client, which is something I would rather avoid.

Thanks.

#12379 Concurrent Transfers Crashing My Machine normal rejected 3 years 3 years
Description

Hi,

Ever since I updated to 3.52.x I noticed that my usual concurrent file transfers crash (reboot) my 2019 Macbook Air. This happens around 6-7 times out of 10. I usually d/load large file archives using 3 concurrent transfers. Other usage during file transfers is minimal, as I usually leave it running overnight. This never used to be an issue < 3.52.x and I have downloaded a trial version of Transit to confirm that indeed it does not happen with that software. What is immediately noticeable is that transferring files with 3.52.x, the fans of my machine start blowing a few minutes into the transfer, and don't stop until the transfer is done. I will downgrade to 3.51.x as a temporary measure.

Please let me know if I need to do anything to provide more information.

Thanks, Anthony

#11549 Conexao IPV6 normal invalid 6 years 6 years
Description

Prezados gostaria de verificar por que o filezila nao esta conseguindo conectar em servidores FTP com enderecos ipv6 como exemplo 2804:49c:319:430::326

mesmo colocando nomes CNAME como ftp.uol.com.br o sistema nao reconhece a conexao pois o retorno ao fazer ping no endereco retorna um endereco IPV6

#11108 Conexão com o Host Windows 10 high rejected 7 years 7 years
Description

Estou tentando me conectar com o Host e não estou conseguindo 07:09:50 Erro: Conexão expirou após 20 segundos de inatividade 07:09:50 Erro: Não foi possível conectar ao servidor 07:09:50 Erro: Conexão expirou após 20 segundos de inatividade 07:09:50 Erro: Não foi possível conectar ao servidor

#3410 Configuration Wizard Results Overflow Tim Kosse normal 16 years 16 years
Description

Windows Vista Filezilla 3.0.7

When running the configuration wizard, the text on the final results page after running the text do not wrap and overflow off the display window.

#1375 Configuration Wizard failed normal 16 years 16 years
Description

Using FileZillaPortable 3.0.8.1 downloaded 03/19/08 from PortableApps.com on a Toshiba Satellite P205D-S7438 running Windows Vista Home Premium 32 bit OS. Firewall is part of Windows Live One Care. Internet connection is Qwest DSL through an ethernet hub and ActionTec DSL modem/gateway.

In the Edit/settings dialog connection section is a configuration wizard. I ran it multiple times with the same failure each time. I chose passive transfer mode with allow fallback selected. I next selected to use the servers external IP address. On the next page I first chose to ask the operating system for the external IP address, then during test faze I got the following log: Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.0.8.1 Response: 230 logged on. Checking for correct external IP address IP 192.168.0.5 bjc-bgi-a-f Response: 510 Mismatch. Your IP is 63.224.228.18, gd-cce-cci-bi Wrong external IP address Connection closed

I then restarted the wizard and chose to use the reported IP address of 63.224.228.18 and selected "ask operating system for a port". Next page was the test section where we connected to probe.filezilla-project.org This was the log: Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.0.8.1 Response: 230 logged on. Checking for correct external IP address IP 63.224.228.18 gd-cce-cci-bi Response: 200 OK PREP 50472 Response: 200 Using port 50472, data token 1835879006 PORT 63,224,228,18,197,40 Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent invalid reply. Connection closed

The final wizard page advised me that the server sent an unrecognized reply and asked me to check for latest version (using 3.0.8.1)and submit a bug report. This is it ;)

Is this a problem with my firewall not allowing the port connection? I also tried selecting to use port range 6000 - 7000 (default sugestion), and configured the firewall to allow incoming tcp/udp protocols in that port range for FileZilla. This returned the following end message: LIST Response: 150 opening data connection Connection closed

In every case there was a long pause after the "Response: 150 opening data connection" line, then failure!

The above log copies came directly from the wizard as the FileZilla client was not actively doing anything to create a message list. (I set degugging to verbose level but did not see any output)

I have loved FileZilla in the past and would really like to use it more if we can get it communicating.

Could this be a bug caused by the PortableApps modification maybe? Unlikely I'd guess, but you guys are the experts not me :)

#11812 Configuration files not shown normal worksforme 5 years 5 years
Description

Configuration files are not shown anymore. I created a file .text. It is not shown. I tried to create again. I get the message, file already exists.

#7350 Confusing option on prompt after a file being edited has been changed normal fixed 13 years 9 years
Description

1) Right click a local file and chose "Edit". 2) Make a change to this file. 3) Switch back to FileZilla. 4) On the prompt whether to upload the file check "Finish editing and delete local file". 5) Answer with "Yes" or "No". This does not seem to matter.

To my understanding the local file is the file I chose for editing. However, this file is still there afterwards. I am not sure what the expected behavior in this case is. Personally I like the current one, but I am confused by the option saying the file will be removed.

#4915 Connect Error normal worksforme 15 years 15 years
Description

I can connect to my web site just fine if I use Quick Connect. I put in the site ftp.blablabla.com the user name xxxxxxx the password xxxxx and port 990 hit connect and everything works fine.

When I try the exact same connect using the site manager with the exact same information it will not connect? I have triple checked all my login information and started from scratch many times with this new version, all to no avail.

This exact same login using the site manager worked just fine for a long time with older versions. So either I am doing something wrong, and I don't know what that is, or something has changed that has broken the File Manager for me.

Thanks Don

#12254 Connect dialog sends syntactically incorrect OPEN command witih port number which is rejected. normal rejected 4 years 4 years
Description

When opening an SFTP session and supplying the port number, the syntax of the generated open command is incorrect. See the trace below in bold bracketed by ''. It appears that the port 22 should be appended to the IP address with a ':' separator to be submitted or should be a separate user and open commands. The diagnostic should also output a complete message that says what is wrong with the syntax (column flagged somehow) to follow normative diagnostic logging standards.

09:37:51 Response: fzSftp started, protocol_version=8

09:37:51 Command: open "mstanton@50.224.132.17" 22

09:42:51 Error: Connection timed out after 300 seconds of inactivity 09:42:52 Error: Could not connect to server 12:34:41 Status: Disconnected from server 12:34:41 Status: Connecting to 50.224.132.17... 12:38:10 Response: fzSftp started, protocol_version=8

12:38:10 Command: open "mstanton@50.224.132.17" 22

12:38:10 Error: Connection attempt interrupted by user 12:38:10 Status: Disconnected from server 12:38:10 Status: Connecting to 50.224.132.17... 12:43:10 Response: fzSftp started, protocol_version=8

12:43:10 Command: open "mstanton@50.224.132.17" 22

12:43:10 Error: Connection timed out after 300 seconds of inactivity 12:43:11 Error: Could not connect to server 12:43:11 Status: Waiting to retry... 12:43:16 Status: Connecting to 50.224.132.17... 12:43:16 Response: fzSftp started, protocol_version=8

12:43:16 Command: open "mstanton@50.224.132.17" 22

12:48:16 Error: Connection timed out after 300 seconds of inactivity 12:48:17 Error: Could not connect to server

#3737 Connect problem!! low outdated 16 years 12 years
Description

1.ftp server change port to 3000,but not use default port(21). 2.FileZilla connect to ftp server with port 3000.It has no problem 3.but (after FileZilla connected server),when FileZilla connect to server has problem,FileZilla will connect to server with port 21 but no 3000 again and again.So FileZilla can't connect server.

#9807 Connecting menu problem high rejected 10 years 10 years
Description

Video says all words - https://www.youtube.com/watch?v=CplwSmoJ6ZQ

#9678 Connecting to an FTP Site causes Display Adapter to crash normal duplicate 10 years 10 years
Description

As of the recent update to 3.9.0.1, when I connect to a site, my screen goes black and windows reports that the display adapter has crashed. It then comes back on with FileZilla not as the window in focus, but still open and I can push/pull files at that point. If I click F5 to refresh a directory listing the same thing happens.

#5648 Connecting to host normal rejected 14 years 14 years
Description

Every time I try to connect to my host to upload files to my database, it always either stops responding or it says "Critical Error: Could not connect to server." This is really annoying! Please help me!!!

#10826 Connecting to server after installing latest update this morning normal rejected 8 years 8 years
Description

I am unable to connect and now receiving these errors immediately after installing the latest update (I was able to connect just fine right before I did).

Status: Connecting to hugo.arbor-associates.com... Response: fzSftp started, protocol_version=5 Command: open "cpm@…" 22 Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Error: Could not connect to server Status: Waiting to retry... Status: Connecting to hugo.arbor-associates.com... Response: fzSftp started, protocol_version=5 Command: open "cpm@…" 22 Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Error: Could not connect to server Status: Disconnected from server

#12397 Connecting to third party S3 provider normal rejected 3 years 3 years
Description

After fiddling ..a lot!.. with the S3 connection and site settings, and having successfully connected to official Amazon S3 buckets, I cannot manage to connect to a Linode Object Storage S3 provider which works completely fine using the s3cmd tool. There is always a 403 user access denied error. I tried rotating my access keys and various ACL and permission settings to no avail.

If anybody else has managed to use FileZilla with Linode or another third-party S3 provider, I would appreciate a tip. They recommend the CyberDuck client, which is not supported on Linux.

See https://www.linode.com/docs/guides/how-to-use-object-storage/#cyberduck

#3845 Connecting to z/OS 1.9: cannot change directory from client normal outdated 16 years 10 years
Description

When connecting to an FTP server running on z/OS, I cannot change directory using Filezilla. Running Cygwin's FTP-client, it works fine.

Log from Cygwin's FTP-client:

~>ftp xx99.sj.se
Connected to mfab.unigrid.se.
220-FTPSRVB1 IBM FTP CS V1R9 at mfab.unigrid.se, 10:45:18 on 2008-10-06.
220-*********************** Mon Oct  6 10:45:18 2008 ***********************
220-***                                                                  ***
220-***           Võlkommen till EDB Business Partner Sweden AB          ***
220-***                                                                  ***
220-***                         System: XX99                             ***
220-***                                                                  ***
220-***                           z/OS 1.9                               ***
220-***                                                                  ***
220-************************************************************************
220 Connection will close if idle for more than 5 minutes.
User (mfab.unigrid.se:(none)): extmfr
331 Send password please.
Password:
230 XXXMFR is logged on.  Working directory is "XXXMFR.".
ftp> cd ..
250 "" is the working directory name prefix.
ftp> cd p079i
250 "P079I." is the working directory name prefix.
ftp>

<END of log from Cygwin's FTP-client>

However, trying to do the same in Filezilla, the log is as follows:

Status:	Resolving address of xx99.sj.se
Status:	Connecting to 213.153.111.111:21...
Status:	Connection established, waiting for welcome message...
Response:	220-FTPSRVB1 IBM FTP CS V1R9 at mfab.unigrid.se, 10:45:00 on 2008-10-06.
Response:	220-*********************** Mon Oct  6 10:45:00 2008 ***********************
Response:	220-***                                                                  ***
Status:	Invalid character sequence received, disabling UTF-8. Select UTF-8 option in site manager to force UTF-8.
Response:	220-***           Välkommen till EDB Business Partner Sweden AB          ***
Response:	220-***                                                                  ***
Response:	220-***                         System: XX99                             ***
Response:	220-***                                                                  ***
Response:	220-***                           z/OS 1.9                               ***
Response:	220-***                                                                  ***
Response:	220-************************************************************************
Response:	220 Connection will close if idle for more than 5 minutes.
Command:	USER xxxmfr
Response:	331 Send password please.
Command:	PASS ********
Response:	230 XXXMFR is logged on.  Working directory is "XXXMFR.".
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "'XXXMFR.'" is working directory.
Status:	Directory listing successful
Status:	Retrieving directory listing...
Command:	CDUP
Response:	250 "" is the working directory name prefix.
Command:	PWD
Response:	257 "''" is working directory.
Error:	Failed to retrieve directory listing
Error:	Disconnected from server: ECONNABORTED - Connection aborted

<END of log from Filezilla>

I have tried changing the settings, using various combinations of UTF-8, passive and active mode, etc, but nothing changes the outcome.

Regards Fredrik Gustafson

#8323 Connection normal rejected 11 years 11 years
Description

I enter FileZilla with Host (ftp.acilballetto.com), my user name (acilballetto) and my password. The answer, after correct user authentication (331 User acilballetto.com OK. Password required) is : 530 Login authentication failed. So I don't have possibility to connect my account. What can I do? Thank you for answer.

#6495 Connection Issue normal invalid 13 years 13 years
Description

FileZilla is not connecting to my server.

#3921 Connection Problem low outdated 16 years 12 years
Description

I used latest version of Filezilla client, but i have found one problem in my one website where login connection is established but stop in file directory listing and shows error like "Failed to retrieve directory listing". I tried to passive mode, and also tried to set 21 port. but could not success. But when i tried to connect with another software ws_ftp_pro, i could connect. Why i can not connect with filezilla ?

#10727 Connection Problems normal worksforme 8 years 8 years
Description

Hello,

I'm trying to use Filezilla version 3.14 and most times that I try to connect to my server it times out and I'm unable to connect. If I try repeatedly then sometimes that will give me a connection but not always. Sometimes I have to wait a half hour or so and try again. I still usually get the same timed out problem but after repeated attempts it will connect.

I have had to go back to version 2.2.22 in order for the connection to made easily.

#10137 Connection Timed Out normal duplicate 9 years 9 years
Description

Since upgrade to version 3.10.0.2 connection to server times out. Failed to retrieve directory listing. All settings are correct as I'm using them with Smart FTP at this time.

#10140 Connection Timed Out low duplicate 9 years 9 years
Description

Like others since upgrading to version 3.10.0.2 my connection to server times out. Failed to retrieve directory listing. All settings are correct as I'm using them with Smart FTP at this time. I still have the previous version on my home computer and it works fine.

#4520 Connection aborted normal rejected 15 years 10 years
Description

With version 3.2.4.1 I have error Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing when I want to connect to a server "ftp anonymous" to the host OVH With version 3.2.2.1 no problem !!''' It is similar under XP or Vista

#10029 Connection attempt failed with "EACCES - Permission denied" low invalid 9 years 9 years
Description

When I tried to connect to any FTP site, error message: (Connection attempt failed with "EACCES - Permission denied".)

Status: Waiting to retry... Status: Resolving address of ftp.xxxxxx.com Status: Connecting to xx.xxx.xxx.117:21... Status: Connection attempt failed with "EACCES - Permission denied". Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.xxxxxxxx.com Status: Connecting to xx.xxx.xxx.117:21... Status: Connection attempt failed with "EACCES - Permission denied". Error: Could not connect to server Status: Waiting to retry...

Other Comments: * I don't know what version I upgraded from, but the first upgrade was to 3.10.0.0 and the second upgrade was to 3.10.0.1.

I have confirmed I'm using the correct password.

#11704 Connection attempt failed with "ECONNREFUSED" Could not connect to server critical fixed 6 years 6 years
Description

I have been attempting since yesterday to connect to the FTP site using the same connection method I have used for years. My version of FileZilla Client is 3.35.2.

#5639 Connection cannot be established to a proftpd with TLS normal rejected 14 years 14 years
Description

Configured a prodftpd requiring TLS. Connecting it using FileZilla does not work.

Connecting using other clients work.

I tried connecting with latest version (3.3.4.1) for Windows too, but got the same problem.

FileZilla Client


Version: 3.3.3

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2010-07-29 Compiled with: gcc (Ubuntu/Linaro 4.4.4-7ubuntu3) 4.4.5 20100723 (prerelease) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.6

Operating system:

Name: Linux 2.6.35-22-generic x86_64 Version: 2.6

#7807 Connection causes the LOG output to overlap the connection bar normal duplicate 13 years 11 years
Description

Ever since I started using Filezilla I can't remember how long ago, it has failed to draw the window in exactly the same way in every subsequent release. I am now taking the time to file this ticket because it is becoming a nuisance

#1071 Connection closed and doesn't reconnect Alexander Schuch normal 18 years 17 years
Description

Filezilla client sometimes disconnect in background when not in use. Then, when I want to change a directory, it detects that the connections have been closed and doesn't retry (but I've set it up to reconnect in the options).

Then, I have to manually connect again, manually go to my directory, and so on.

In short: the connections close but don't try to reconnect and simply abort. It should automatically reconnect in this case and continue operation.

Here a short log version (The reconnects are always done manually by me):


Befehl: LIST Antwort: Sucessfully received 54 items Status: Auflistung des Verzeichnisinhalts erfolgreich Status: Verbindung getrennt Status: Verbindung getrennt Status: Verzeichnisinhalt wird abgeholt... Befehl: CD .. Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006 Befehl: LIST Antwort: Sucessfully received 14 items Status: Auflistung des Verzeichnisinhalts erfolgreich Status: Verbinden mit webslave.bomag.com:22... Status: Verbinden mit webslave.bomag.com:22... Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Status: Verbunden mit webslave.bomag.com:22, SFTP-


Here a long log version with more lines to show you what I'm doing.


Status: Verbinden mit webslave.bomag.com:22... Status: Verbinden mit webslave.bomag.com:22... Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Antwort: Remote working directory is /home/multimedia Status: Verbindung hergestellt Status: Starte Upload von R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.dll Befehl:

CD /cygdrive/k/inetpub/wwwroot/baumaschinen2006

/bin/ Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006/bin Befehl: PUT BOMAG.CorporateWebsite.Content2006.dll R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.dll FALSE Antwort: Uploading R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.dll to BOMAG.CorporateWebsite.Content2006.dll Antwort: Remote working directory is /home/multimedia Status: Verbindung hergestellt Status: Starte Upload von R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.pdb Befehl:

CD /cygdrive/k/inetpub/wwwroot/baumaschinen2006

/bin/ Status: Upload erfolgreich Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006/bin Befehl: PUT BOMAG.CorporateWebsite.Content2006.pdb R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.pdb FALSE Antwort: Uploading R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \CodeBehind\bin\BOMAG.CorporateWebsite.Content2006.pdb to BOMAG.CorporateWebsite.Content2006.pdb Status: Upload erfolgreich Status: Verzeichnisinhalt wird abgeholt... Befehl: LIST Antwort: Sucessfully received 54 items Status: Auflistung des Verzeichnisinhalts erfolgreich Status: Verbindung getrennt Status: Verbindung getrennt Status: Verzeichnisinhalt wird abgeholt... Befehl: CD .. Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006 Befehl: LIST Antwort: Sucessfully received 14 items Status: Auflistung des Verzeichnisinhalts erfolgreich Status: Verbinden mit webslave.bomag.com:22... Status: Verbinden mit webslave.bomag.com:22... Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Antwort: Remote working directory is /home/multimedia Status: Verbindung hergestellt Status: Starte Upload von R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\directories.xml Befehl:

CD /cygdrive/k/inetpub/wwwroot/baumaschinen2006

/ Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006 Befehl: PUT directories.xml R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\directories.xml FALSE Antwort: Remote working directory is /home/multimedia Status: Verbindung hergestellt Status: Starte Upload von R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\startpage.xml Befehl:

CD /cygdrive/k/inetpub/wwwroot/baumaschinen2006

/ Antwort: Uploading R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\directories.xml to directories.xml Status: Upload erfolgreich Antwort: Remote working directory is now /cygdrive/k/inetpub/wwwroot/baumaschinen2006 Befehl: PUT startpage.xml R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\startpage.xml FALSE Antwort: Uploading R:\NonServerDevices\Wks04 \wwwroot\BOMAG.CorporateWebsite.Content2006 \web\startpage.xml to startpage.xml Status: Upload erfolgreich Status: Verzeichnisinhalt wird abgeholt... Befehl: LIST Antwort: Sucessfully received 16 items Status: Auflistung des Verzeichnisinhalts erfolgreich Status: Verbindung getrennt Status: Verbindung getrennt Status: Verzeichnisinhalt wird abgeholt... Befehl: CD bin Antwort: Fatal: Network error: Connection reset by peer Fehler: Dateiliste konnte nicht empfangen werden Fehler: Verbindung getrennt Status: Verbinden mit webslave.bomag.com:22... Status: Verbunden mit webslave.bomag.com:22, SFTP- Verbindung wird initialisiert... Befehl: CONNECT multimedia@…:22 Antwort: Remote working directory is /home/multimedia Status: Verbindung hergestell


#7396 Connection closes when attempting to get initial directory listing blocker duplicate 13 years 12 years
Description

Client info pasted below. log file attached.

colleagues are using a 2.x version of filezilla in order to avoid this problem.

FileZilla Client


Version: 3.5.0

Build information:

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

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

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

#3222 Connection dropped every 10 minutes normal 17 years 17 years
Description

When I use FileZilla 3.0 (and 3.0.0-rc3) to upload 30 - 45 MB files to my web server, the connection gets dropped every 10 minutes. I click on Quickconnect and the file transfer continues. I called my web hosting company and they thought FileZilla was the problem. Today I transferred a file to the same server using a different client (FTP Commander) and it worked fine. My connection was never dropped.

A tech support person at my web hosting company tested the same transfer using an old version of FileZilla (2. something) and it worked fine. I wanted to let you know.

#10141 Connection failed in versions 3.10.0.1, 3.10.0.2 low duplicate 9 years 9 years
Description

Before this versions, everything was ok during a year.

Now (IP and domain mangled):

Status: Resolving address of ....net Status: Connecting to 77.77.77.77:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 16:06. 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 Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ....net Status: Connecting to 77.77.77.77:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 3 of 50 allowed. Response: 220-Local time is now 16:06. 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 Error: Connection timed out Error: Could not connect to server

#12328 Connection failed to Fedora 33 SSH/SFTP server high rejected 3 years 3 years
Description

Description of problem: Cannot connect to the OpenSSH server on Fedora 33 due to recent crypto-policy changes with using standard RSA-4096 keys (curve25519 works).

I can also reproduce this issue with FileZilla on Windows 10 and even in PuTTY client.

Version-Release number of selected component (if applicable): filezilla-3.51.0-1.fc33 libfilezilla-0.25.0-2.fc33

How reproducible: Always.

Steps to Reproduce:

  1. Install Fedora 33.
  2. Install OpenSSH server: sudo dnf install openssh-server
  3. Enable it: sudo systemctl enable --now sshd.service
  4. Disable password authentication:

echo "PasswordAuthentication no" | sudo tee /etc/ssh/sshd_config.d/00-disablepass.conf sudo chmod 0600 /etc/ssh/sshd_config.d/00-disablepass.conf

  1. Restart OpenSSH server: sudo systemctl restart sshd.service
  2. Create SFTP connection in FileZilla to 127.0.0.1.
  3. Try to connection with RSA key authentication (id_rsa should be added to the SSH agent).

Actual results: Connection failure: FATAL ERROR: No supported authentication methods available (server sent: publickey)

Expected results: Successful connection.

Additional info: Logs attached:

  • filezilla.log - internal FileZilla log file with full debug enabled;
  • sshd-filezilla.log - OpenSSH Server log with debug for the FileZilla connection;
  • sshd-console-client.log - OpenSSH Server log with debug for the default console SSH client.
#3693 Connection failure when server name includes German Umlauts normal 16 years 16 years
Description

It is not possible to connect to the ftp server ftp.kindermöbelladen.de, although the server is accesible by other ftp programs (even the IE Explorer and Firefox). Whenever possible, please contact Wolfgang Sohst via info (at) xenomoi.de (Phone: Germany 030-755 11 712) in order to get the username and the password of the corresponding server for bug tracing purposes. Regards, W.Sohst

#9995 Connection failures if server is not configured properly for FTP over TLS normal rejected 9 years 7 years
Description

Something is amiss with the latest release 3.10.0 of FileZilla. I have always downloaded and installed the latest version. Today when I did that, FileZilla stopped working. Can you let me know the fix, or point me to somewhere that I can download the previous version? I am still running the previous version on my backup laptop, and FileZilla works on that one. Server has not changed. Only FileZilla has changed, and this is the result:

Status: Resolving address of www.k9tag.com Status: Connecting to 23.246.197.178:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (23,246,197,178,63,49) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

#10216 Connection issues on v3.10.1.1 high duplicate 9 years 9 years
Description

Ever since that last 2 updates I've been unable to connect to any remove hosts. I keep getting similar failures. For some reason it times out retrieve the directories. I've tried 2 other FTP clients and they resolve with no issue.

Status: Resolving address of ftp.spierce-1.bluehoststaff.com Status: Connecting to 50.87.230.172:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (50,87,230,172,218,171) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing

#10969 Connection problem normal rejected 8 years 8 years
Description

I used FZ before with no problem. Since I changed computer and downloaded the latest FZ version I can no longer connect. I tried to connect to both of my sites with no success. I had changed the passwords to both the administration sites but my old FZ connected with the old (default) passwords. Now I tried to connect using both, old and new passwords but to no avail. I get different response for each site connection attempt (see the screenshots). I also tried to find answers in the internet to those problems but didn't manage to resolve the connection problem. Thank you for your time, Mike

#10970 Connection problem normal rejected 8 years 8 years
Description

For the second site (uniek-vakanties.eu) the login credentials are correct, I checked them myself (screenshot). But when I enter those credentials to the FZ, I still get the Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server message (second screenshot)

#10973 Connection problem normal rejected 8 years 8 years
Description

I resolved the second site's login problem s well. I tried to login myself and worked fine (screenshot). But when entering the same login credentials into FZ I got the same response (screenshot). Therefore the problem is not in the login credentials but elsewhere.

#7797 Connection problem ! critical invalid 13 years 12 years
Description

It clearly state that a connection was establish after I put in hosting ,username,password . There are files in the local site but in the remote site it say file name , Then it say not connected , Therefore I am not getting the files I am expecting . Why is this happening If it state a connection at the top . Here is what I am talking about .

Status: Resolving address of www.secureyourfinancialfuture.us Status: Connecting to 66.96.147.102:21... Status: Connection established, waiting for welcome message... Response: 220- Response: 220 Ipage FTP Server ready Command: USER williejo Response: 331 Password required for williejo Command: PASS Response: 530 Login incorrect. Error: Critical error Error: Could not connect to server

#10839 Connection refused by server high worksforme 8 years 8 years
Description

Several of us in our office upgraded to the latest and now it won't connect. I can access our Web/FTP server through Dreamweaver, a trial version of SmartFTP and Windows Explorer with no problems. I tried to uninstall FileZilla with RevoInstaller and tried to install an older version number that I know is working on another computer. No luck though. It still won’t connect for some reason, even though it works just fine on the older version on the other computer??? I have tried uninstalling and reinstalling the latest version, no joy. I have turned off all firewalls on both client and server, no joy. I have made sure our IP is not in the banned list, it's not.

#11211 Connection through a FTP proxy is not possible anymore normal fixed 7 years 7 years
Description

Hi,

since v. 3.25 (in 3.25.1 the behaviour is the same) it is not possible anymore to connect to FTP Servers through a FTP proxy.

When you try it, FileZilla shows the messages "421 InterScan VirusWall FTP address missing '@'" and "Could not connect to server".

A downgrade to 3.24.1 solves the problem immediately.

Best regards, BW_Acc

#10493 Connection time out when try to retrieve directory listing low rejected 9 years 9 years
Description

It's logged in successfully but 95 % times it's got failed to retrieve directory listing. The problem was not available till version 3.9.0.6.

The log - Status: Connecting to xxx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing of "/public_html"... Command: CWD /public_html Response: 250 OK. Current directory is /public_html Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (xxx,xx,xx,xx,162,66) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing

#4231 Connection timed out normal rejected 15 years 10 years
Description

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

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

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

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

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

Error: Connection timed out

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

Gerry

#8403 Connection timed out normal invalid 11 years 10 years
Description

I have been logging in for year and half no problem - 2 weeks ago connection just sits there and then after a moment says timed out. I had ATT work on it from there end (see below) but still getting the same error timed out messages

have run the ping test from your modem and here are the results.

It is coming back with no errors. I have changed some of your firewall setting on your modem to allow FTP

#10397 Connection timed out after 20 seconds of inactivity low duplicate 9 years 9 years
Description

Status: Resolving address of ftp.triplessporting.com Status: Connecting to 69.89.31.51:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (69,89,31,51,166,58) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing

#960 Connection timeout too soon Alexander Schuch normal 19 years 17 years
Description

Connecting to a particular server which does not respond immediately may cause the client to terminate the connection prematurely.

This is the error :

Error: Timeout detected! Error: Unable to connect!

Using another FTP client which allows me to configure the connection timeout, the connection succeeds after a while, longer than the timeout tolerated by the FileZilla client.

A longer timeout should be hardcoded or made a configure option.

#5321 Connection timeout uploading large files normal outdated 14 years 12 years
Description

With all 3.3.x series FileZilla, i get a connection timeout at the end of a large file upload. Files have to be >1MB. It is always at the end of the file. It happens with every large file.

With ver 3.2.x, this is not a problem. I downgrade to 3.2.4.1 and it works ok, upgrade to 3.3.2.1 then i get timeouts again. This is why i believe it is a bug.

I only upload to 2 servers. Happened before i reformatted and reloaded Windows as well. Log files are attached.

#11031 Connection timeout when delete many huge files normal worksforme 8 years 8 years
Description

Usually I use filezilla to delete the large (+- 20 GB each file) daily backups on the server. So when I choose 20 files (eg.) and press DEL to delete them, it starts to delete, but after some time it shows the "Connection timeout when delete many huge files". Due to high disk IO on server the action is slow even on direct rm command on linux.

#10354 Connection to Web Site normal rejected 9 years 9 years
Description

Since updates from last few months FileZilla has been unable to connect to my web page

The Web page providers acknowledge that other FileZilla customers are experiencing the same problem and suggest I move to CuteFTP.

Are you aware of any problems connecting to these guys? The web site information is WebCity, They are in Parramatta and their phone number is 1300 655 590

#7272 Connection to server defined by command line options always uses more than one connection low invalid 13 years 7 years
Description

When the client is started automatically from another program, using command line options to specify the server, the client will not limit the number of connections to 1. When connected to a server that supports only 1 ftp connection at a time, no file transfers are possible.

This worked in client V2.2.32 (but this older version had other issues). When i use the ServerManager as a test, i can limit the number of connections to 1, then everything works, but this is not a solution, i cannot use the ServerManager for all possible automatically connections.

#11525 Connection worked until nineteenth this month stopped working normal invalid 6 years 6 years
Description

Status: Connecting to 89.151.93.136:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Command: USER fotoz@… Response: 331 Password required for fotoz@…. Command: PASS * Response: 530 User cannot log in, home directory inaccessible. Error: Critical error: Could not connect to server

The program still works for my own website. Alamy says that they haven't changed anything at their end. I have changed nothing at my end.

#9718 Connexion refused normal outdated 10 years 9 years
Description

Since I updated Filezilla, I get the following error reports : Statut : Résolution de l'adresse de ftp.evrypalestine.org Statut : Connexion à 91.216.107.150:21... Erreur : Délai d'attente expiré Erreur : Impossible d'établir une connexion au serveur

I tried with another FTP client, and it works. so the problem seems to be with Filezilla. Regards, Bertrand bertrand.heilbronn@…

#4148 Contentscrambling on .jpg-Upload normal outdated 15 years 12 years
Description

I'm uploading a bunch of JPG-Images, Compressed and resized properly by IrfanView. As the bunch (about 50 pictures) is uploaded, my Gallery-Programm often gives Errormessages, because the content of the pictures is scrambled. This happens just sometimes, about 5-10% of the Pictures. Usually two parts of the picture are switched. (Examplepictures in Attachment)

As I reupload the Pictures, everything ist fine...

#5428 Contextual Right-Click Edit lost Custom Editor normal outdated 14 years 11 years
Description

Prior to 3.3.3, right-clicking on a local file used to open that file for editing with the Custom Editor I had specified in "Edit > Settings > File editing > Default editor".

This functionality only returned after I selected "Edit > Settings > File editing > Always use default editor"

#8010 Continuously damaging pdf and swf files. Chilm critical worksforme 12 years 12 years
Description

Why is Filezilla constantly damaging pdf and swf and even animated gif files. Those files will not play or show when uploaded with Filezilla. This is going on for quite a while now, no matter wether you are uploading as ASCII or Binair or automatic.

When i use WinSCP the files arrive o.k. at the ftp server.

Help! cause i love FileZilla.

#4971 Control-Tab between tabs doesn't loop back to the start after last tab normal fixed 14 years 14 years
Description

When moving between tabs using Control-Tab on the keyboard, it will get to the last tab and end, as opposed to going back to the start like Firefox behaviour.

#3950 Convert Datatype from Unix til Windows normal rejected 16 years 16 years
Description

It is a problem when i tranfer files from a AIX til Windows that Filezilla don't convert "end of line" from AIX/UNIX mode til Windows Mode.

I want use this produkt, but when i must transfer files from AIX/UNIX til Windows and the other way, I use other products that can do this converting.

#10845 Copy URL not working as intended normal fixed 8 years 8 years
Description

When i select multiple files to copy the URL from, only the first one is copied to the clipboard.

#10849 Copy URL to clipboard low invalid 8 years 8 years
Description

Hi,

In previous versions you could select multiple files and copy ALL the URL information to the clipboard using <Copy URL(s) to Clipboard> by right mouse clicking.

For some reason the latest version for both Windows and OSX will only copy one URL.

Please fix this bug as this is a very useful function to be able to copy more than one URL at at time.

Thanks!!!

---Tim

#4737 Copy URL to clipboard doesn't leave anything in the clipboard if FileZilla has been closed normal fixed 15 years 15 years
Description

Copy URL to clipboard feature will not leave anything to the clipboard if FileZilla has been quit.

  • Right click on a file which is on the remote site
  • Click on [Copy URL to clipboard]
  • Close FileZilla
  • Try to paste (in any application) -> it won't paste anything
#4684 Copy URL(s) to clipboard crashes with some unicode filenames Tim Kosse normal fixed 15 years 15 years
Description

observed with FileZilla Client v3.2.6.1

When I use the "Copy URL(s) to clipboard" action in the context menu of the remote view, and the filename contains certain characters, e.g. "č", "ě" and many others -- possibly all of which are not in the active Windows code page (for me that is CP1252), the program crashes.

#10850 Copy URL(s) to clipboard only copies one address. normal duplicate 8 years 8 years
Description

I updated to 3.18.0 this morning, because of the auto-update feature. The first thing I did was upload 4 files to my company FTP. 1- I highlighted the new files 2- right-click on them, I think the last one. 3- select Copy URL(s) to clipboard 4- I then went to my email and right-click to paste the URLs. 5- Only 1 of the 4 URLs pasted into my email.

Repeating the process with Ctrl-V instead of right click in email with the same result. Pasting into other applications like Notepad++ had the same result.

I have done this hundreds, if not thousands of times in the past.

Email is Microsoft Office Professional Plus 2010: Version 14.07166.5000 (32-bit)

(Unrelated) I would like to take this opportunity to say that I really enjoy your product and have used it for years. Thank You.

#11406 Copy URL(s) to clipboard option is including "anonymous@" in the URL normal worksforme 7 years 6 years
Description
  1. Log into an FTP site anonymously, no un/pw
  2. Right-click on a file and choose "Copy URL(s) to clipboard"
  3. Paste the contents of the clipboard into Notepad

PROBLEM: The copied/pasted URL contains "anonymous@" as part of the URL. This is not necessary and just makes the URL longer when passing it on to other people.

e.g. ftp://anonymous@ftp.yourwebsite.com/pub/folder/alpha/program/programname.zip

#9689 Copy and paste by using Command+C or Command+P has been disabled normal fixed 10 years 10 years
Description

Since updating to FileZilla 3.9.0.1, I am no longer able to copy and past the local site path to the Remote site path like I have been able to in the past. Was this feature disabled on purpose and if so would you tell me the reason?

I keep the same path on my local drive as I do on my server and it just means less typing.

Thank you for a great product.

#4667 Copying files within FTP server moves files instead (via RNTO) normal rejected 15 years 9 years
Description

Steps to reproduce: 1) log into an FTP server where you have at least two directories (say, A and B) 2) In the server pane (top right), open folder A so that all files in that folder appear in the bottom right pane 3) Drag a file from the bottom right pane to the B folder in the top right pane. Note that the mouse pointer shows we are in copy mode (plus sign).

Expected result: File is copied from folder A to folder B

Actual result: Files is moved (RNTO) from folder A to folder B

#4496 Copying folders not possible after server disconnected client normal fixed 15 years 15 years
Description

I have Filezilla FTP server installed on a computer and I'm using Filezilla FTP client to connect to it.

After a while, the FTP server disconnects the client and if I then try to drag a folder with question mark on it to the other side (local folders) the command is simply ignored, nothing happens. So no adding to queue, no reconnect, nothing.

I can also reproduce it by using the "Kick user" command in the FTP server and then trying to drag an uncached folder (the one with ? on it) to a drive. With logging set to 4-Debug the only stuff shown on the message section is:

Response: 421 Kicked by Administrator Trace: Unexpected reply, no reply was pending. Trace: CRealControlSocket::OnClose(0) Error: Connection closed by server Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFileZillaEnginePrivate::ResetOperation(66)

#5297 Correct show of windows normal duplicate 14 years 12 years
Description

On Windows 7 x64, the FileZilla main window, after connect to an ftp server, doesnt redraw correctly.

#10324 Corrupt Image Uploads normal fixed 9 years 9 years
Description

Hello

I have recently upgraded to the latest version of FileZilla Client and it seems that there is a bug when it comes to uploading images. Since I had upgraded to the latest version, all images I upload to my server has been detected as corrupt. It was fine before the upgrade.

I did a test and when I use the server web uploader, the images are being detected fine and I can use them. When uploading with Filezilla, the images turn out to be corrupt.

Here is my version details:

FileZilla Client


Version: 3.10.3-beta2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-03-16 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

Please fix this bug asap.

Thanks

#10325 Corrupt Image Uploads low rejected 9 years 9 years
Description

Hello

I have recently upgraded to the latest version of FileZilla Client and it seems that there is a bug when it comes to uploading images. Since I had upgraded to the latest version, all images I upload to my server has been detected as corrupt. It was fine before the upgrade.

I did a test and when I use the server web uploader, the images are being detected fine and I can use them. When uploading with Filezilla, the images turn out to be corrupt.

Here is my version details:

FileZilla Client


Version: 3.10.3-beta2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-03-16 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

Please fix this bug asap.

Thanks

#4575 Corrupt file list when using foreign signs (öéò etc) normal rejected 15 years 15 years
Description

Fz seems to have problems with special filenames. For example, while connecting to a Qnap 639 (a NAS),

See printscreen (attached) for example

FileZilla Client


Version: 3.2.4.1

Build information:

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

Dependencies:

wxWidgets: 2.8.10 GnuTLS: 2.6.4

#11187 Corrupted desktop file removes Filezilla from GUI menus high fixed 7 years 7 years
Description

From the last update on I face an issue :

Filezilla disapeared from menu & dock I checked in pamac : it is installed

If I launch it via CLI it is functional.

It appears that strange hidden characters are at the very beginning of the desktop file.

Solution : edit /usr/share/applications/filezilla.desktop, remove the first [ of [Desktop Entry] and any character on the left, then rewrite the [ , and save.

Could the desktop file be amended ?

Manjaro Unstable Kernel 4.10.1-1MANJARO x86_64 Filezilla 3.24.1 wxWidgets 3.0.2 GnuTLS 3.5.9 SQLite 3.17.0

#1072 Corrupting Files with SFTP on Linux normal 18 years 10 years
Description

When I send a number of files over SFTP some of the files will end up getting their names mixed up.

For example:

Queue up 10 files IMAGE001.gif to IMAGE010.gif

001 is 1kb 002 is 2kb ... 010 is 10kb

After the batch is done the receiver has the files as:

001 is 2kb (001 is really 002 but mis-named) 002 is 1kb (it's really 001) 003 ok ... 009 is 10kb (it's really 010) 010 is 9kb (it's really 009)

It happens to any files, binary or text (GIF, PHP, HTML, PDF, etc.). So far there has been no actual corruption of the files, just the switching of filenames.

Randomly positioned in the upload order, not always the first or last files.

The files switched are always sequencial in the list of files (alphabetical) and it always happens in pairs.

It seems pretty random. Sometimes it will be 50% or more of the files other times it will be 2 out of 30.

Uploading/Downloading from Windows to Redhat SFTP. Happens across multiple hosts (and hosting services).

It happens both ways, getting and sending files.

Not related to the file names as simply re-sending the files works. Next attempt will likely be different files in the list.

#4581 Corrupting Wordpress File Uploads! high outdated 15 years 12 years
Description

For some reason, MANY people using Filezilla to upload files to their Wordpress, self-hosted blogs are getting parse errors. It seems filezilla is doing something to the files as it uploads that is corrupting the file and causing our blogs to be UNUSABLE. Sometimes you can just keep uploading the offending file until filezilla gets it right, but I have now reached a point where even my localized file seems corrupted. Not sure how to explain this, but if you search wordpress.org forums for parse error, you will see the mention of filezilla being the ftp client. I wasnt having any trouble until the last two upgrades. The last one seemingly the worst offender of all! Now i get to try to figure out how the heck to get this fixed, as my blog is out of commission until i do. I liked filezilla until the swtich to wordpress...guess i better find a different ftp client.

#5299 Corrupting animated gif files high rejected 14 years 14 years
Description

I noticed that Filezilla is corrupting animated gif files or does not transfer them in the right way.

#8097 Could Not Connect To Server critical worksforme 12 years 12 years
Description

I sign into my Filezilla account just about every day to check on incoming work for my home business. Today, when I tried to login, I received the "Could Not Connect To Server" Error. This is how it looks:

Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 174.32.139.150:21... Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Could not connect to server

It is vital that I have filezilla up and running for my business. I have checked other tickets for problems connecting to the server and I cannot find the help I need. Please HELP!

#12842 Could Not Connect to Server / Connection Timed Out After 20 seconds of inactivity high invalid 16 months 16 months
Description

I have returned to work after the Christmas break and tried to connect to my pre-saved credentials in FileZilla only to be consistently met with the errors of "Connection Timed out after 20 seconds of inactivity" and "Could not connect to the server". The port number being used is 22, and the credentials used are correct in terms of Protocol, Host, Username and Password. I have also updated to the latest version of the FileZilla software.

#7999 Could it be Critical to get caramba chemie for an organization? normal invalid 12 years 12 years
Description

The company will be the remarkably demanded sector within the industrial area. This by far the most demanded sector now on a daily basis. The persons want to turn out to be entrepreneurs. This really is the developing industry that just one can have the expertise inside their field. Due to which the industrial region is preferred in today’s living. This is certainly one of several most significant tips on how to obtain the solutions within the highest promoting level. You can do that just like a way that it will grow to be a powerful small business. The focus on to the superior good quality business is most essential a part of the nice arranging which may be achievable to succeed in on the focused point. Once you will head to get the accomplishment to produce the higher top quality goods, you've the capability to complete the exertions. The correct arranging and routine is the significant solution to get the enterprise on the topmost rank situation. Additionally it is critical that the industry have the basic safety. So, the caramba chemie is usually significant. The caramba spray would be the important facets for that company because the provider need to be always cleanse. There's some scenario which happens to be capable to entice the clients. It is amongst them. The business has the need for being fantastic generally. It is the simple prerequisite for individuals who are the businessmen to get the nice position within the market place. The economic region could be the common zone for your manufacturing. It is actually that put wherever the merchandise are developing. So, every component really should be treated being an crucial element of the organization. The establishment with the organization is the key factor. It's the necessity to construct up the products. For this, there would be the require for that guy electricity advertisement developing numerous departments. That is on the list of big troubles that the small business requirements the powerful industries. For this reason, there's the value from the personnel and office who may have the performing eligibility for that small business reasons to develop the business.

There are several main ways to mature the business enterprise such as the arranging, managing, primary, recruitment, arranging and so on. For your caramba spray, they're the details the place an individual can know the value of that. The arranging approach will be the critical point for that cleaning purposes inside the industries. The organization requires each individual matter ought to be cleanse that has a proper setting up and adjustment. This really is the essential element for the very best firm. The solutions are the crucial solution to get the prospects while in the current market but, there's also the significant need in the organizing that items in a very excellent and purposeful way that will also generates the large leads. For this type of situation the correct cleansing with the industries are very crucial.

The business cleansing may be the solution to get the cleanse setting of your industries or the businesses. This really is the foremost subject that the company has usually a well preserved workplace which is the vital requirement for today’s enterprise planet. It's the significant purpose where you are going to perform daily. This can be the vital component the office get thoroughly clean always by which the consumers could possibly get appeal to for his or her organization also. The caramba spray is the term which illustrate the worth of your clear business office as the bad seeking business has the way to lessen the value from the providers.

The caramba spray would be the solution to get the superior business enterprise during the production plus the leads for that greatest and supportive atmosphere for the office environment appear. It is the finest strategy the place one particular may get the nice procedure for your creation. The production course of action also wants the cleaned setting to receive the great merchandise with no unhygienic condition. This is certainly the good way that a business can get the high position for the appropriate high-quality processes. The cleansing method would be the need for today’s organization. It truly is that piece which has a great price because of this the production and surroundings and also the tradition on the business will get proven. There's also the need for that higher quality common and status for your corporation so; the cleansing during the industries incorporates a fantastic worth. It is the fundamental want that it can give the most beneficial outlook towards the corporation. There's 1 other significant matter that the moving equipment elements are really employed in the productions for the firms. The put exactly where that form of parts are utilized, there should be the hygienic condition to produce the solutions non poisonous and disinfected.

The commercial work location is filled with hazardous resources like chemical substances and also other harmful material that is dealt with through the professionals. If in almost any situation it can be handled by non experts then the critical disorders occur. This is the way where the substantial high-quality solutions create. So, the carelessness can crank out the defect within the productions. Every single kinds of factors for that caramba spray must be distinct and delivering the most beneficial consequence to your firm. It is just about correct that industrial work place has a desire to function effectively and beautifully. It is the put in which 1 may get the ideal output. So, generating the clean up atmosphere of that place is very important matter. When lifting the major objects is completed from the untrained staff, it can bring about the risky harm or indication of loss of life. So, using a superior understanding of carrying out the correct perform will build the most effective performing atmosphere. This is also relevant for the subject that a single must hold the strategy of finding the thoroughly clean elements for every types of labor.

#12834 Could not connect to FTP server normal worksforme 17 months 17 months
Description

响应: 220 Microsoft FTP Service 命令: AUTH TLS 错误: 无法连接到服务器

The Internet is okay. User/pwd is okay.

#4485 Could not connect to server normal rejected 15 years 15 years
Description

For the last week or so, each time I try to log in it tells me that it can't connnect to the server. I type in my host, username, and password, click quickconnect and then this comes up in the log... and pretty quickly:

Status: Resolving address of tos.worthwhilenetwork.net Status: Connecting to 74.53.39.125:21... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of tos.worthwhilenetwork.net Status: Connecting to 74.53.39.125:21... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of tos.worthwhilenetwork.net Status: Connecting to 74.53.39.125:21... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server

I updated my filezilla version to the current one and it still did this, so I tried deleting filezilla from my computer and then re-added it but it still keeps happening. Any help you could give me would be very much appreciated.

Thanks so much!

Blessings,

Toni

#7187 Could not connect to server normal outdated 13 years 12 years
Description

Hi,

I am using windows server 2008(64-bit), i have installed filezilla ftp tool 3.5, but i can not connect to my web-server via the tool,

my ftp-login detail are as follow:

host : gtu.ac.in Uname : ----- pass : ---- server type : FTPES

when i try to connect to the site, following process running on the process-box:

Status: Resolving address of www.gtu.ac.in Status: Connecting to 202.71.129.26:21... Status: Connection established, waiting for welcome message... Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of www.gtu.ac.in Status: Connecting to 202.71.129.26:21... Status: Connection established, waiting for welcome message... Error: Could not connect to server

  • I can use same tool for other sites.
  • The ftp server allow one connection at a time.
  • I can connect to the same site via the same tool on win-xp(32-bit) on other PC.
  • I have already try to connect the site with firewall(off) and antivirus(inactive) mode.

Thanks, Rupendra

#9822 Could not connect to server normal rejected 10 years 10 years
Description

The last two times I did an update I was unable to connect. Eventually, after a week or so it started working again and had no issues connecting until the next update. Now I am getting the same error as last time

Status: Connecting to 184.168.152.24:21... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 184.168.152.24:21...

#10170 Could not connect to server normal rejected 9 years 9 years
Description

Response: 234 AUTH TLS successful Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#10328 Could not connect to server normal invalid 9 years 9 years
Description

Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of yutex08.yutex.ru Status: Connecting to 178.236.177.73:21... Status: Connection attempt failed with "EACCES - Permission denied". Error: Could not connect to server

#10626 Could not connect to server normal worksforme 9 years 9 years
Description

filezilla unable to load Resolving address of ftp.itron-hosting.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known

#10144 Could not connect to server TLS error low rejected 9 years 9 years
Description

Status: Resolving address of didar93.com Status: Connecting to 158.58.186.227:4916... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of didar93.com Status: Connecting to 158.58.186.227:4916... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.5 Server ready. Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

#11603 Could not connect to server issue normal rejected 6 years 6 years
Description

I am attempting to access coton.champlain.edu and have verified my login credentials. I have followed all of the instructions for connecting to the site but I receive an error each time I am trying to connect. The errior I receive is: Waiting to retry... Status: Resolving address of coton.champlain.edu Status: Connecting to 216.93.158.150:990... Status: Connection established, waiting for welcome message... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server

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