Example
const rsync = require('nuclei/rsync'); const client = new rsync.Client();
RsyncClient
host
port
IsRsyncResponse
string
number
const rsync = require('nuclei/rsync'); const isRsync = rsync.IsRsync('acme.com', 873); log(toJSON(isRsync));
Was this page helpful?