|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Downloading file from a web server with Command LineI remember Don Box showed something like this, I think.....web browsing from
command line without the browser. I have vb scripts that are downloading files by Shelling out script to bring files from an FTP server. Now, there are some files sitting on a web site (with Directrory Browsing enabled) How can I download and save those data files on to hard disk, by either using Command Line or I can use Browser Object from vbScript I know, Browser Object does not have any methods for saving files due to security reasons. Can anybody find a solution to this outside of .NET coding. It has to be VBScript based. Thanks
Show quote
Hide quote
"Travis McGee" <travisGatesMc***@hotmail.com> wrote in message You could invoke wget.exe (http://www.interlog.com/~tcharron/wgetwin.html) news:eqQl8CjrJHA.3584@TK2MSFTNGP05.phx.gbl... >I remember Don Box showed something like this, I think.....web browsing >from command line without the browser. > > I have vb scripts that are downloading files by Shelling out script to > bring files from an FTP server. > > Now, there are some files sitting on a web site (with Directrory Browsing > enabled) > How can I download and save those data files on to hard disk, by either > using Command Line or I can use Browser Object from vbScript > > I know, Browser Object does not have any methods for saving files due to > security reasons. > > Can anybody find a solution to this outside of .NET coding. It has to be > VBScript based. > > Thanks from within your VB Script, using the Run or Exec method. Here is the command line for downloading the wget zip package: wget.exe http://www.interlog.com/~tcharron/wgetwin-1_5_3_1-binary.zip -onul
Batch Script Text file parse
Drive Mapping in Server 2008 Schedule Defrag through GPO (non admin) Access protected folders using system account If syntax for numeric values SBS 2003 VB Scripting - Help Needed! help with logon vbs script Query OU for disabled computers Script AD remove all members groups OU Change Password |
|||||||||||||||||||||||