On Feb 28, 3:53 pm, [EMAIL PROTECTED] wrote:
> Timeless: Is this what you mean? I write JS code for the GUI bit. So I
> have a box with a username and password prompt and a "GO" button. So
> now JS has no Sftp(SSH) support so it has to get it from somewhere
> else.
>
> Now I write C++ code using third party libraries and somehow manage to
> implement Sftp. Now I use XPCOM from within JS to call the C++ code.
>
> Is my understanding correct? Please do let me know. Once I get the
> broad picture I'm sure I can read up and educate myself with some
> occasional help.

conceptually yes. although i'd suggest you look into sharing the
fireftp's ui (or something like it) instead of writing your own.
ideally fireftp has picked /some/ api to interact with remote servers
(probably standard necko? as mentioned in my other post).

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

Reply via email to