I use node.js, and I want to sync my local dirrectory with remote one.
For example: I have a remote folder with files something like this: https://nodejs.org/download/release/v13.5.0/
I also have a folder on my local computer, for instance, it is located in "C:/files", when I start the script, It should watch the remote server, and update my local files when any file on the server is changed.
I have been looking for a node module for thee days, and I still haven't found a good one for this. My remote server is also not protected with password (I want everyone can visit this link also).