Changes between Version 5 and Version 6 of T05_Delivery
- Timestamp:
- 07/07/06 15:34:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
T05_Delivery
v5 v6 20 20 1. Allow users to download all files constituting an CSML feature. 21 21 1. Allow data to be transfered from one NDG actor to another, initiated by a third party. 22 1. Monitor the progress of an ongoing transfer. 23 24 == Components == 25 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. 22 28 23 29 == Internal Links == 24 30 25 31 * The [source:/TI05-delivery/trunk Delivery service source code] in the NDG Subversion repository. 26 * Informa tionabout [wiki:bbFTP].32 * Informal notes about [wiki:bbFTP]. 27 33 * Discussion about third party data transfer can be found on ticket #107. 28 34