Comment on introducing copyparty, the FOSS file server

<- View Parent
tripflag@lemmy.world ⁨1⁩ ⁨week⁩ ago

sure! my implementation is really basic, just the stuff that’s needed to make the clients i’ve tested happy, so there’s probably still clients that won’t be able to connect (And i’ll fix those as soon as I hear about them!)

httpcli.py is the http methods handler, and the webdav-specific handlers are all next to eachother, propfind // proppatch // lock // unlock // mkcol // and there’s also put for the uploads, but that’s not entirely webdav-specific, just webdav-aware.

source
Sort:hotnewtop