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.
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.