Re: retrieving gifs through HTTP from script

1998-06-17 Thread servis
On 17 Jun, Nico De Ranter wrote: > > Hi, > > I need to write a script dat will download a gif from an HTTP > server. Unfortunately it turns out that when I telnet to the > webserver (port 80), issue "GET test.gif" and pour the output > into a file (making sure to remove the three header lines) t

RE: retrieving gifs through HTTP from script

1998-06-17 Thread Ted Harding
On 17-Jun-98 Nico De Ranter wrote: > I need to write a script dat will download a gif from an HTTP > server. Unfortunately it turns out that when I telnet to the > webserver (port 80), issue "GET test.gif" and pour the output > into a file (making sure to remove the three header lines) the > gif t

Re: retrieving gifs through HTTP from script

1998-06-17 Thread Hamish Moffatt
On Wed, Jun 17, 1998 at 11:51:33AM +0200, Nico De Ranter wrote: > I need to write a script dat will download a gif from an HTTP > server. Unfortunately it turns out that when I telnet to the > webserver (port 80), issue "GET test.gif" and pour the output > into a file (making sure to remove the th

retrieving gifs through HTTP from script

1998-06-17 Thread Nico De Ranter
Hi, I need to write a script dat will download a gif from an HTTP server. Unfortunately it turns out that when I telnet to the webserver (port 80), issue "GET test.gif" and pour the output into a file (making sure to remove the three header lines) the gif turns out not to be useable. My best gu