Changes between Version 9 and Version 10 of T05_Delivery
- Timestamp:
- 10/07/06 16:16:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
T05_Delivery
v9 v10 26 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 27 1. PyBbftp 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 PyBbftp. 29 1. CSML instance transfer. 30 1. Transfer monitoring and 3rd party control. 28 1. DeliveryService-bbFTP. Provides bbFTP functionality with NDG Security. 29 1. DeliveryService-HTTP. Provides higher level functions on CSML instances including transfer monitoring and 3rd party control. 31 30 32 31 == Internal Links ==