Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to imbed in my application a connection to a secure on-line storage location. These are random access data files. I want to be able read and write the data in the program automatically without any special intervention by the user.

Obviously, I have to reference the location (https:\\onlinefilefolder.com\dav\). Since it is secure, I will also have to provide the user name and password.

Please advise as to how to do this>
Posted
Comments
Sergey Alexandrovich Kryukov 9-Oct-12 19:21pm    
What exactly do you mean by "VB" (version, platform, please)?
--SA
KevinBrady57 9-Oct-12 19:33pm    
Sorry. VB2010 on Windows 7.
Sergey Alexandrovich Kryukov 19-Nov-12 17:45pm    
As I can see, you got abuse reports for posting the "answers" to your own question. If people also report on your account, eventually it can be disabled. Please be aware of that. You can add comments and use "Improve answer" instead.
--SA

1 solution

There is an available client for .NET:
https://github.com/kvdb/WebDAVClient[^].

Unfortunately, you did not explained what do you mean by "VB". Next time, always tag all relevant information properly. I hope, this is nothing but VB.NET. (And if, by some weirdest reason, if is not, you should… not solve this problem at all and, perhaps, not doing any programming. VB prior to VB.NET do not worth wasting any time. There is no a single reason. Yes, I'm sure.)

—SA
 
Share this answer
 
Comments
KevinBrady57 9-Oct-12 20:07pm    
Isn't there some code snippet that will allow me to access the internet storage location that I can embed in my program?
Sergey Alexandrovich Kryukov 10-Oct-12 2:05am    
Snippet? What are you talking about? As if you did not see this link... Please see, there is a test client... after all, do something by yourself.
--SA
KevinBrady57 11-Oct-12 12:13pm    
There is a VB2010 set of code in CodeProject: http://www.codeproject.com/Articles/36444/How-to-Upload-a-File-to-a-WebDAV-Server-in-VB-NET
Sergey Alexandrovich Kryukov 11-Oct-12 12:35pm    
Well, it's another article which could be helpful. If you post it as an alternative solution, I'll gladly up-vote your answer. (Then, if you do, please notify my by commenting in this post.)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900