RE: [users@httpd] POSTing to non-executable file

2005-06-14 Thread Yanbin Ma
I know some browsers send in HTTP HEAD command before they send HTTP GET. I am sure your client program can do the same. Yanbin Ma Competitrack Inc. 718-482-4284 -Original Message- From: Stephen Carville [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 10:01 PM To:

[users@httpd] POSTing to non-executable file

2005-06-13 Thread Stephen Carville
Is there a good way for a client program to check for the existance of a file on a remote server before attempting a download? Kind of an http version of the ls command. We have a software program that checks for the existance of a file by doing an empty POST to the URL. This works with apach