웹서버에서 화일을 다운로드 받기
*
Dim ad As String = "http://www.vnote.kr/"
Dim fn As String = "myfile.xml"
Using client As New System.Net.WebClient
client.Credentials = New System.Net.NetworkCredential("id", "pwd")
client.DownloadFileAsync(ad + fn, "c:\" + fn)
End Using

.

이 게시물을

공유하기

SEARCH

MENU NAVIGATION