J
Jared
Hi,
I have following code, but it is not capable of reading file length-and
therfore cant show progress, has anyone else found solution for this prob...
WC.Credentials = New Net.NetworkCredential("test", "test")
WC.DownloadFileAsync(New Uri("ftp://256.256.256.256/fileX.exe"),
"c:\setup.exe")
WC_DownloadProgressChanged Event always return legnth of -1
Thanks
Jared
I have following code, but it is not capable of reading file length-and
therfore cant show progress, has anyone else found solution for this prob...
WC.Credentials = New Net.NetworkCredential("test", "test")
WC.DownloadFileAsync(New Uri("ftp://256.256.256.256/fileX.exe"),
"c:\setup.exe")
WC_DownloadProgressChanged Event always return legnth of -1
Thanks
Jared