Sorry, wrong link. Use this one:
http://gnuwin32.sourceforg
Main Topics
Browse All TopicsIs there a way to show the progress of a ftp download in DOS?
I enabled "hash" but all it does it show a bunch of ##########
For a 750MB download, that may get kind of annoying. Is there a way in VBScript to make a window popup that shows it's downloading?
Maybe a popup that will go away when the download is complete and the ftp has quit and closed?
My ftp script file runs "get filename.zip" and takes about 15 - 30 mins depending on internet connection, then it quits.
My vbscript is:
oShell.run "cmd /C cd " & ControlPath & " & ftp -s:ftp_script.txt & del " & fScriptFile, 1, True
What can I add to make it more "pretty" or "user friendly" then just showing a black dos box scrolling ######### the whole time.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, wrong link. Use this one:
http://gnuwin32.sourceforg
My vbscript downloads 7 zip command line exe first, then it downloads the large zip file (that's about 800 mb).
Once it's done, the vbscript runs the 7zip command line to extract the large zip file.
My goal is to automate it. Can wget be downloaded as a single tool and then automate connecting/authenticating to ftp server and downloading a file?
None that I am aware of and I do quite a bit of FTP batch scripting. There are some ways to adjust the HASH size, see http://ss64.com/osx/ftp.ht
Business Accounts
Answer for Membership
by: DrDamnitPosted on 2009-09-05 at 19:30:58ID: 25268571
Why not use wget? It will do all that and a bag of chips. Get the Windows version:
e/wget/
http://www.gnu.org/softwar