File Manager

Write to a file

Writes content to a file on the remote host and preserves the existing permissions when the file already exists.

post/ssh/file_manager/ssh/writeFile

Request body

sessionIdstring
pathstring
contentstring

Response

File written successfully.

Changes