Guest User

Untitled

a guest
Jun 25th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Dim client As New WebClient()
  2. client.Headers.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705")
  3. client.DownloadFile(HTTP, fileaddr)
  4. client.Dispose()
Add Comment
Please, Sign In to add comment