26 | | 1. [wiki:bbFTP] private authorisation extensions. BbFTP provides an API for implementing custom authentication mechanisms which it calls "private authentication" but it relies on the UNIX permissions system for authorising individual bbFTP commands. The private authentication API has been extended to allow custom, per command, authorisation. |
27 | | 2. [wiki:bbftp-python] binds [wiki:bbFTP] to the Python programming language. Authorisation and authentication can be implemented in Python. |
| 26 | 1. [wiki:bbFTP] private authorisation extensions. BbFTP provides an API for implementing custom authentication mechanisms which it calls "private authentication" but it relies on the UNIX permissions system for authorising individual bbFTP commands. The private authentication API is extended to allow custom, per command, authorisation. |
| 27 | 1. [wiki:bbftp-python] binds the [wiki:bbFTP] client and server to the Python programming language. This passes control of server initiation, client session control, authentication and authorisation to Python code, allowing more sophisticated file transfer applications to built on [wiki:bbFTP]. |
| 28 | 1. NDG Security implemented in [wiki:bbftp-python]. |
| 29 | 1. CSML instance transfer. |
| 30 | 1. Transfer monitoring and 3rd party control. |