Steve Caturan
2014-01-14 04:21:00 UTC
hi all,
I recently installed lftp 4.4.14 on one of my FreeBSD 9.x boxes hoping
to test drive it's WebDAV capabilities:
$ lftp -version
...
Libraries used: Readline 5.2, Expat 2.0.1, OpenSSL 1.0.1e 11 Feb 2013,
libiconv 1.14, zlib 1.2.7
Encountered issues:
$ lftp -u webdav,webdav https://dav.pixi.me/
cd ok, cwd=/
lftp ***@dav.pixi.me:/> ls -al
drwxr-xr-x - 2014-01-13 17:45:31 .
lftp ***@dav.pixi.me:/> mkdir dodo
mkdir ok, `dodo' created
lftp ***@dav.pixi.me:/> ls
drwxr-xr-x - 2014-01-13 23:15:08 .
drwxr-xr-x - 2014-01-13 23:15:08 dodo
lftp ***@dav.pixi.me:/> rmdir dodo
rmdir: File moved: 301 Moved Permanently (dodo -> https://dav.pixi.me/dodo/)
- so it seems from the notes above, using an Apache/mod_dav target,
sending a "DELETE /path/to/directory" renders a 301 server response,
instead of a 204 - I think it's an issue with a missing / at the end
of the folder/directory name (other
client's I've tested send a "DELETE /path/to/directory/" request.
If anyone has time to reproduce my issues, I have 4 server targets ready
for your testing at https://www.pixi.me/webdav.php#matrix
Thank you and best regards,
Steve Caturan
I recently installed lftp 4.4.14 on one of my FreeBSD 9.x boxes hoping
to test drive it's WebDAV capabilities:
$ lftp -version
...
Libraries used: Readline 5.2, Expat 2.0.1, OpenSSL 1.0.1e 11 Feb 2013,
libiconv 1.14, zlib 1.2.7
Encountered issues:
$ lftp -u webdav,webdav https://dav.pixi.me/
cd ok, cwd=/
lftp ***@dav.pixi.me:/> ls -al
drwxr-xr-x - 2014-01-13 17:45:31 .
lftp ***@dav.pixi.me:/> mkdir dodo
mkdir ok, `dodo' created
lftp ***@dav.pixi.me:/> ls
drwxr-xr-x - 2014-01-13 23:15:08 .
drwxr-xr-x - 2014-01-13 23:15:08 dodo
lftp ***@dav.pixi.me:/> rmdir dodo
rmdir: File moved: 301 Moved Permanently (dodo -> https://dav.pixi.me/dodo/)
- so it seems from the notes above, using an Apache/mod_dav target,
sending a "DELETE /path/to/directory" renders a 301 server response,
instead of a 204 - I think it's an issue with a missing / at the end
of the folder/directory name (other
client's I've tested send a "DELETE /path/to/directory/" request.
If anyone has time to reproduce my issues, I have 4 server targets ready
for your testing at https://www.pixi.me/webdav.php#matrix
Thank you and best regards,
Steve Caturan