Question on wget upload/dload usage

2007-06-18 Thread Joe Kopra
I believe I may be using wget incorrectly. I am trying to upload .mup files to the IBM site: http://www14.software.ibm.com/webapp/set2/mds/mds The purpose of this exercise is to send the invscout output (the .mup) to IBM and get back a .html file that is a formatted report of what mic

RE: Suppressing DNS lookups when using wget, forcing specific IP address

2007-06-18 Thread Tony Lewis
Try: wget http://ip.of.new.sitename --header="Host: sitename.com" --mirror For example: wget http://66.233.187.99 --header="Host: google.com" --mirror Tony -Original Message- From: Kelly Jones [mailto:[EMAIL PROTECTED] Sent: Sunday, June 17, 2007 6:10 PM To: wget@sunsite.dk Subject: Supp

RE: Question on wget upload/dload usage

2007-06-18 Thread Tony Lewis
Joe Kopra wrote: > The wget statement looks like: > > wget --post-file=serverdata.mup -o postlog -O survey.html > http://www14.software.ibm.com/webapp/set2/mds/mds --post-file does not work the way you want it to; it expects a text file that contains something like this: