Http Servers Module.
Variable | SERV_PREFIXES |
SERVER helper prefixes for windows and linux based systems. |
Variable | PS_REMOTE_DOWNLOAD_OBJ |
Powershell Download Template. |
Class | PutHTTPRequestHandler |
Extend SimpleHTTPRequestHandler to handle PUT requests |
Function | serve |
Server a file or directory via http. |
Function | uploader |
Server PUT requests for file uploads. |
Class | BackgroundHttp |
Background HTTP server for staging pruposes. |
Function | powershell_serv |
Powershell server in a temporary thread. |
Function | main |
Run main function. |
Server a file or directory via http.
Parameters | address | Undocumented (type: str ) |
port | Undocumented (type: str ) | |
serv_path | Undocumented (type: str ) | |
display | Undocumented |
Server PUT requests for file uploads.
Parameters | address | Undocumented (type: str ) |
port | Undocumented (type: str ) | |
serv_path | Undocumented (type: str ) |