Hi guys,
as per title above,
im at my wits end after a week of thoughts....
i want to download a file from a SSL web to my local(C:\)
e.g https://www.abc.com/File/myfile.txt
Scenario:
from the web browser(Internet Explorer), i required to login to the site in order to download the file.
in the vb program i pass in this url to download the file (include my password and username):
https://www.abc.com?Login&password=pass&username=usr&redirectto=File/myfile.txt
but what has been downloaded to my C:\ is the login page(in myfile.txt)
but when i use the url on the web browser(https://www.abc.com?Login&password=pass&username=usr&redirectto=File/myfile.txt
)
i managed to get the file (the actual file).
Question:
is there anyway that i can download the file from a login page?
do you get what i mean?
Thanks