Hello,
I have to copy a file over to our local server using asp.net. The remote server uses Digest Authentication and will supply the credentials needed. How do I connect to their server in asp.net using digest authentication to copy a text file over to our local machine?
thanks