Search found 11 matches

by xurc
10 Aug 2021, 22:06
Forum: Help
Topic: Update variant - why need to compare whole target?
Replies: 2
Views: 711

Re: Update variant - why need to compare whole target?

What you may be able to do, is to limit the scope of your FFS sync, e.g. via the Include or Exclude Filter. Plerry, 08 Aug 2021, 15:17
Thanks for the tip. I will go that way. I will also look at other exclude option: older than x days.
by xurc
07 Aug 2021, 20:31
Forum: Help
Topic: Update variant - why need to compare whole target?
Replies: 2
Views: 711

Update variant - why need to compare whole target?

Hi,

I have an external backup NAS (target) which have hundreds of folders. I have temporary folder (source) on my laptop which contains only last 10-20 folders and new ones that need to be updated on the target. I prefer to use "Update" variant to make a copy on NAS. When I run "compare" it scans ...
by xurc
05 Apr 2018, 09:56
Forum: Help
Topic: Error while compiling version 9.9
Replies: 15
Views: 2351

Re: Error while compiling version 9.9

Hi,

Initially I was thinking (I don't know why I didn't check that before) that there are separate executables for UI and command line, but I obviously was wrong.

rsync is a great tool, but I cannot use it in one environment I need to backup. On that env there is only SFTP access, so I was ...
by xurc
03 Apr 2018, 20:36
Forum: Help
Topic: Error while compiling version 9.9
Replies: 15
Views: 2351

Re: Error while compiling version 9.9

Hi,

I've managed with the errors above (missing libwxgtk3.0-dev and libboost-all-dev).

I must say, that I'm quite disappointed. The command line is strongly connected with GTK+ which is preventing it use in non-UI environments like my NAS. Am I missing something?

BR,
xurc
by xurc
03 Apr 2018, 12:39
Forum: Help
Topic: Error while compiling version 9.9
Replies: 15
Views: 2351

Re: Error while compiling version 9.9

Hi,

I'm also facing compilation error, but different than mentioned above:

mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread `pkg-config --cflags ...
by xurc
29 Oct 2017, 17:18
Forum: Help
Topic: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL
Replies: 13
Views: 7982

Re: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL

This isn't an IPv6 issue: You're trying to access an FTP server via the SFTP protocol! ;) Zenju, 29 Oct 2017, 17:09
SFTP is available on that server as weel. I can connect via SFTP using FileZilla and WinSCP, but I can't with FreeFileSync.
by xurc
29 Oct 2017, 14:40
Forum: Help
Topic: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL
Replies: 13
Views: 7982

Re: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL

I can arrange that, but I would not like to public it here :) and I don't see that private messages are available. Please contact me via e-mail I used on this forum (I assume you as site admin has privileges to read that)
by xurc
27 Oct 2017, 19:34
Forum: Help
Topic: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL
Replies: 13
Views: 7982

Re: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL

Hi,

I would like to back to this problem. Now I have reproducible environment. What I'm sure is:
1) The error is: Cannot open folder "sftp://xxx.ovh.net/".
LIBSSH2_ERROR_SFTP_PROTOCOL: Failed opening remote file - LIBSSH2_FX_PERMISSION_DENIED [libssh2_sftp_opendir]
2) When using FileZilla & WinSCP ...
by xurc
12 Sep 2017, 07:20
Forum: Help
Topic: Bug: Mirror doesn't delete excluded folders and files
Replies: 4
Views: 1349

Re: Bug: Mirror doesn't delete excluded folders and files


Hi,
I've mirrored left folder to right folder. Then, after it was done, I've entered some exclusions:
*.pst|*.ost (I want all outlook files to be deleted)
\*\Thunderbird\ (I want any subdirectories named Thunderbird to be deleted)

If I run the mirror again, those files and directories don't get ...
by xurc
04 Sep 2017, 08:33
Forum: Help
Topic: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL
Replies: 13
Views: 7982

Re: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL



It turned out that my ISP changed IPv4 into IPv6 and that was the issue. When they changed back to IPv4 synchronization works fine.
In general IPv6 should work fine with SFTP. Do you have an IPv6 test server that reproduces the connection issues?

Now I don't have. Actually I really don't know ...
by xurc
31 Aug 2017, 07:47
Forum: Help
Topic: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL
Replies: 13
Views: 7982

Re: sftp Error Code LIBSSH2_ERROR_SFTP_PROTOCOL

I got the same error
Error Code LIBSSH2_ERROR_SFTP_PROTOCOL: Failed opening remote file
LIBSSH2_FX_PERMISSION_DENIED (libssh2_sftp_open)
In case when I wanted to compare folders (local to remote via SFTP )
It turned out that my ISP changed IPv4 into IPv6 and that was the issue. When they changed ...