mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[rtns] Add functionality to enable and disable webserver (#6270)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user