ASP.NET | Download di un file con l’oggetto WebClient
Imports System.Net Dim url As String = “http://www.sorrentino.it/sorrentino.html” Dim http As WebClient = New WebClient http.DownloadFile(url, “C:\\html\\sorrentino.html”)
Imports System.Net Dim url As String = “http://www.sorrentino.it/sorrentino.html” Dim http As WebClient = New WebClient http.DownloadFile(url, “C:\html\sorrentino.html”)