files/volume/path/filename

The files/volume/path/filename URI manipulates the named file in the named path.

URI path

files/volume/path/filename

Supported request methods

GET

Queries the system for the file at the specified path with the supplied filename. The file contents are returned as the payload of the message response.

PUT

If the named file does not yet exist, adds a new file (with the requested URI) to the system. If the requested file already exists in the system, changes the existing file. The payload of the PUT command become the contents of the file.

DELETE

Removes the specified file from the system.

 

© 2019 Digi International Inc. All rights reserved.
files/volume/path/filename updated on 17 Oct 2017 11:04 AM