'WebDAV/HTTP 1.1 Client server calls

I am beginner to WebDAV/HTTP protocol. I want to transfer files across network using WebDAV. The source received camera image raw data files has to be placed in a webDAV server (a folder). These files are then copied by a remote client via webDAV. my questions below

  • Is it necessary to use webDAV/HTTP GET/POST/PUT method calls on the server machine to copy images or just a normal Linux/QNX command shall work?
  • If we do not need to go via WebDAV just to copy files then how can we attach properties to these files like file name and size? are these automatically supplied to remote client by webDAV using some OS file system calls?

Thank you in advance for your answers



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source