Search found 8 matches

by woot
05 Nov 2020, 01:54
Forum: Help
Topic: Disable reenabling auto update check
Replies: 11
Views: 6802

Re: Disable reenabling auto update check


It most definitely happens on the Linux version.


Indeed... Looks like sinkholing the "api.freefilesync.org" would work as the temporarily solution:


--- version_check.cpp
+++ version_check.cpp
@@ -152,37 +152,11 @@

void showUpdateAvailableDialog(wxWindow* parent, const std::string ...
by woot
03 Oct 2020, 02:06
Forum: Help
Topic: Disable reenabling auto update check
Replies: 11
Views: 6802

Re: Disable reenabling auto update check

FWIW, I don't see this happening with 11.0 "donation edition".

@Zenju?
by woot
23 Sep 2020, 23:12
Forum: Help
Topic: Unable to connect via SFTP
Replies: 6
Views: 1724

Re: Unable to connect via SFTP

https://github.com/libssh2/libssh2/pull/468 was merged into the master branch. Pending release...
by woot
09 Aug 2020, 10:09
Forum: Help
Topic: Unable to connect via SFTP
Replies: 6
Views: 1724

Re: Unable to connect via SFTP

Are you building against v1.9? woot, 09 Aug 2020, 09:45
Yes. Zenju, 09 Aug 2020, 09:57
OK, waiting for v2.0 then...
by woot
09 Aug 2020, 09:45
Forum: Help
Topic: Unable to connect via SFTP
Replies: 6
Views: 1724

Re: Unable to connect via SFTP

Are you building against v1.9? Might be worth updating.

Looking at its changelog :

adds ECDSA keys and host key support when using OpenSSL
adds ED25519 key and host key support when using OpenSSL 1.1.1
adds explicit zeroing of sensitive data in memory
adds additional bounds checks to network ...
by woot
09 Aug 2020, 06:42
Forum: Help
Topic: Unable to connect via SFTP
Replies: 6
Views: 1724

Unable to connect via SFTP

FFS version 11.0 [Donation Edition]. Authenticating via the agent, excerpt from the sshd_config:


Protocol 2
AddressFamily inet
Compression delayed
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128 ...
by woot
30 Mar 2020, 02:04
Forum: Help
Topic: Pre-fill paths with command line arguments
Replies: 2
Views: 568

Pre-fill paths with command line arguments

Hi,

Perhaps I am missing something, but from reading the user manual, I can't see a way to quickly & easily pass comparison folders as a set of arguments. What I would like to achieve is:

1. Execute ./FreeFileSync.exe -PathToDirA -PathToDirB
2. Have arguments passed into "path" input fields ...