Custom Query (8174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (340 - 342 of 8174)

Ticket Resolution Summary Owner Reporter
#5482 worksforme Error Doc XML reading attributes Florence
Description

Good afternoon,

First, excuse me for the bad language but I am french, and not really in the IT field. I currently use Filezilla Client 3.3.3. on a PC with windows XP. I never had such a problem since the error read in my ticket's subject. When opening FileZillaI got a window saying 'The Xml doc is not in the right setting : error reading attributes', so the previous favorite settings won't be set, you will run on the basic setting. I got this message whenever I run Filezilla and so must re-shape the windows and my previous read files every time. I tried to uninstall then re-install Filezilla but nothing changed. I checked the forum before posting and though I use both Avast as an Antivirus and ZoneAlarm as a firewall,none of them are blocking the programm to connect to whatever and whenever it wants to.

I believe something is wrong in the xml code. Can you help me fixing it? Regards.

#12676 fixed Compile Error Fozei
Description

I want to compile FZ Server myself.But I got compile error,I think is easy to resolve,just lines of code maybe.But I am not a CPP developer,so I can not solve it.

/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src    -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-client.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-client.Tpo -c -o acme/libfilezilla_common_la-client.lo `test -f 'acme/client.cpp' || echo './'`acme/client.cpp
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/include/p11-kit-1 -fno-exceptions -g -O2 -MT acme/libfilezilla_common_la-client.lo -MD -MP -MF acme/.deps/libfilezilla_common_la-client.Tpo -c acme/client.cpp  -fPIC -DPIC -o acme/.libs/libfilezilla_common_la-client.o
In file included from acme/../http/client.hpp:13,
                 from acme/client.hpp:10,
                 from acme/client.cpp:1:
acme/../http/../util/options.hpp: In instantiation of ‘fz::util::options<Holder>::opt<Value>::opt(fz::util::options<Holder>::opt<U>&&) [with U = fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty; Value = std::function<void(fz::http::response&&)>; Holder = fz::http::client::options]’:
acme/../http/client.hpp:36:55:   required from here
acme/../http/../util/options.hpp:30:37: error: call of overloaded ‘function(std::remove_reference<fz::util::options<fz::http::client::options, void, 18446744073709551615>::empty&>::type)’ is ambiguous
     , holder_(std::move(rhs.holder_))
                                     ^
In file included from /usr/include/c++/8/functional:59,
                 from /usr/local/include/libfilezilla/thread.hpp:6,
                 from /usr/local/include/libfilezilla/event_loop.hpp:8,
                 from /usr/local/include/libfilezilla/event_handler.hpp:4,
                 from /usr/local/include/libfilezilla/socket.hpp:13,
                 from /usr/local/include/libfilezilla/tls_layer.hpp:8,
                 from acme/client.hpp:8,
                 from acme/client.cpp:1:

https://storage.deepin.org/thread/202203151627151318_image.png

#12831 rejected Sends MLSD command even if server doesn't support it Fr0sT
Description

I have a local (inside LAN) FTP server run by Bitvise SSH client. Trying to open it, FZ seems to always request MLSD even though the server doesn't support it. What's weird, FZ doesn't request neither SYST nor FEAT command so it couldn't even know what the server can.

14:28:40	Status:	Resolving address of host.domain.local
14:28:40	Status:	Connecting to 172.***:21...
14:28:40	Status:	Connection established, waiting for welcome message...
14:28:42	Response:	220 FtpBridge ready
14:28:42	Command:	AUTH TLS
14:28:42	Response:	530 Not logged in
14:28:42	Command:	AUTH SSL
14:28:42	Response:	530 Not logged in
14:28:42	Status:	Insecure server, it does not support FTP over TLS.
14:28:42	Command:	USER anonymous
14:28:42	Response:	331 User name OK, need password
14:28:42	Command:	PASS *********************
14:28:42	Response:	230 User logged in
14:28:42	Status:	Logged in
14:28:42	Status:	Retrieving directory listing of "/"...
14:28:42	Command:	CWD /
14:28:43	Response:	250 "/" is current directory
14:28:43	Command:	PWD
14:28:43	Response:	257 "/" is current directory
14:28:43	Command:	TYPE I
14:28:43	Response:	200 Representation type set to Image
14:28:43	Command:	PASV
14:28:43	Response:	227 Entering Passive Mode (***)
14:28:43	Command:	MLSD
14:28:43	Response:	502 Command not implemented
14:28:43	Error:	Failed to retrieve directory listing
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.