[Prev][Next][Index][Thread]

Re: NetPresenz ftp access --> CL-HTTP migration



Sorry Richard,

Cl-HTTP doesn't do FTP and it doesn't as yet have integration with the
MAC users and groups facilities.

However, the user and group model used by CL-HTTP should be largely
communsurate with the mac model, and therefore, this would be a good
programming project for a mac hacker. This would be a very good idea for a
commerical mac cl-http.

The focus on multiple platforms leads to emphasis on portable code
rather than wedging into specific operating systems.

It is worth noting that Web passwords using the basic authentication method
are *insecure*, i.e. anybody with a base 64 decoder (a function in cl-http)
can capture them.  Therefore, real passwords should never be used with
base 64 authentication.  This is one reason why digest authentication
is now part of the http 1.1 spec (which cl-http was the first web server to
implement).

I take it you got CL-HTTP working for you. 





References: