C# winscpnet.dll protocol.webdav
I'm attempting to automate a process where I'm combining multiple csv files into one and then send it to a server that only supports WebDAV. I have figured out the combining the files into one file with a c# program I have written. However I added the winscpnet.dll to my project to accomplish the sending portion and when I type "Protocol." I only see FTP, SCP, & SFTP as choices.
From what I had seen on your sight, the WebDAV protocol should be available in the .NET assembly. Is that true and if so how can I get it? If it matters, I'm currently using 5.7.1.
Thanks in advance, and perhaps this has been asked before but I was not able to find it.
From what I had seen on your sight, the WebDAV protocol should be available in the .NET assembly. Is that true and if so how can I get it? If it matters, I'm currently using 5.7.1.
Thanks in advance, and perhaps this has been asked before but I was not able to find it.