Multiple choice

If a user needs to move a file to another location, the request line method is ________.

  1. MOVE

  2. PUT

  3. GET

  4. PATCH

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The MOVE method is used to move a file to a different location on the server. While not part of standard HTTP/1.1, it is defined in WebDAV (Web Distributed Authoring and Versioning) extensions for file management.