Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



On This Page


The CLI references “skysync.” This is expected.


PowerShell and Node example scripts can be found within the skysync-cli project at ~skysync-cli/samples.  A summary of the available scripts is below.


Node

This sample demonstrates how to natively use client SDK in node for following steps:

  • Obtain SkySyncClient object with provided credentials

  • Create an NFS connection

  • Create Office 365 connection

  • Create a sync job

  • Start the job

  • Delete all sample jobs

  • Delete all sample connections


Powershell

Basic NFS to Box Copy Job Sample

This sample encompasses the following steps:

  • Authenticate using an external file

  • Create an NFS connection

  • Create a Box connection

  • Create a copy job

  • Start the job

  • Delete all transfer jobs (preserve system jobs)

  • Delete all connections, except for the 'My Computer' connection







  • No labels