Search found 44 matches

by daviank
17 Oct 2024, 12:33
Forum: Help
Topic: freefilesync SFTP slower than scp (single large file transfer)
Replies: 1
Views: 77

Re: freefilesync SFTP slower than scp (single large file transfer)

I restarted the android app that acts as a ssh server as well as freefilesync.
After this, performance of freefilesync became equivalent to scp.
by daviank
17 Oct 2024, 09:22
Forum: Help
Topic: freefilesync SFTP slower than scp (single large file transfer)
Replies: 1
Views: 77

freefilesync SFTP slower than scp (single large file transfer)

I was trying to sync files with freefilesync SFTP (from PC to Android). I found it rather slow: between 150-700kB/s.

I also tried with scp and it is much faster, up to ~2MB/s

scp -v -P <port> -i <private-key-file> <source> <user@ipv4>:/

<source> 11% 44MB 1.7MB/s 03:21 ETA


This was with a ...
by daviank
17 Oct 2024, 07:43
Forum: Localization
Topic: Updates to french
Replies: 1
Views: 409

Updates to french

Please consider merging these updates.

<source>Parallel file operations:</source>
<target>Opérations en parallèle sur les fichiers :</target>

<source>SFTP channels per connection:</source>
<target>Canaux SFTP par connexion :</target>

<source>Failed to open SFTP channel number %x.</source ...
by daviank
16 Oct 2024, 11:31
Forum: General Discussion
Topic: Feature request: Run pairs individually?
Replies: 1
Views: 71

Re: Feature request: Run pairs individually?

I would also be interested in such a feature.

Instead of a button to run them individually, I would suggest checkboxes next to each pair, that could be checked/unchecked whether the pair needs to be synced.

This would help also with my other request at https://freefilesync.org/forum/viewtopic.php ...
by daviank
09 Oct 2024, 12:32
Forum: General Discussion
Topic: Add support for relative path to key-file in SFTP config
Replies: 0
Views: 81

Add support for relative path to key-file in SFTP config

As of today, the path to the key-file in the SFTP configuration is always an absolute path.

This can be problematic when sharing the ffs-gui file accross multiple OS (eg. linux ←→ windows), or when the mount-point of the ffs-gui file changes

Would it be possible to have a relative path instead ...
by daviank
09 Oct 2024, 12:22
Forum: Help
Topic: Save multiple "preconfigured" "root"-path to select from for left & right side.
Replies: 4
Views: 250

Re: Save multiple "preconfigured" "root"-path to select from for left & right side.

Thank you for the suggested workflows. The first one would fit.

As per:
But regarding left-right pairs: obviously c:\path_to_my_files vs /mnt/windows_c/path_to_my_files will not adapt automatically.

I didn't expect automatic transformation between c:\path_to_my_files and /mnt/windows_c/path_to ...
by daviank
08 Oct 2024, 11:03
Forum: Help
Topic: Save multiple "preconfigured" "root"-path to select from for left & right side.
Replies: 4
Views: 250

Re: Save multiple "preconfigured" "root"-path to select from for left & right side.

Thank you for the suggestion.

What if I change some configuration/setting of the origial ffs_gui file? My guess is that it will not feed the copy automatically with the changes, and that I will have to replicate all changes to each copy ffs_gui copy manually. This is cumbersome, that's why I ...
by daviank
08 Oct 2024, 06:32
Forum: Help
Topic: Save multiple "preconfigured" "root"-path to select from for left & right side.
Replies: 4
Views: 250

Save multiple "preconfigured" "root"-path to select from for left & right side.

I have a configuration file with
- on the left a local path on a local disk
- and on the right a local path to a USB stick (for example) with mount point /media/user/VOLUME_NAME

I would like to use the same configuration but with another USB stick (with volume name = USB_STICK2). The path would ...
by daviank
02 Jun 2024, 16:34
Forum: Help
Topic: FFS 13.6 on Raspberry PI5 (Bookworm) 64-bit OS
Replies: 3
Views: 415

Re: FFS 13.6 on Raspberry PI5 (Bookworm) 64-bit OS

