node-ftpsync
node-ftpsync copied to clipboard
Using the client as the slave with a readonly FTP connection
I'd like to keep a folder on my client (where the nodejs app sits) and use a readonly FTP connection to a remote server folder. I want the remote folder to be the master and the node app just keeps the local copy up to date with the remote one.
Is this possible with this library as it seems to work the opposite way from my understanding.
So... you want the ability to pull changes with overwrite disabled
node-ftpsync doesn't currently support pulling. I can add it as a planned feature but I don't have the time to implement it currently.