PLEASE HELP: delete a file from the HTTP server

  • Thread starter Thread starter amine
  • Start date Start date
A

amine

Hi,

I am trying to develop an app for an IPAQ. the app is
basically an ftp client. I have been using the webrequest
and webresponse classes to download and upload files which
works perfectly fine. I actually have a couple of
questions:

* how can I delete a file from the HTTP server?
* how can I create a folder in the HTTP server?

Please I need help ASAP. Thank you very much
 
amine said:
I am trying to develop an app for an IPAQ. the app is
basically an ftp client. I have been using the webrequest
and webresponse classes to download and upload files which
works perfectly fine. I actually have a couple of
questions:

* how can I delete a file from the HTTP server?
* how can I create a folder in the HTTP server?

Please I need help ASAP. Thank you very much

You need something on the web server which knows how to handle requests
to create a folder or delete a file - there's nothing in HTTP itself
which will do it for you, as far as I know.
 
Back
Top