Did you try building from the Debian source package?
https://tracker.debian.org/pkg/freefilesync

You could also try to build from tag "debian/13.3-2_bpo12+1_1" from the Debian VCS repository . It should build on bookworm without any change.

Or else try taking the source package from xtradeb's PPA ...
by daviank
24 Feb 2024, 17:43
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 837

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

Could this be related to SELinux?
by daviank
24 Feb 2024, 17:18
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 837

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

According to your logs, command is run with the correct user.
by daviank
24 Feb 2024, 16:31
Forum: Help
Topic: Cron Problem Yet Again - openSUSE Tumbleweed Linux
Replies: 11
Views: 837

Re: Cron Problem Yet Again - openSUSE Tumbleweed Linux

I don't know for SuSE, but in Debian, there is a field to set the username under which the command should be run. Is "username" field of your cron file correctly set?


# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month ...
by daviank
08 Feb 2024, 21:40
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 2262

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

BTW, I noticed that in the About dialog, only the last Show() must be kept. Having both leads to corruption in the dialog (at the location of the donation text + image)
by daviank
07 Feb 2024, 18:59
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 1041

Re: Add missing LDFLAGS for zlib (to Makefile)

I actually had the same problem with gtk LDFLAGS which are missing at link time, so I had to add them with

LDFLAGS += `pkg-config --libs gtk+-3.0`


Would you add them to the Makefile please?

Error was:
/usr/bin/ld: /tmp/cc6adrRa.ltrans115.ltrans.o: undefined reference to symbol 'gtk_css ...
by daviank
07 Feb 2024, 18:00
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 1041

Re: Add missing LDFLAGS for zlib (to Makefile)

Since the file (zen/zlib_wrap.cpp) that uses it in your code base doesn't apparently depend on wx-widget neither on gtk, I thought it had to be present in the Makefile. But I could be wrong.
by daviank
07 Feb 2024, 17:34
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 1041

Re: Add missing LDFLAGS for zlib (to Makefile)

Thank you for your reply. Apparently on my system it is not:


$ wx-config --libs std, aui, richtext --debug=no
-L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk3u_aui-3.2 -lwx_gtk3u_richtext-3.2 -lwx_gtk3u_xrc-3.2 -lwx_gtk3u_html-3.2 -lwx_gtk3u_qa-3.2 -lwx_gtk3u_core-3.2 -lwx_baseu_xml-3.2 -lwx_baseu ...
by daviank
07 Feb 2024, 15:41
Forum: General Discussion
Topic: Add missing LDFLAGS for zlib (to Makefile)
Replies: 4
Views: 1041

Add missing LDFLAGS for zlib (to Makefile)

Hi Zenju, when trying to build freefilesync I noticed that the LDFLAGS for zlib are missing. May I suggest you to add these lines to your Makefile (both FFS & RFS). They could be placed near the equivalent lines for the other libraries.


