node-ftpsync icon indicating copy to clipboard operation
node-ftpsync copied to clipboard

Using the client as the slave with a readonly FTP connection

Open alexcroox opened this issue 9 years ago • 1 comments

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.

alexcroox avatar Apr 30 '15 12:04 alexcroox

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.

evanplaice avatar Jan 07 '16 05:01 evanplaice