I need to download some files on a secure web server. I'm using the VisualBasic.Devices.Network.DownloadFile() method, however if the file does not exist then it throws an exception.
Does anyone have any ideas on how to check for this existence of the file? It is not on my local network and I have to use a username and password to log into the server over http.
Thanks,
J
Does anyone have any ideas on how to check for this existence of the file? It is not on my local network and I have to use a username and password to log into the server over http.
Thanks,
J