Custom Query (8143 matches)
Results (343 - 345 of 8143)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12197 | invalid | Error | ||
Description |
Tengo un servidor de minecraft de Box To play. La app de FileZilla me da un error:Error: No se pudo conectar al servidor Estado: Esperando para reintentar... Lleva 1h para reintentar. ¿Que puedo hacer para que funcione? |
|||
#12196 | fixed | Remote site window keeps resizing | ||
Description |
So i have reinstalled filezilla twice because i thought that could fix my issue. Not. Im using the blackboard theme with multiple tabs for remote servers. The issues is when opening the client all windows tabs are sized to the previous use. Perfect. BUT upon opening a new server in a new tab the remote site window fills the entire right side. It ignores the window size i have set. This is really annoying because when connecting to allot of servers, you need to manually resize the remove site window again, and again, and again.... |
|||
#12192 | fixed | libfilezilla does not build on case-sensitive filesystems due to incorrect header case in process.cpp | ||
Description |
Tryig to compile libfilezilla on macOS with case-sensitive APFS file system gives: libtool: compile: /usr/bin/clang++ -std=c++17 -DHAVE_CONFIG_H -I. -I../lib/libfilezilla/private -DBUILDING_LIBFILEZILLA -I/opt/local/include/p11-kit-1 -I./libfilezilla -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fvisibility=hidden -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -Wall -g -Werror=partial-availability -MT libfilezilla_la-mutex.lo -MD -MP -MF .deps/libfilezilla_la-mutex.Tpo -c mutex.cpp -o libfilezilla_la-mutex.o >/dev/null 2>&1 process.cpp:266:10: fatal error: 'CoreFoundation/CFUrl.h' file not found #include <CoreFoundation/CFUrl.h> ^~~~~~~~~~~~~~~~~~~~~~~~ process.cpp:266:10: note: did not find header 'CFUrl.h' in framework 'CoreFoundation' (loaded from '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks') Doing the same on a case-insensitive file system works just fine. Cause: the header file is actually named "CFURL.h" not "CFUrl.h". PLease find a patch to fix this attached. |