Hello.
I have a situation where one part of the sync pair does not allow the creation of sync.ffs_db on the root level.
Is there a way to work around it?
Thank you in advance.
Question about the sync.ffs_db file
- Posts: 3
- Joined: 25 Nov 2025
- Posts: 4908
- Joined: 11 Jun 2019
Disable using a database for syncing.
Or, mess around with symlinks. Search the forum for symbolic links or similar.
Or, mess around with symlinks. Search the forum for symbolic links or similar.
-
- Posts: 2978
- Joined: 22 Aug 2012
No need to mess around.
See viewtopic.php?t=12413#p48345
See viewtopic.php?t=12413#p48345
- Posts: 3
- Joined: 25 Nov 2025
Thank you for the replies!
Question (might be stupid). Is it possible to create a symlink to an ftp site?
Question (might be stupid). Is it possible to create a symlink to an ftp site?
-
- Posts: 2978
- Joined: 22 Aug 2012
> Is it possible to create a symlink to an ftp site?
Never tried that.
But, it seems to depend on the FTP client being used.
In this case that client seems to be FreeFileSync.
The best is to simply try.
If that does not work, use a tool able to mount an FTP directory as a local folder or drive.
For Linux try CurlFtpFS for FTP or SSHFS for SFTP (see e.g. here)
or for Windows try CloudMounter or FTPUSE
Never tried that.
But, it seems to depend on the FTP client being used.
In this case that client seems to be FreeFileSync.
The best is to simply try.
If that does not work, use a tool able to mount an FTP directory as a local folder or drive.
For Linux try CurlFtpFS for FTP or SSHFS for SFTP (see e.g. here)
or for Windows try CloudMounter or FTPUSE
- Posts: 3
- Joined: 25 Nov 2025
Thanks for the suggestions.For Linux try CurlFtpFS for FTP or SSHFS for SFTP (see e.g. here)
or for Windows try CloudMounter or FTPUSE Plerry, 26 Nov 2025, 16:06
FTPUSE is no go in my case.
sshfs (for windows) did the trick of mounting the SFTP site on a drive letter. Then a symlink pointing to the new "drive" managed to work (as mentioned in the other post).
Regards.