Search found 15 matches

by SipriusPT
04 Dec 2018, 14:21
Forum: Help
Topic: SFTP and FTP Setup under FFS
Replies: 0
Views: 318

SFTP and FTP Setup under FFS

Hey,

I am trying to use FTP setup of FFS, but I cannot find where is it in FFS GUI:

https://freefilesync.org/manual.php?topic=ftp-setup

Anyone knows where is it?

Thanks in advance!
by SipriusPT
14 Jun 2018, 16:34
Forum: Help
Topic: Code error 58: GetFileInformationByHandle
Replies: 6
Views: 721

Re: Code error 58: GetFileInformationByHandle

Is a SMB server working in Server App 3 on a MacOS.

Using native explorer I dont have any issues at all, but using FFS I receive those errors.

In times I have found similar problems with xcopy command line from windows, where was able to copy some files and then received an error related with ...
by SipriusPT
14 Jun 2018, 15:57
Forum: Help
Topic: Code error 58: GetFileInformationByHandle
Replies: 6
Views: 721

Re: Code error 58: GetFileInformationByHandle

Ofcourse Zenju.

With FFS 9.9 64bits:
by SipriusPT
14 Jun 2018, 09:34
Forum: Help
Topic: Code error 58: GetFileInformationByHandle
Replies: 6
Views: 721

Re: Code error 58: GetFileInformationByHandle

I am using the latest version of FFS, the 10.1. I have not tested with previous versions.

Using the direct link for example \\192.168.1.1\shared_folder I am able to sync, but if I try to use it as a mapped unit, I receive that error.

If I have to use the direct link there is no problem. I have ...
by SipriusPT
13 Jun 2018, 16:36
Forum: Help
Topic: Code error 58: GetFileInformationByHandle
Replies: 6
Views: 721

Code error 58: GetFileInformationByHandle

Hello,

I have a smb server where I can access and read and write without problem, but when I try to use FFS with it through his IP, I receive the following error:

index.png

Do you know a way to solve this without having to map this unit with a letter in this system?

If you need more info, let ...
by SipriusPT
14 Dec 2017, 14:09
Forum: Help
Topic: Odd switching of paired folders with left and right of FFS batch
Replies: 0
Views: 397

Odd switching of paired folders with left and right of FFS batch

Hello,

I am trying to set a FFS batch with this set at paired folders to mirror the remote folder in Disk1 with a local folder:

<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="8" XmlType="BATCH">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude ...
by SipriusPT
14 Dec 2017, 13:06
Forum: Help
Topic: Unable to open FreeFileSync on macOS
Replies: 10
Views: 2108

Re: Unable to open FreeFileSync on macOS

I have been using FFS 9.5 on that MacOS version and also on Sierra without problem.
by SipriusPT
13 Dec 2017, 16:01
Forum: Help
Topic: (SOLVED) Running batch in Real Time Sync in MacOS for AFP
Replies: 4
Views: 3155

Re: (SOLVED) Running batch in Real Time Sync in MacOS for AFP


Did you try the standard approach from the FFS manual? e.g.
1. create your FFS batch job and load it into RTS
2. Schedule RTS to run from startup
The description is for scheduling FFS with ffs_batch files, but should just as well work for other applications like RTS with ffs_real files ...
by SipriusPT
20 Nov 2017, 15:23
Forum: Help
Topic: Problem when uploading certain files at macos
Replies: 1
Views: 441

Problem when uploading certain files at macos

Hello,

I had a problem where if I simply copy and paste from a local folder to a remote folder it paste it right, but if FreeFileSync do it, my file changes from Document to Unix executable, and I really dont know why. I have already check extended attributes and all seems fine from terminal.

Here ...
by SipriusPT
07 Nov 2017, 12:35
Forum: Help
Topic: (SOLVED) Running batch in Real Time Sync in MacOS for AFP
Replies: 4
Views: 3155

Re: Running batch in Real Time Sync in MacOS

So I have made a python script to interact with RTS batchs to be able to use those under AFP.

Here is a script if anyone here wants to share and backup automatically without problems under AFP on MacOS to save Extended Attributes of files , I have fully tested it against network cuts (also under ...
by SipriusPT
31 Oct 2017, 12:31
Forum: Help
Topic: (SOLVED) Running batch in Real Time Sync in MacOS for AFP
Replies: 4
Views: 3155

Re: Running batch in Real Time Sync in MacOS

I have not meationed but Real Time Sync doesnt work in my MacOS 10.11.6 (El Capitan). I have tried to launch it with FreeFileSync batch that was working well, but doesnt sync, and doesnt give me any error.

Also I have tried to get a batch file RTS (didnt knew that there was that feature) and still ...
by SipriusPT
31 Oct 2017, 11:45
Forum: Help
Topic: (SOLVED) Running batch in Real Time Sync in MacOS for AFP
Replies: 4
Views: 3155

(SOLVED) Running batch in Real Time Sync in MacOS for AFP

Hello,

I have been using batch files in Real Time Sync running in startup in Windows without problem, but I am trying to do the same in MacOS but I cannot find a way to do it.

In MacOS I can only 'open' every batch file with FreeFileSync, if I try directly with RealTimeSync, I cannot open it.

So ...
by SipriusPT
25 Sep 2017, 11:45
Forum: Help
Topic: Create script to only compare folders
Replies: 3
Views: 1238

Re: Create script to only compare folders

Just use a ffs_gui file instead of a ffs_batch file and FreeFileSync will run a comparison without also starting synchronization. Zenju, 24 Sep 2017, 13:28
thank you very much Zenju, it works like a charm!

This FreeFileSync is such a massive tool!
by SipriusPT
20 Sep 2017, 13:08
Forum: Help
Topic: Create script to only compare folders
Replies: 3
Views: 1238

Create script to only compare folders

Hello guys,

I am trying to create a batch script under FreeFileSync just to compare two folders every 24hours.

From what I am seeing I can only compare and sync after, but cannot find a way to avoid the sync part. =/


<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks ...