2.0.0-r1 #2

Merged
sgraves merged 15 commits from 2.0.0-r1 into master 2025-02-14 14:33:14 -06:00
Showing only changes of commit aba5124c39 - Show all commits

View File

@@ -71,7 +71,7 @@ const progress_cb = (local_path, remote_path, progress, completed) => {
//****************************************************************************//
// Step 1. Create a connection //
//****************************************************************************//
const conn = await rep.connect(MY_HOST_OR_IP, MY_PORT, MY_TOKEN);
const conn = await rep.connect(MY_HOST_OR_IP, MY_PORT, MY_PASSWORD);
/* Disconnect when complete
await conn.disconnect();