Hello. When I add ftpsync.settings default values is:
“host”: “ftp.example.com”,
“username”: “your_login”, // or null for anonymous login
“password”: “your_password”,
“path”: “/”,
How it change on my values so that each time I create a file, my values are initially written?
In the documentation I found the file ftpsync.default-settings, which contains this text, but I can not find this file on the PC.