Version 2 (modified by spascoe, 15 years ago) (diff) |
---|
A Python package that provides an interface to bbFTP. It is composed of client and server Python/C extension modules (TI05-delivery/trunk/src/python_ext) and a set of Python modules that define the interface to bbftp (TI05-delivery/trunk/lib/python/pybbftp).
Overview
pybbftp.server
- start()
- AuthHandler
- authenticate()
- AuthzHandler
- authzControl()
- authzRetr()
- authzSend()
pybbftp.client
- connect()
- close()
- isConnected()
- AuthClientHandler
- docommand()
Attachments
-
bbftp_private.PNG
(9.2 KB) - added by spascoe 15 years ago.
Standard bbFTP in private authentication mode
-
authz_added.PNG
(10.1 KB) - added by spascoe 15 years ago.
Addition of private authorisation interface
-
pybbftp.PNG
(25.5 KB) - added by spascoe 15 years ago.
Exposing the bbFTP interfaces to python