[rtns] Add functionality to enable and disable webserver (#6270)

This commit is contained in:
Thad House
2024-01-20 20:15:30 -08:00
committed by GitHub
parent 7957f4a625
commit e408f3ad27
5 changed files with 336 additions and 32 deletions

View File

@@ -58,6 +58,8 @@ class SshSession {
*/
void Execute(std::string_view cmd);
std::string ExecuteResult(std::string_view cmd, int* exitStatus);
/**
* Puts a file on the server using SFTP.
*