Thanks to everyone for their help on this.  My programmer and I have managed to get this written.  The site does a post to get the csv file.  Upon doing that post it returns all of the results necessary.  Thanks again.
Jason Passow
Mississippi Welders Supply
[EMAIL PROTECTED]
ph: (507) 494-5178
fax: (507) 454-8104

"If you do everything right, nobody will realize you've done anything at all."


Stephen Ryan wrote:
Can you identify the GET or POST that results in the CSV file being
returned? If so, then  it may be possible to use CURL to retrieve that
from a script, without programming in VB or whatever. Curl can work over
SSL on Windows if you also download the OpenSSL libraries. See
http://curl.haxx.se

I'm hoping you can script something like,

   curl <url-to-get-csv-file> -o filename.csv
or 
   curl -u user:passwd <url-to-get-csv-file> -o filename.csv

You could use curl from the command line to test the GET/POST commands
you've captured so far.

//Steve



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Jason Passow
Sent: den 29 augusti 2005 20:43
To: [email protected]
Subject: Re: [SA-list] OFF-TOPIC Script to log-in to website

I have done that with Ethereal.  I have the gets and posts and such but 
I have no idea what to do with the data. 

Jason Passow
Mississippi Welders Supply
[EMAIL PROTECTED]
ph: (507) 494-5178
fax: (507) 454-8104

"If you do everything right, nobody will realize you've done anything at
all."



Dirk Bulinckx wrote:

  
If you want to get the address, the I would use a sniffer while doing
    
the
  
logon, and you'll see what happens. 


Dirk.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
    
Behalf
  
Of Jason Passow
Sent: Friday, August 26, 2005 8:57 PM
To: [email protected]
Subject: [SA-list] OFF-TOPIC Script to log-in to website

I am trying to find someone who may have insight on how to login to
    
this 
  
website (http://www.onsitetelemetry.net) and retrieve information that 
is then displayed in a pop-up window.  They have blocked all right
    
click 
  
options and menus on the page so I cannot even find the actual address.
    

  
I think that it is probably not possible to do what I am asking but if 
anyone has any ideas please contact me off list.  Thank you.

 

    



-------------------------

[This E-mail scanned for viruses by Declude Virus]

To unsubscribe from a list, send a mail message to [EMAIL PROTECTED]
With the following in the body of the message:
   unsubscribe SAlive





-------------------------

[This E-mail scanned for viruses by Declude Virus]

To unsubscribe from a list, send a mail message to [EMAIL PROTECTED]
With the following in the body of the message:
   unsubscribe SAlive

  
------------------------- [This E-mail scanned for viruses by Declude Virus] To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive

Reply via email to