/TinyWebDav

A Single File,Tiny, Python WebDav Server .

Primary LanguagePython

TinyWebDav

A Single File,Tiny, Python WebDav Server .

  • It's just one 27K Python file.
  • It's can run more python system.
    • runing PC/OSX/Linux Python.
    • runing on IOS Pythonista(iPad or iPhone) or IOS Editorial (iPad).
    • runing on RaspBerry Pi and more...
  • It's support PC/OSX/IOS Webdav client.

20240603 Change Log:

  • Python3 support ( webdav3.py for python3, webdav.py for old python2 )
  • add do_PROPPATCH function, now Windows Explorer full support. (!! windows explorer limit filesize < 50MBytes, you can using windows regedit edit it !!)
  • support show webdav request/response info. ( sys_debug = True )
  • bug fix

20170907 Change Log:

  • Fix Coda WebDav access problem.(because Coda WebDav all xml item add xmlns="DAV:".)