evanplaice / node-ftpsync

Intelligent file syncronization over FTP
http://evanplaice.github.io/node-ftpsync
MIT License
74 stars 21 forks source link

Using the client as the slave with a readonly FTP connection #14

Open alexcroox opened 9 years ago

alexcroox commented 9 years ago

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.

evanplaice commented 8 years ago

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.