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: ------------------------- [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 SAliveCan 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: |
- RE: [SA-list] OFF-TOPIC Script to log-in to website - tr... Stephen Ryan
- Re: [SA-list] OFF-TOPIC Script to log-in to website... Jason Passow
- RE: [SA-list] OFF-TOPIC Script to log-in to web... Michael D. Shook
- Re: [SA-list] OFF-TOPIC Script to log-in to... Jason Passow
