add WebDAV support

Fixes #147
This commit is contained in:
Nicola Murino
2020-08-11 23:56:10 +02:00
parent 9a15a54885
commit a9e21c282a
48 changed files with 3376 additions and 363 deletions

View File

@@ -190,7 +190,7 @@ func (c *Connection) Filelist(request *sftp.Request) (sftp.ListerAt, error) {
s, err := c.Fs.Stat(p)
if err != nil {
c.Log(logger.LevelWarn, "error running stat on path: %+v", err)
c.Log(logger.LevelWarn, "error running stat on path %#v: %+v", p, err)
return nil, c.GetFsError(err)
}