Infos on vsftpd and yet another Python templating engine:
vsftpd:
-
The Very Secure FTP Daemon (vsftpd) is one of the more popular and robust FTP servers available for the Linux community. The server can operate in a chroot jail and now supports TLS/SSL encryption (from Version 2).
Python templating engine:
-
Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It’s basically a combination of Django templates and python code.