class TermFuncs
- TermFuncs
- Reference
- Object
Direct Known Subclasses
Defined in:
agent_mgmt.crInstance Method Summary
- #drop_to_shell(connfd : TCPSocket, hostname : String | Nil, username : String | Nil) : Nil
- #file_download : Nil
- #file_upload(connfd : TCPSocket, rhost : String, rport : Int32, src : String, dst : String) : Nil
- #get_stats : Nil
- #install_service : Nil
- #process_output(connfd : TCPSocket) : Bool
- #resolve_cmd(cmd : String) : String
- #test_heartbeat : Nil
- #test_ssl : Nil
- #update_keys : Nil
- #update_logs : Nil
- #update_token : Nil
Instance Method Detail
def drop_to_shell(connfd : TCPSocket, hostname : String | Nil, username : String | Nil) : Nil
#
def file_upload(connfd : TCPSocket, rhost : String, rport : Int32, src : String, dst : String) : Nil
#