Update a File
This operation allows you to update an existing file in the servers storage folder. If the file already exists it will be overwritten.
HTTP method |
PUT
|
URI |
/FileService/<filename>
|
Request headers |
Host: <server_dns_or_ip>[:<port>] Content-Type: text/plain Content-Length: <length>
|
Request body |
A string containing the records from the text file.
|
Response headers |
Content-Length: 0 Date: <date_time> Server: Microsoft-HTTPAPI/2.0
|
Response body |
None
|
HTTP result codes |
HTTP 200 (OK) indicates that the file was created or updated.
|