Custom Query (8117 matches)
Results (334 - 336 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12676 | fixed | Compile Error | ||
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: |
|||
#12831 | rejected | Sends MLSD command even if server doesn't support it | ||
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 |
|||
#11936 | duplicate | Client timeout at "performing handshake" when using HTTP proxy | ||
Description |
Client is unable to connect via HTTP proxy, it gets stuck at "performing handshake". I've been able to do it using the same proxy on earlier FileZilla client versions (WinSCP is working too). Here are the debug messages: Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection timed out after 60 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection timed out after 60 seconds of inactivity Error: Could not connect to server Status: Disconnected from server Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection attempt interrupted by user Status: Disconnected from server Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection attempt interrupted by user Status: Disconnected from server Trace: CRealControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CRealControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection timed out after 60 seconds of inactivity Trace: CRealControlSocket::DoClose(2050) Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpLogonOpData::Reset(2114) in state 1 Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(2114) Status: Waiting to retry... Trace: CRealControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 Status: Connecting to <<ftp_server>> through HTTP proxy Status: Resolving address of <<proxy_dns>> Status: Connecting to <<proxy_ip:port>>... Status: Connection with proxy established, performing handshake... Error: Connection timed out after 60 seconds of inactivity Trace: CRealControlSocket::DoClose(2050) Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpLogonOpData::Reset(2114) in state 1 Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(2114) |