You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server already has a directory listing. But with just few small changes it may also support WebDAV file transfer protocol. This will allow to mount a folder or use many other programs to work with files e.g. music players, backup/sync tools.
By implementing also LOCK, PUT, DELETE, MKCOL methods the folder can be also be edited but this increases complexity.
With this feature users will easier share files and can have a small personal cloud.
So here we have a folder Some Folder but it's href e.g. path of URL is /dav/Some%20Folder/ and space was URL escaped to %20.
We know that this is a folder because it has <D:resourcetype> <D:collection/> </D:resourcetype>.
Next we have a README.txt file with href /dav/README.txt. It has <D:resourcetype></D:resourcetype> e.g. empty.
The server already has a directory listing. But with just few small changes it may also support WebDAV file transfer protocol. This will allow to mount a folder or use many other programs to work with files e.g. music players, backup/sync tools.
By implementing also LOCK, PUT, DELETE, MKCOL methods the folder can be also be edited but this increases complexity.
With this feature users will easier share files and can have a small personal cloud.
The original 200 OK server also had the feature request kzahel/web-server-chrome#143
The text was updated successfully, but these errors were encountered: