Spsimplefileupload for simple sharepoint uploads
For spsimplefileupload I am the sole developer.
Once upon a time I needed to generate an Excel report out of another system and make it available to certain people. Automating the creation of the report was a bit of a challenge, but once I got that done, I also had to decide how I could share the report. As the company had a Sharepoint 2010 setup, I figured it would be good to point the users to a specific URL and they could see what they wanted to in Sharepoint. This is where the unimaginatively named spsimplefileupload utility came in. Most of the tools I found online were complicated to setup or were overkill for what I needed to do. As I managed to write the automation I needed via a batch file (yeah, I know) I decided a simple command line utility was all I needed, so that’s what I did. I’ve tested it with Sharepoint 2010 and it works pretty well. There is not much error checking, but usually it just works. You can see the command line options, download the source code and project from github or the utility itself from github’s release page.