Wsh is a remote Unix and Windows NT shell that works via HTTP. The client script provides a shell-like prompt, encapsulating user commands into HTTP POST requests and sending them to the server script. The server script extracts and executes commands and returns STDOUT and STDERR output. Features include command line history support, file upload/download, and it can work through an HTTP proxy server.
| Tags | Shells Security Internet Web |
|---|---|
| Licenses | Freeware |
| Operating Systems | Unix |
| Implementation | Perl |
Recent releases


Changes: A Java version of the Wsh server has been added.


Changes: A WSH server in C has been added.


Changes: HTTP Basic Authorization support has been added.


Changes: In this version, SSL support was added, the configuration script was modified, and a French README was added.


Changes: A cd command bug when the server script runs under UNIX has been fixed.