Custom Query (8168 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 of 8168)

Ticket Resolution Summary Owner Reporter
#12192 fixed libfilezilla does not build on case-sensitive filesystems due to incorrect header case in process.cpp Lothar Haeger
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.

#12186 rejected Include full date in raw directory listing ahbarnum
Description

Hi lovely Filezilla devs, would it be possible to include the full date (i.e. including the year) in the log when raw directory listing is enabled?

Right now it displays only the 3-letter shortened month and day of that month, which is of limited use.

Example of current:

Listing:	-rw-rw----   1 no-user  no-group 24985600 Dec  1 17:42 e80.87.cpvpn.win.msi

After proposed change:

Listing:	-rw-rw----   1 no-user  no-group 24985600 Dec  1 2019 17:42 e80.87.cpvpn.win.msi

Thank you for your consideration!

#12179 rejected Filezilla Client SFTP broken J.Polster
Description

With versions newer then 3.47.1 i.e. 3.48 or 3.48.1-rc1 I cannot connect anymore to my cloud server using SFTP. Here is an extract from the logfile:

Version 3.48 with Error


2020-05-14 15:29:14 19688 1 Status: Verbinde mit SERVER.XX... 2020-05-14 15:29:14 19688 1 Antwort: fzSftp started, protocol_version=9 2020-05-14 15:29:14 19688 1 Befehl: open "USER@…" 22 2020-05-14 15:29:14 19688 1 Status: Using username "USER". 2020-05-14 15:29:14 19688 1 Befehl: Pass: 2020-05-14 15:29:14 19688 1 Status: Access denied 2020-05-14 15:29:14 19688 1 Fehler: FATAL ERROR: No supported authentication methods available (server sent: publickey) 2020-05-14 15:29:14 19688 1 Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

Version 3.47.1 working


2020-05-14 15:25:27 9536 1 Status: Verbinde mit SERVER.XX... 2020-05-14 15:25:28 9536 1 Antwort: fzSftp started, protocol_version=9 2020-05-14 15:25:28 9536 1 Befehl: open "USER@…" 22 2020-05-14 15:25:28 9536 1 Befehl: Pass: 2020-05-14 15:25:28 9536 1 Status: Connected to SERVER.XX

So working with the older version works. So does switching to FTPS.

Thank you for your support and for providing FileZilla.

J.Polster

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.