I'm trying to get some source code for a WebDAV file browser working. Sadly source code for webDAV clients for iOS is thin on the ground and I've only managed to come across one example in the wild. It's called TeamDisk and is available on Git here: https://github.com/Terribl3Tim/TeamDisk_iOS and the App Store here: https://itunes.apple.com/gb/app/teamdisk/id640436179?mt=8 I've been going through it for days now and can't fix some of the issues it has (both the source and the retail copy have the same problems). Basically it compiles and will connect to a server (I've tried out many just to rule out any server issues) but loading and viewing files seems to be broken. The debugger doesn't really give any clues other than a few 404 errors which suggests a connection issue but I think it's more the tableview structure is failing to carry on the pathURL when switching views. It also has some problems with displaying on a 4" device but I can easily fix that, I just won't attempt it until I can get the basic functionality fixed. I've tried contacting the original developer but have yet to receive a reply. I know it's a lot to ask but could somebody take a look at it and help me out? I know it's probably something simple, I just can't seem to figure it out. My iOS skills reside more in Audio/Video and Cocos2D, web client stuff is all new to me and I'm having a hard time getting my head around it.