Sharepoint settings – [used with sharepointdownload and sharepointupload]
| Parameter | Notes |
|---|---|
| /s | Site URL, the URL of the SharePoint site that you want to access, for example, http://localhost/testsite |
| /l | Library, the name of the library that you want to access, for example, "Test Library" |
| /k | The subfolder in the library to download from or upload to |
| /f | The local folder to download documents to or upload a document from |
| /e | An optional extension mask that limits those files to manipulate, for example, “pdf,tiff” |
| /r | If set to “True” sub-folders of the Sharepoint Library are handled |
| /a | The action: - Download: /a=0 - Upload: /a=1 |
| /u | The username used to connect to the SharePoint site |
| /p | The password (encrypted) used to connect to the SharePoint site |
| /o | Set this if the site is in office 365 |
| /c | Continue processing if an error occurs |
| /UseADFS | Set this to true if you use Active Directory for your SharePoint User Management |
| /ADFSHost | Provide the name of the Active Directory server |
| /ADFSRelyingPartyIdentifier | Provide the Relying Party Trust identifier for your SharePoint |
| /Createfolders | When uploading files, if you set recursive to true, switch this setting on to recreate folders that do not exist in SharePoint |
| /Maxcores | Number of Parallel processors used to upload or download files to/from SharePoint |
| /IncludePattern | Only files that match this pattern will be included |
| /ExcludePattern | Any file that matches this pattern will be excluded |