Jump to content

Downloading local files


 Share

Recommended Posts

Hello!

Im writing a script that will download a file on a local network (actually across a WAN) and I would like to create a progress meter to let the user know something is happening.

I have found a few download scripts but they are all based on internet files rather that local ones and so the macro @InetGetBytesRead doesn't work.

Is there a local file version of @InetGetBytesRead or a better way to do a progress meter for a WAN file download?

Thanks

Link to comment
Share on other sites

It doesn't depend on whether the file is local or remote, it depends on the way you are downloading the file. For example: You can use InetGet to download local files (if you set up a http webserver).

If you're doing this with InetGet, then you can just use whatever you had already found.

If you are using FileCopy, then I did a quick Google and saw what I could come up with:

http://www.autoitscript.com/forum/index.php?showtopic=29730

http://www.autoitscript.com/forum/index.php?showtopic=102725

http://www.autoitscript.com/forum/index.php?showtopic=26374&st=0&p=187715&#entry187715

http://www.autoitscript.com/forum/index.php?s=&showtopic=11313

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...