On Mar 1, 8:50 am, [EMAIL PROTECTED] wrote:
> The next thing now is to make Mozilla somehow understand that it has
> to just try and call this C++ code. No SFTP functionality will be
> written here. As soon as the user enters "username" and "password" and
> hits "GO" the entire C++ code is called and I'm connected.Is there an
> interface to achieve this?

depends how you want it to work.

one approach is to implement a protocol handler so that, e.g.

sftp://user:[EMAIL PROTECTED]/ works as you'd want.

in which case you should look at how the http protocol handler is
implemented.

in short you need at least a protocol handler and a channel, in
practice you'll almost certainly need a few more objects.

If you just want to provide something more like an xterminal, or that
as just some graphical objects, you can do something completely
different.

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to