Add simple echo CGI script.
[newgopher.git] / README
blobdabd4341d732e16f62d8c5497c6b42b4731d688d
1 # Server
3 perl, File::MimeInfo, IO::Socket::SSL
5   $ cp server.conf server.conf.my
6   [ edit server.conf.my ]
7   $ ./sserver.sh server.conf.my
9 # Client
11 perl, Curses::UI, IO::Socket::SSL
13   $ ./ngo localhost
17   $ ./ngo -o localhost/selector.path
19 to download file to the current directory.
21 In curses mode, press Ctrl^X to access the menu.