Update of /cvsroot/sunet/sunet
In directory usw-pr-cvs1:/tmp/cvs-serv19996
Modified Files:
Readme cgi-server.scm httpd-handlers.scm info-gateway.scm
ls.scm modules.scm rfc822.scm rman-gateway.scm uri.scm url.scm
Added Files:
ecm-utilities.scm format-net.scm ftp.scm netrc.scm nettime.scm
pop3.scm
Log Message:
* Files made fit for scsh 0.6
* Added further features from Eric Marsden:
* ftp.scm -- a module for transfering files using the FTP protocol
* pop3.scm -- a module for accessing a maildrop using the POP3
protocol
* netrc.scm -- a module for parsing users' ~/.netrc files to
obtain authentication information
* nettime.scm -- a module for obtaining the time from remote
machines, using either the Time (rfc868) or the NetTime (rfc867)
protocols.
Unfortunetaly,
pop3.scm needs further revision because of undefined procedures and
netrc.scm needs further revision.
Nevertheless they were added because, beside the problems, they fit
scsh 0.6.
|