Need help with using C# API to download and upload files

Help!!

I’m working on what should be a fairly simple problem – downloading and uploading files from Owncloud into a C# application.

From the examples I’ve come across, though, I haven’t been able to get referenced support packages loaded (OwncloudSharp, Owncloudsharp.types by bnoffer) to install properly. Own Nuget they appear to be loaded, but when I try to reference them they are nowhere to be seen.

I’ve also tried examples using WebDav and WebDAVClient – and while I am able to reference them, they don’t seem to have functions that I need – such as “c = new WebDAVClient();” generates an error message.

Is there anyplace that has a clear cut example of how to Download OwnCloud files using WebDAV ??

Thanks in advance!!