Jump to content

Downloading Files from the Net


smahdi83
 Share

Recommended Posts

Hello,

I need to download a series of PDF files from a secured website. I already have a username/password for that site but I am not sure on how I can do this if I want to use the InetGet function, since that function downloads directly from the http or ftp link we provide it, but since I need to pass authentication first, it causes a problem.

Right now, I am doing this process by using a bunch of SendKey() commands along with IE.au3 functions, which causes a lot of headaches because it crashes on me all the time.

Any help would be greatly appreciated.

Thanks,

Link to comment
Share on other sites

INetGet("http://myuser:mypassword@www.somesite.com")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...