Y
yxq
Hello,
I want to download all the files from my server using the code below, but
the *.ini and *.dat type files can not be dowloaded, other type files can be
downloaded, why?
Private myWebClient As New System.Net.WebClient
myWebClient.DownloadFile(RemoteUri & FileName, tempPath & FileName)
Thank you
Steven
I want to download all the files from my server using the code below, but
the *.ini and *.dat type files can not be dowloaded, other type files can be
downloaded, why?
Private myWebClient As New System.Net.WebClient
myWebClient.DownloadFile(RemoteUri & FileName, tempPath & FileName)
Thank you
Steven