Search found 7058 matches

by Zenju
12 Sep 2023, 06:53
Forum: General Discussion
Topic: Why SFTP password is base64 encrypted ?
Replies: 8
Views: 16179

Re: Why SFTP password is base64 encrypted ?

Aren’t the SFTP commands not already encrypted by FreeFileSync before before being sent through the internet ? Yes, SFTP is TLS-encrypted, and so is everything that is sent over the SSH connection. As I use remote NAS with SFTP server to bachup my datas, I note the password is base64 encoded in the...
by Zenju
05 Sep 2023, 20:40
Forum: Help
Topic: Configuring the resume of a partial file copy
Replies: 4
Views: 1046

Re: Configuring the resume of a partial file copy

The crashes happen inside Windows functions: ntdll.dll!RtlQueryPerformanceCounter(), or ntdll.dll!RtlSleepConditionVariableSRW(), or gdi32.dll!InternalDeleteObject() These are not caused by an ordinary software bug. Either your Windows installation got corrupted, or you have a hardware error. It mig...
by Zenju
31 Aug 2023, 15:25
Forum: Help
Topic: No Performance settings
Replies: 12
Views: 3048

Re: No Performance settings

It is expected to be slower for local transfers, there is no artificial limitation on transfer speed when you transfer locally It's not expected to be slower(*). In worst case, multiple threads will be just as fast as using a single thread. *) Unless you're using an ancient spinning disk, in which ...
by Zenju
31 Aug 2023, 07:02
Forum: Help
Topic: No Performance settings
Replies: 12
Views: 3048

Re: No Performance settings

It is not untrue, it only transfers 1 file at a time GameOver, 31 Aug 2023, 05:52
You're talking nonsense. Got any proof?
by Zenju
30 Aug 2023, 09:55
Forum: Help
Topic: No Performance settings
Replies: 12
Views: 3048

Re: No Performance settings

Irrelevent anyway, it still does one file at a time. That's simply not true. Unless im missing something Yes. Not all scenarios benefit from multiple threads: https://freefilesync.org/manual.php?topic=performance For local syncs you may not see a large improvement. Sync'ing over the internet? You *...
by Zenju
28 Aug 2023, 17:12
Forum: Help
Topic: Batch scripts broken since v12.5
Replies: 2
Views: 1067

Re: Batch scripts broken since v12.5

Will be fixed in the next version, together with these two errors: viewtopic.php?t=10514
by Zenju
28 Aug 2023, 17:08
Forum: General Discussion
Topic: "include symbolic links" not working - What I'm doing wrong?
Replies: 12
Views: 3096

Re: "include symbolic links" not working - What I'm doing wrong?

mklink c:/sym/symA.TXT c:/real/a.TXT therube, 28 Aug 2023, 15:56
You need to use backslash, not slash to make it work properly.
by Zenju
24 Aug 2023, 18:52
Forum: General Discussion
Topic: Updates files (target) renamed on source
Replies: 5
Views: 2063

Re: Updates files (target) renamed on source

This issue has been "fixed" in the next FreeFileSync version by providing a proper DB-based "update" variant! FreeFileSync 13.0 ----------------- Detect moved files with "Update" sync variant (requires sync.ffs_db files) See also: https://freefilesync.org/forum/viewtopi...
by Zenju
24 Aug 2023, 18:51
Forum: Help
Topic: "Detect moved files" in "Update" mode?
Replies: 3
Views: 1657

Re: "Detect moved files" in "Update" mode?

This issue has been "fixed" in the next FreeFileSync version by providing a proper DB-based "update" variant! FreeFileSync 13.0 ----------------- Detect moved files with "Update" sync variant (requires sync.ffs_db files) See also: https://freefilesync.org/forum/viewtopi...
by Zenju
24 Aug 2023, 18:43
Forum: Help
Topic: Handling of moved and renamed files
Replies: 2
Views: 1653

Re: Handling of moved and renamed files

This will be possible in the next FreeFileSync version!
FreeFileSync 13.0
-----------------
Detect moved files with "Update" sync variant (requires sync.ffs_db files)
See also: viewtopic.php?t=10594
by Zenju
24 Aug 2023, 09:56
Forum: General Discussion
Topic: New sync concept in FreeFileSync 13
Replies: 22
Views: 5388

Re: New sync concept in FreeFileSync 13

The "< FFS 13 update" is demoted to a "custom" variant. A quick way to get this variant would be to click on "Update >" and uncheck "Use database file to detect changes". Another important change: the "conflict" category is not configurable as a sync...
by Zenju
24 Aug 2023, 09:13
Forum: Help
Topic: Change of case of letters breaks automated synchronization [SOLVED]
Replies: 4
Views: 1299

Re: Change of case of letters breaks automated synchronization [SOLVED]

There's a proper solution to the issue of renamed folders and the "update" variant in the next FreeFileSync version: The "update" variant will be based on "changes" in the same way "two way" is. Thous, FreeFileSync will detect which side was renamed and propag...
by Zenju
24 Aug 2023, 08:54
Forum: General Discussion
Topic: Suggest: filter file to move
Replies: 7
Views: 2842

