> Thanks Michel. I was able to PUT and DELETE the file sucessfully. However, I > guess due to way virtual host is configured, I couldn't actually PUT/DELETE > a page into the directory desired.
PUT /gizmo.html HTTP/1.1 Host: your.virtualhost.com Content-Length: 10 <RET> abcdefghij <RET><RET><CTRL-D> DELETE /gizmo.html HTTP/1.1 Host: your.virtualhost.com <RET><RET><CTRL-D> By the way, when you want to reproduce something that Nessus did, sniff the action with Ethereal. http://www.ethereal.com/
