projects
/
tclvfs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ff982
)
webdav
author
Vince Darley
<vincentdarley@sourceforge.net>
Tue, 14 May 2002 09:20:24 +0000
(09:20 +0000)
committer
Vince Darley
<vincentdarley@sourceforge.net>
Tue, 14 May 2002 09:20:24 +0000
(09:20 +0000)
library/webdavvfs.tcl
patch
|
blob
|
history
diff --git
a/library/webdavvfs.tcl
b/library/webdavvfs.tcl
index 8066ddab582b2b5865ac02b1d6d6a76467dfc13a..656589ac795948fcb9428af4a2b9915854a6b852 100644
(file)
--- a/
library/webdavvfs.tcl
+++ b/
library/webdavvfs.tcl
@@
-83,6
+83,9
@@
proc vfs::webdav::stat {dirurl extraHeadersList name} {
return $res
}
+ # This is a bit of a hack. We really want to do a 'PROPFIND'
+ # request with depth 0, I believe. I don't think Tcl's http
+ # package supports that.
set token [::http::geturl $dirurl$name -headers $extraHeadersList]
upvar #0 $token state
@@
-168,6
+171,8
@@
proc vfs::webdav::matchindirectory {dirurl extraHeadersList path actualpath patt
::vfs::log "matchindirectory $path $pattern $type"
set res [list]
+ puts stderr "The 'PROPFIND' method not implemented. Please help!"
+
if {[string length $pattern]} {
# need to match all files in a given remote http site.