Has Secure FTP been standardized?  I can't seem to find any sort of an
RFC or another standard to do with Secure FTP.
Is the sFTP you are talking about more than just FTP over an SSL
connection?

If it is not, then it might not be too hard to implement this secure
FTP through an extension.

If sFTP is just FTP over SSL, you can look at the way HTTP over SSL
has been implemented - in the PSM part of the Mozilla code:
http://lxr.mozilla.org/security/source/security/manager/ssl/src/ - the
PSM code, including the SSL socket provider

This would give you an idea also about the scriptable interfaces that
you can use through XPCOM.

Regards,
Peter

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

Reply via email to