I need to create a file stream directly at a server location using an URL. Something like
fs = new FileStream("http://SiteName.in/abc/xyz/pqr.pdf", FileMode.Create);
but its giving me this exception:
URI formats are not supported
I tried it with many other options but not providing satisfactory result.