I've been using:
Using dll As New System.Net.WebClient
Label1.Text = ("Currently Downloading: File")
dll.DownloadFileAsync(New Uri("http://website.com/file.txt"), "File.txt")
End Using
for downloads.
I have a directory for Mesh files to which there's over 10,400 files inside of, more and more are added every month.
Is there a way to download every Mesh folder/file located on a web(or)FTP server, skipping any file that already exists on the user's machine to cut down on download time?

New Topic/Question
Reply



MultiQuote



|