SharePoint

A default web browser is required for Microsoft authentication.

raidrivecli add sharepoint \
    --sp-server company.sharepoint.com \
    --sp-subsite /sites/mysite

If a mount directory is not specified, it will be mounted to a directory such as /mnt/sharepoint under /mnt. To specify the mount directory, use the --mount-path option.

raidrivecli add sharepoint \
    --sp-server company.sharepoint.com \
    --sp-subsite /sites/mysite \
    --mount-path /myservices/sharepoint

Info

SharePoint China storage uses sharepointchina instead of sharepoint.

ADDITIONAL OPTIONS

--sp-server <server>                    host (e.g. company.sharepoint.com)
--sp-subsite <path>                     path (e.g. /sites/mysite, team)

SEE ALSO