1
Answer

download file using webclient issue shows you are not login.

Ask a question
Mai Hu Na

Mai Hu Na

11y
1.7k
1
I am using windows web browser control to automatic download files using web client from secured site but it show message

Servlet Response Message
You are not logged on. Please logon first.

here is my code

WebClient client = new WebClient();
client.Credentials = new NetworkCredential("username", "pwd");
client.DownloadFile(new Uri("https://infodirect.pershing.com/cehttp/servlet/MailboxServlet?operation=DOWNLOAD&mailbox_id=id3auhfu&batch_num=0069843&data_format=A&batch_id=071213.ACCT"), @"C:\Downloads\071213.ACCT");

Answers (1)