Reputation: 36
I need to watch ftp folder for files create/update/remove events. But I can't find any suitable solution to do this using node.js. Can you help me, please?
Upvotes: 0
Views: 3465
Reputation: 877
You can use sftp-watcher modules. which will reduce your time.
https://www.npmjs.com/package/sftp-watcher
Upvotes: 0
Reputation: 29167
Upvotes: 2