I can't seem to get my program to download the full files
such as the file i want is 142 kb it only gets 49
can anyone help
CODE
Client.DownloadFile(new Uri(m_settings.UrlToDownloadFrom + file), file);
thats what i have
m_settings.UrlToDownloadFrom is the url
file = is the string for the file