Skip to content

t9mike/FoldertoSPOLib

Repository files navigation

FoldertoSPOLib

Folder to SPO is built on .Net 4.0 framework. The tool allows you to sync a folder in local drive or network drive with a document libarary in SharePoint.

SharePoint client object model techinque is being used to push the changes to the SharePoint.

The output of the project is a console app and windows service. The msi project also attached with the source code.

Before you start using the tool, you would need to configure some paramerter in setting.xml.

// SharePoint document lib name // You can add as many locations as you want networklocation="LOCATION2" spsite="https://SPOnlineSiteURL" spLib="DOCLIBNAME2"></folder> // filter the files .. in this case the tool will only works on the three extenions below. you can add unlimted number of extentions. .xls .xlsx .txt

// make sure the folder exist in this location.. The tool also write logs in the windows event log // For each SP URL in the folder section, you must provide a valid SPO user account to it. <spaccount spsite="https://SPOnlineSiteURL" username="USERNAME" password="PASSWORD" ency="0" //You can provide an ecrypeted password. See the crypto project for more info. >

About

Sync folder to SharePoint document library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published