
Originally Posted by
jmcilhinney
Have you read the documentation for the DownloadFile method? Do so and you should find that your question is answered.
Thx i was check this :http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx and http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx
Inlode code
Code:
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt", "anonymous", "password")
But its not working..(download only 5 kb and thats it, when file has 100 MB)
Im sorry for my questions but i m just begginer and some thinks are unclear for me. The best way how to explain smt to begginer is provide some small apllication with code.
Thx a lot for any reply...