TLDRBins TLDRBins / Webdav


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Tools

# Without creds davtest -url http://<TARGET>
Sample Output: TO-DO
# With creds davtest -url http://<TARGET> -auth '<USER>:<PASSWORD>'
Sample Output: TO-DO

Ref: Download davtest

# Rename a remote file curl -X MOVE -H 'Destination:http://<TARGET>/<NEW_FILENAME>' http://<TARGET>/<FILE>
Sample Output: TO-DO