Search results for query: *

  1. M

    EasyHTTP - trying to work out GETting.

    I got RegEx to find the name of the file, but Dell obscures their links with javascript. They do store their files in predictable locations, however, so I can reliably know that the audio files are going to be located in ftp.us.dell.com/audio. What I'm trying to figure out at the moment is...
  2. M

    EasyHTTP - trying to work out GETting.

    Yes! It was the user agent! I actually figured out how to add that to the EasyHTTP class a few moments ago and got it working. I tried to update, but vbdotnetforums had some kind of error from which it has apparently recovered. (PHP has encountered an Access Violation at 7C810A5B, if you're...
  3. M

    EasyHTTP - trying to work out GETting.

    Here's some packet captures. This is wget successfully getting the right data: GET /support/downloads/driverslist.aspx?c=us&cs=2684&l=en&s=bsd&catid=3&os=WW1&osl=en&servicetag=dkqnzb1 HTTP/1.0 User-Agent: Wget/1.11.4 Accept: */* Host: support.dell.com Connection: Keep-Alive I'm not...
  4. M

    EasyHTTP - trying to work out GETting.

    I'm a sysadmin trying to write a utility to automatically download and install the appropriate and current drivers from the Dell website. I'm just getting started and at the moment I'm working on trying to figure out how to submit the correct URI to their site. I've identified the...
Back
Top