CXXFLAGS += `pkg-config --cflags zlib`
LDFLAGS += `pkg ...
by daviank
06 Feb 2024, 22:05
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 2262

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

Dear Zenju, I have been investigating this a bit since I run on KDE, which caused trouble with gtk3 at the time of 12.1.

Actually, I found that calling only Show() but not Hide() as code currently does since 12.1:
- doesn't create the "freeze/hang" on KDE that appeared in 12.1
- fixes the size of ...
by daviank
06 Feb 2024, 09:42
Forum: Help
Topic: Unable to build Freefilesync 13.1 on Ubuntu 23.10 (mantic)
Replies: 2
Views: 3463

Re: Unable to build Freefilesync 13.1 on Ubuntu 23.10 (mantic)

What about using one of these (as per Strategies for Exception Handling), for minimal exception handling?
- wxApp::OnExceptionInMainLoop()
- wxApp::OnUnhandledException()
by daviank
04 Feb 2024, 14:47
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 1133

Re: Question about updating FreeFileSync on Ubuntu 20.04

tcw4950, you can find a package of FreeFileSync 13.3 for Ubuntu 20.04 (focal) on my PPA.
by daviank
03 Feb 2024, 15:30
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 1133

Re: Question about updating FreeFileSync on Ubuntu 20.04

Hmm 20.04 (focal) you said? Hmm... Sorry I wrote for 22.04 (jammy). But the process would be the same.
By the way, for jammy, there is 13.1 on a PPA.
by daviank
03 Feb 2024, 15:03
Forum: Help
Topic: Question about updating FreeFileSync on Ubuntu 20.04
Replies: 4
Views: 1133

Re: Question about updating FreeFileSync on Ubuntu 20.04

You can start from this page , the bottom of which you have "Other versions of 'freefilesync' in untrusted archives." It show that for jammy (22.04) there is a PPA providing version 11.25-1~xtradeb1. (2022-08-31)

If you feel like building your package from the sources, you can get a working ...
by daviank
21 Jun 2023, 09:27
Forum: Help
Topic: Raspberry Pi Version of FreeFileSync
Replies: 2
Views: 940

Re: Raspberry Pi Version of FreeFileSync

As per: https://repology.org/project/freefilesync/history
2023-02-09 07:03 Raspbian Testing has caught up with the newest version
By that time it was 12.0.
12.4 may arrive soon
by daviank
08 Mar 2023, 09:23
Forum: Help
Topic: FreeFileSync's 'popup' windows don't appear on Linux
Replies: 2
Views: 278

Re: FreeFileSync's 'popup' windows don't appear on Linux

If this is specific to 12.1 you might want to have a look at this thread: viewtopic.php?t=10103

BTW, there is a link to a patch in it (if you compile from sources)
by daviank
07 Mar 2023, 18:39
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 2262

Re: Linux: FreeFileSync using GTK3 on KDE is hanging

Zenju, reverting the change you mention apparently removes the issue (still built with GTK3).

For anyone interested, a patch for this revert is available here: https://salsa.debian.org/bastif/freefilesync/-/blob/debian/latest/debian/patches/revert_buggy_gtk3_change_in_12.1.patch
by daviank
22 Feb 2023, 17:36
Forum: Help
Topic: Linux: FreeFileSync using GTK3 on KDE is hanging
Replies: 21
Views: 2262

Re: Linux updated Donation Edition unresponsive

It seems I have a similar problem on debian with KDE, when built from source.
BTW, the Makefile still references gtk2, is this as expected or should it be gtk3 now?
by daviank
25 Jan 2023, 11:31
Forum: General Discussion
Topic: copyright header of zen/argon2.cpp
Replies: 1
Views: 306

copyright header of zen/argon2.cpp

Hello,

In 12.0 there are two new files: zen/argon2.cpp & zen/argon2.h

While you are a copyright holder for argon2.h, you are not mentioned at all in argon2.cpp although you made changes there. You actually reference putty copyright holder only.

Can you confirm that the copyright header is as ...
by daviank
10 Jan 2023, 12:15
Forum: General Discussion
Topic: Provide AppStream Metadata
Replies: 0
Views: 224

Provide AppStream Metadata

Hello Zenju,

Would you provide the AppStream Metadata? I think its better if this file is provided by you rather than each distribution having its own. That way you can have control on the value of the fields and all distros would share the same.

More info can be found here.
https://www ...
by daviank
16 Dec 2022, 17:47
Forum: Help
Topic: Build failure on s390x architecture (static assertion failed std::endian::native == std::endian::little)
Replies: 1
Views: 487

Build failure on s390x architecture (static assertion failed std::endian::native == std::endian::little)

Hello Zenju & all,

I'm having this error when building freefilesync on s390x architecture:


base/db_file.cpp:51:39: error: static assertion failed
51 | static_assert(std::endian::native == std::endian::little);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal ...
by daviank
16 Dec 2022, 17:45
Forum: Help
Topic: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')
Replies: 2
Views: 526

Re: Build failure on mipsel architecture (undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0')

Looks like this one can be fixed by adding -latomic to the LDFLAGS on mipsel architecture.
Not sure if this is the correct way to fix this though.