ok I am able to downlaod files from this server using
My.Computer.Network.DownloadFile("http://www.drivehq.com/webdav/12padams/test.txt", "c:/test.txt", "myusername", "mypass")
but I cant get uploading to work using this code:
My.Computer.Network.UploadFile("c:/vcredist_x86.log", "http://www.drivehq.com/webdav/12padams/test.txt", "myusername", "mypass")
It does not come up with any errors when i run the program (It comes up with an error if i type the password wrong) but once its done "sending" the file never appears.
Am i sending it to the wrong place?
Please help me be able to upload files using visual basic.net