This is a .NET Core OneDrive client for OneDrive Personal / OneDrive Business drives. It is written in F# .NET and targets .NET 5.0.
- Clone this repository
- Run
build.cmd
USAGE: OneDriveCLI.exe [--help] --direction <up|down> [--local <string>] [--remote <string>] [--ignore <string>] [--ignore-file <string>] [--threads <int>] [--dry-run]
Details of the options:
--direction <up|down> direction of sync <up|down>.
--local <string> local root path.
--remote <string> remote root path.
--ignore <string> ignore file glob
--ignore-file <string> file containing globs to ignore
--threads, -t <int> number of threads to run on
--dry-run, -n don't make any changes
--help display this list of options.