Re: Suggest: filter file to move

"moved/renamed" files are now shown under category "updated" on GUI:
viewtopic.php?t=10584#p40050
by Zenju
24 Aug 2023, 07:50
Forum: General Discussion
Topic: New sync concept in FreeFileSync 13
Replies: 22
Views: 5388

New sync concept in FreeFileSync 13

The next FreeFileSync version generalizes the way sync configurations are set up: In addition to "comparison results", it will be possible to set sync directions based on "changes": sync-cfg.png Of the three sync variants that FreeFileSync offers by default (two way, mirror, upda...
by Zenju
22 Aug 2023, 21:00
Forum: Help
Topic: Non-identical characters are considered identical by FFS
Replies: 8
Views: 1578

Re: Non-identical characters are considered identical by FFS

It's not generally possible to synchronize differences in Unicode normalization forms, e.g. if the target is a macOS-hosted network share (which internally converts everything to decomposed), or for a Samba-hosted share (which converts everything to precomposed). Also, the motivation for doing so is...
by Zenju
22 Aug 2023, 15:38
Forum: Help
Topic: Non-identical characters are considered identical by FFS
Replies: 8
Views: 1578

Re: Non-identical characters are considered identical by FFS

The character "ό" has two different representations when encoded via Unicode, both of which should be considered equivalent by applications: https://en.wikipedia.org/wiki/Unicode_equivalence Precomposed form: \u03cc Decomposed form: \u03bf\u0301 but if I copy the filenames in a text editor...
by Zenju
20 Aug 2023, 13:14
Forum: General Discussion
Topic: [Suggestion] Rename File on FTP/SFTP
Replies: 2
Views: 1883

Re: [Suggestion] Rename File on FTP/SFTP

Manual file and folder rename will be available in the next FreeFileSync version:
viewtopic.php?t=6618#p40070
by Zenju
20 Aug 2023, 13:14
Forum: General Discussion
Topic: a rename feature
Replies: 1
Views: 3419

Re: a rename feature

Manual file and folder rename will be available in the next FreeFileSync version:
viewtopic.php?t=6618#p40070
by Zenju
20 Aug 2023, 13:13
Forum: General Discussion
Topic: Feature Request: F2 to rename file / folder when comparing
Replies: 3
Views: 2359

Re: Feature Request: F2 to rename file / folder when comparing

Manual file and folder rename will be available in the next FreeFileSync version:
viewtopic.php?t=6618#p40070
by Zenju
20 Aug 2023, 13:12
Forum: General Discussion
Topic: Suggestion: manually rename one side
Replies: 2
Views: 2140

Re: Suggestion: manually rename one side

Manual folder rename will be available in the next FreeFileSync version:
viewtopic.php?t=6618#p40070
by Zenju
20 Aug 2023, 13:11
Forum: General Discussion
Topic: Change name of a folder in compare result
Replies: 3
Views: 2403

Re: Change name of a folder in compare result

Manual folder rename will be available in the next FreeFileSync version:
viewtopic.php?t=6618#p40070
by Zenju
20 Aug 2023, 13:09
Forum: General Discussion
Topic: REQUEST: ability to RENAME
Replies: 3
Views: 2220

Re: REQUEST: ability to RENAME

"Rename (F2)" has been added! Download beta version

You can even select multiple files at once: FreeFileSync will detect patterns and highlight the file name similarities: https://freefilesync.org/manual.php?topic=tips-and-tricks#multi-rename
by Zenju
18 Aug 2023, 15:19
Forum: General Discussion
Topic: Moved/renamed files as separate view filter category
Replies: 13
Views: 3007

Re: A new possible feature

The view filter section would become quite bloated. I'm not sure this is the best solution:
categories.png
categories.png (24.44 KiB) Viewed 2990 times
by Zenju
18 Aug 2023, 10:14
Forum: General Discussion
Topic: Moved/renamed files as separate view filter category
Replies: 13
Views: 3007

Re: A new possible feature

I think "moved/renamed" files belong to category "updated". This has been changed for the next version.
The question is if instead they should get their own view category on the file grid.
by Zenju
17 Aug 2023, 17:17
Forum: Help
Topic: Bodhi linux installer doesn't run
Replies: 3
Views: 907

Re: Bodhi linux installer doesn't run

What output do you get when you try to start the installer via command line?
by Zenju
16 Aug 2023, 13:33
Forum: Help
Topic: Unable activate licence key for donation edition
Replies: 5
Views: 1143

Re: Unable activate licence key for donation edition

Extract both files, installer and key file into the same directory, without renaming any one of them. Then run the installer.
by Zenju
15 Aug 2023, 09:13
Forum: General Discussion
Topic: Access denied error - wrong folder
Replies: 3
Views: 1497

Re: Access denied error - wrong folder

Directories are expected to be traversable beginning with the base folders. In your case you would have to set "\lorem\ipsum\dolor\" as a base folder.